60 lines
992 B
CSS
60 lines
992 B
CSS
|
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 4503445 */
|
||
|
src: url('iconfont.woff2?t=1712901332022') format('woff2'),
|
||
|
url('iconfont.woff?t=1712901332022') format('woff'),
|
||
|
url('iconfont.ttf?t=1712901332022') format('truetype');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.icon-renyuanxinxi-copy:before {
|
||
|
content: "\e601";
|
||
|
}
|
||
|
|
||
|
.icon-baojing:before {
|
||
|
content: "\e64b";
|
||
|
}
|
||
|
|
||
|
.icon-zidongtaiyajiao:before {
|
||
|
content: "\e61f";
|
||
|
}
|
||
|
|
||
|
.icon-taiyajiaogaodu:before {
|
||
|
content: "\e623";
|
||
|
}
|
||
|
|
||
|
.icon-jizhenzhenshu:before {
|
||
|
content: "\e61a";
|
||
|
}
|
||
|
|
||
|
.icon-caijian:before {
|
||
|
content: "\e66e";
|
||
|
}
|
||
|
|
||
|
.icon-shebeixinxi:before {
|
||
|
content: "\ea02";
|
||
|
}
|
||
|
|
||
|
.icon-tonganrenyuanxinxi:before {
|
||
|
content: "\e61e";
|
||
|
}
|
||
|
|
||
|
.icon-a-zu496:before {
|
||
|
content: "\e600";
|
||
|
}
|
||
|
|
||
|
.icon-shengchanxiaoshuai:before {
|
||
|
content: "\e612";
|
||
|
}
|
||
|
|
||
|
.icon-zhinengjiaju:before {
|
||
|
content: "\e61c";
|
||
|
}
|
||
|
|