46 lines
667 B
CSS
46 lines
667 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4533699 */
|
|
src:url('iconfont.ttf?t=1714975199159') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-zhaoxiangji:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-lishixinxi:before {
|
|
content: "\e67d";
|
|
}
|
|
|
|
.icon-caogao1:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-caogao:before {
|
|
content: "\e653";
|
|
}
|
|
|
|
.icon-dianhua:before {
|
|
content: "\e614";
|
|
}
|
|
|
|
.icon-weixin:before {
|
|
content: "\e637";
|
|
}
|
|
|
|
.icon-qq:before {
|
|
content: "\e6ca";
|
|
}
|
|
|
|
.icon-lanqi:before {
|
|
content: "\e63b";
|
|
}
|
|
|