46 lines
684 B
CSS
46 lines
684 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id */
|
|
src: url('iconfont.ttf?t=1701308010197') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 1.8rem;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-a-waitao_changkuanwaitao11x:before {
|
|
content: "\e66c";
|
|
}
|
|
|
|
.icon-fanchehui:before {
|
|
content: "\e626";
|
|
}
|
|
|
|
.icon-chehui:before {
|
|
content: "\e609";
|
|
}
|
|
|
|
.icon-yuyan:before {
|
|
content: "\e85f";
|
|
}
|
|
|
|
.icon-biaoqian:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-bingji:before {
|
|
content: "\e620";
|
|
}
|
|
|
|
.icon-bingji1:before {
|
|
content: "\e668";
|
|
}
|
|
|
|
.icon-dianwei:before {
|
|
content: "\e685";
|
|
}
|
|
|