32 lines
609 B
CSS
32 lines
609 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "iconfont"; /* Project id 3482754 */
|
||
|
|
src: url('iconfont.woff2?t=1703485952035') format('woff2'),
|
||
|
|
url('iconfont.woff?t=1703485952035') format('woff'),
|
||
|
|
url('iconfont.ttf?t=1703485952035') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconfont {
|
||
|
|
font-family: "iconfont" !important;
|
||
|
|
font-size: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-mima:before {
|
||
|
|
content: "\e635";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-yonghu:before {
|
||
|
|
content: "\e639";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-back:before {
|
||
|
|
content: "\e617";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-platform-manage:before {
|
||
|
|
content: "\e63e";
|
||
|
|
}
|
||
|
|
|