2023-10-20 17:21:45 +08:00
|
|
|
@font-face {
|
|
|
|
|
font-family: "iconfont"; /* Project id */
|
2023-10-27 11:09:32 +08:00
|
|
|
src: url('iconfont.ttf?t=1698114002056') format('truetype');
|
2023-10-20 17:21:45 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
|
font-family: "iconfont" !important;
|
2023-10-27 11:09:32 +08:00
|
|
|
font-size: 1.8rem;
|
2023-10-20 17:21:45 +08:00
|
|
|
font-style: normal;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-a-waitao_changkuanwaitao11x:before {
|
|
|
|
|
content: "\e66c";
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-27 11:09:32 +08:00
|
|
|
.icon-fanchehui:before {
|
|
|
|
|
content: "\e626";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-chehui:before {
|
|
|
|
|
content: "\e609";
|
|
|
|
|
}
|
|
|
|
|
|