56 lines
915 B
CSS
56 lines
915 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4910053 */
|
|
src: url('iconfont.woff2?t=1755420898755') format('woff2'),
|
|
url('iconfont.woff?t=1755420898755') format('woff'),
|
|
url('iconfont.ttf?t=1755420898755') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-svip:before {
|
|
content: "\e65e";
|
|
}
|
|
|
|
.icon-shoucang:before {
|
|
content: "\e613";
|
|
}
|
|
|
|
.icon-tupian:before {
|
|
content: "\e620";
|
|
}
|
|
|
|
.icon-morentouxiang:before {
|
|
content: "\e62f";
|
|
}
|
|
|
|
.icon-dingwei:before {
|
|
content: "\e629";
|
|
}
|
|
|
|
.icon-dingdanmian:before {
|
|
content: "\e64f";
|
|
}
|
|
|
|
.icon-shouye:before {
|
|
content: "\e62e";
|
|
}
|
|
|
|
.icon-liaotianjilu:before {
|
|
content: "\e663";
|
|
}
|
|
|
|
.icon-iconfontgerenzhongxin:before {
|
|
content: "\e645";
|
|
}
|
|
|
|
.icon-icon_category:before {
|
|
content: "\e61e";
|
|
}
|
|
|