40 lines
717 B
CSS
40 lines
717 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 5081288 */
|
|
src: url('iconfont.woff2?t=1764899187997') format('woff2'),
|
|
url('iconfont.woff?t=1764899187997') format('woff'),
|
|
url('iconfont.ttf?t=1764899187997') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-icon_blackarrow_hover:before {
|
|
content: "\e78f";
|
|
}
|
|
|
|
.icon-banben:before {
|
|
content: "\e7a1";
|
|
}
|
|
|
|
.icon-shoucang:before {
|
|
content: "\e7a0";
|
|
}
|
|
|
|
.icon-liulanliang:before {
|
|
content: "\e79e";
|
|
}
|
|
|
|
.icon-gongju:before {
|
|
content: "\e79f";
|
|
}
|
|
|
|
.icon-xiangmu:before {
|
|
content: "\e79d";
|
|
}
|
|
|