62 lines
898 B
CSS
62 lines
898 B
CSS
@font-face {
|
|
font-family: 'iconfont'; /* Project id 5126335 */
|
|
src: url('/static/iconfont/iconfont.ttf') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-zaixianjianceshebei:before {
|
|
content: "\e683";
|
|
}
|
|
|
|
.icon-shebei1:before {
|
|
content: "\e74b";
|
|
}
|
|
|
|
.icon-shebei2:before {
|
|
content: "\e68c";
|
|
}
|
|
|
|
.icon-paixu1:before {
|
|
content: "\e60c";
|
|
}
|
|
|
|
.icon-gongcheng:before {
|
|
content: "\e61d";
|
|
}
|
|
|
|
.icon-zhongduan1:before {
|
|
content: "\e6c2";
|
|
}
|
|
|
|
.icon-shangsheng:before {
|
|
content: "\e6cd";
|
|
}
|
|
|
|
.icon-xiajiang:before {
|
|
content: "\e799";
|
|
}
|
|
|
|
.icon-shebei:before {
|
|
content: "\e665";
|
|
}
|
|
|
|
.icon-zhongduan:before {
|
|
content: "\e6cf";
|
|
}
|
|
|
|
.icon-terminal-box-fill:before {
|
|
content: "\e776";
|
|
}
|
|
|
|
.icon-kouanjiancedian:before {
|
|
content: "\e672";
|
|
}
|
|
|