57 lines
988 B
CSS
57 lines
988 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4950533 */
|
|
src: url('iconfont.woff2?t=1750146970222') format('woff2'),
|
|
url('iconfont.woff?t=1750146970222') format('woff'),
|
|
url('iconfont.ttf?t=1750146970222') format('truetype'),
|
|
url('iconfont.svg?t=1750146970222#iconfont') format('svg');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-bangzhuzhongxin:before {
|
|
content: "\e616";
|
|
}
|
|
|
|
.icon-guanliyuan:before {
|
|
content: "\e62a";
|
|
}
|
|
|
|
.icon-guanyuwomen:before {
|
|
content: "\e646";
|
|
}
|
|
|
|
.icon-tongzhizhongxin:before {
|
|
content: "\e61c";
|
|
}
|
|
|
|
.icon-zhengcefagui:before {
|
|
content: "\e76a";
|
|
}
|
|
|
|
.icon-Tab_xiazaizhongxin:before {
|
|
content: "\e657";
|
|
}
|
|
|
|
.icon-shouye:before {
|
|
content: "\e604";
|
|
}
|
|
|
|
.icon-dizhi:before {
|
|
content: "\e60c";
|
|
}
|
|
|
|
.icon-dianhua:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-youxiang:before {
|
|
content: "\e645";
|
|
}
|
|
|