36 lines
681 B
CSS
36 lines
681 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 3589612 */
|
|
src: url('iconfont.woff2?t=1684980356184') format('woff2'),
|
|
url('iconfont.woff?t=1684980356184') format('woff'),
|
|
url('iconfont.ttf?t=1684980356184') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-zhankaishousuo:before {
|
|
content: "\e6cb";
|
|
}
|
|
|
|
.icon-ICON-:before {
|
|
content: "\e664";
|
|
}
|
|
|
|
.icon-icon_list_shouqi:before {
|
|
content: "\e61c";
|
|
}
|
|
|
|
.icon-quanpingshouqi:before {
|
|
content: "\e66f";
|
|
}
|
|
|
|
.icon-shuzhuangtu_o:before {
|
|
content: "\ebb3";
|
|
}
|
|
|