56 lines
911 B
CSS
56 lines
911 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 5043107 */
|
|
src: url('iconfont.woff2?t=1760930186762') format('woff2'),
|
|
url('iconfont.woff?t=1760930186762') format('woff'),
|
|
url('iconfont.ttf?t=1760930186762') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-fuzhi:before {
|
|
content: "\e61b";
|
|
}
|
|
|
|
.icon-dalei-quanbuchanpin:before {
|
|
content: "\e64c";
|
|
}
|
|
|
|
.icon-ziyuanguanliqi:before {
|
|
content: "\e641";
|
|
}
|
|
|
|
.icon-shequfuwu:before {
|
|
content: "\e616";
|
|
}
|
|
|
|
.icon-fuzhi-:before {
|
|
content: "\e648";
|
|
}
|
|
|
|
.icon-dingdanguanli:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-kefu:before {
|
|
content: "\e625";
|
|
}
|
|
|
|
.icon-ditu_diqiu_o:before {
|
|
content: "\ebbb";
|
|
}
|
|
|
|
.icon-xiaoxi:before {
|
|
content: "\e60a";
|
|
}
|
|
|
|
.icon-AIzhushou:before {
|
|
content: "\e65f";
|
|
}
|
|
|