sxw-select
Version:
下拉框
36 lines (32 loc) • 841 B
CSS
@font-face {
font-family: 'icomoon';
src:
url('fonts/icomoon.ttf?8w72hm') format('truetype'),
url('fonts/icomoon.woff?8w72hm') format('woff'),
url('fonts/icomoon.svg?8w72hm#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="sxw-icon-"], [class*=" sxw-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' ;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sxw-icon-clear:before {
content: "\e1110";
}
.sxw-icon-down:before {
content: "\e1111";
}
.sxw-icon-up:before {
content: "\e1112";
}