74 lines
1012 B
CSS
74 lines
1012 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id */
|
|
src: url('iconfont.ttf?t=1648102093452') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-zuoyoudengguanbi:before {
|
|
content: "\e509";
|
|
}
|
|
|
|
.icon-shangdnegguanbi:before {
|
|
content: "\e50a";
|
|
}
|
|
|
|
.icon-fanhui:before {
|
|
content: "\e50b";
|
|
}
|
|
|
|
.icon-jiesuo:before {
|
|
content: "\e50c";
|
|
}
|
|
|
|
.icon-shangdeng:before {
|
|
content: "\e50d";
|
|
}
|
|
|
|
.icon-celiang:before {
|
|
content: "\e50e";
|
|
}
|
|
|
|
.icon-mima:before {
|
|
content: "\e50f";
|
|
}
|
|
|
|
.icon-rili:before {
|
|
content: "\e510";
|
|
}
|
|
|
|
.icon-huancun:before {
|
|
content: "\e511";
|
|
}
|
|
|
|
.icon-shoujihao:before {
|
|
content: "\e512";
|
|
}
|
|
|
|
.icon-luopan:before {
|
|
content: "\e513";
|
|
}
|
|
|
|
.icon-yanzhengma:before {
|
|
content: "\e514";
|
|
}
|
|
|
|
.icon-zaixianqiju-:before {
|
|
content: "\e515";
|
|
}
|
|
|
|
.icon-zuoyoudneg:before {
|
|
content: "\e516";
|
|
}
|
|
|
|
.icon-shoujihao-1:before {
|
|
content: "\e517";
|
|
}
|
|
|