53 lines
894 B
CSS
53 lines
894 B
CSS
![]() |
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 4777880 */
|
||
|
src: url('iconfont.woff2?t=1733910649633') format('woff2'),
|
||
|
url('iconfont.woff?t=1733910649633') format('woff'),
|
||
|
url('iconfont.ttf?t=1733910649633') format('truetype'),
|
||
|
url('iconfont.svg?t=1733910649633#iconfont') format('svg');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.icon-address:before {
|
||
|
content: "\e636";
|
||
|
}
|
||
|
|
||
|
.icon-xiazai6:before {
|
||
|
content: "\e606";
|
||
|
}
|
||
|
|
||
|
.icon-guanbi:before {
|
||
|
content: "\eca0";
|
||
|
}
|
||
|
|
||
|
.icon-sousuo:before {
|
||
|
content: "\e604";
|
||
|
}
|
||
|
|
||
|
.icon-dingwei:before {
|
||
|
content: "\e900";
|
||
|
}
|
||
|
|
||
|
.icon-jia:before {
|
||
|
content: "\e64d";
|
||
|
}
|
||
|
|
||
|
.icon-luxian:before {
|
||
|
content: "\e7c0";
|
||
|
}
|
||
|
|
||
|
.icon-jian:before {
|
||
|
content: "\e644";
|
||
|
}
|
||
|
|
||
|
.icon-tuceng:before {
|
||
|
content: "\e600";
|
||
|
}
|
||
|
|