43 lines
868 B
CSS
43 lines
868 B
CSS
@font-face {
|
|
font-family: 'iconfont'; /* Project id 4837700 */
|
|
src: url('//at.alicdn.com/t/c/font_4837700_mvrnof6x61s.woff2?t=1740644911077') format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_4837700_mvrnof6x61s.woff?t=1740644911077') format('woff'),
|
|
url('//at.alicdn.com/t/c/font_4837700_mvrnof6x61s.ttf?t=1740644911077') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: 'iconfont' !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-clear:before {
|
|
content: '\e601';
|
|
}
|
|
|
|
.icon-search:before {
|
|
content: '\e67d';
|
|
}
|
|
|
|
.icon-left:before {
|
|
content: '\e83d';
|
|
}
|
|
|
|
.icon-more:before {
|
|
content: '\e600';
|
|
}
|
|
|
|
.icon-edit:before {
|
|
content: '\e636';
|
|
}
|
|
|
|
.icon-warning:before {
|
|
content: '\e676';
|
|
}
|
|
|
|
.icon-copy:before {
|
|
content: '\eb4e';
|
|
}
|