48 lines
834 B
CSS
48 lines
834 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "iconfont"; /* Project id 4299634 */
|
||
|
|
src: url('iconfont.woff2?t=1700789582875') format('woff2'),
|
||
|
|
url('iconfont.woff?t=1700789582875') format('woff'),
|
||
|
|
url('iconfont.ttf?t=1700789582875') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconfont {
|
||
|
|
font-family: "iconfont" !important;
|
||
|
|
font-size: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-zhankaiquanpingkuozhan:before {
|
||
|
|
content: "\e7b0";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-24gl-expand2:before {
|
||
|
|
content: "\eb6c";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-kuangshan:before {
|
||
|
|
content: "\e6a6";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-shengchanqiye:before {
|
||
|
|
content: "\e732";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-shengchandanyuanxinxi:before {
|
||
|
|
content: "\e606";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-caidan1:before {
|
||
|
|
content: "\e640";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-line-108:before {
|
||
|
|
content: "\e76e";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-caidan:before {
|
||
|
|
content: "\e689";
|
||
|
|
}
|
||
|
|
|