48 lines
873 B
CSS
48 lines
873 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2757399 */
|
|
src: url('./static/fonts/iconfont.woff2?t=1629425908755') format('woff2'),
|
|
url('./static/fonts/iconfont.woff?t=1629425908755') format('woff'),
|
|
url('./static/fonts/iconfont.ttf?t=1629425908755') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-home:before {
|
|
content: "\e60a";
|
|
}
|
|
|
|
.icon-wode:before {
|
|
content: "\e60c";
|
|
}
|
|
|
|
.icon-sousuo:before {
|
|
content: "\e647";
|
|
}
|
|
|
|
.icon-fenlei:before {
|
|
content: "\e62f";
|
|
}
|
|
|
|
.icon-yanjing:before {
|
|
content: "\e8bf";
|
|
}
|
|
|
|
.icon-biaoqiankuozhan_shipin-178:before {
|
|
content: "\eb2a";
|
|
}
|
|
|
|
.icon-xiangshangjiantou:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-xiangshangjiantou-copy:before {
|
|
content: "\e601";
|
|
}
|
|
|