|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "iconfont"; /* Project id 1513211 */
|
|
|
|
|
src: url('iconfont.woff2?t=1626253811180') format('woff2'),
|
|
|
|
|
url('iconfont.woff?t=1626253811180') format('woff'),
|
|
|
|
|
url('iconfont.ttf?t=1626253811180') format('truetype');
|
|
|
|
|
src: url('iconfont.woff2?t=1626600435303') format('woff2'),
|
|
|
|
|
url('iconfont.woff?t=1626600435303') format('woff'),
|
|
|
|
|
url('iconfont.ttf?t=1626600435303') format('truetype');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
@ -13,6 +13,14 @@
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconAPIwangguan:before {
|
|
|
|
|
content: "\e66b";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icondatabase:before {
|
|
|
|
|
content: "\e7b6";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconbaifenbi:before {
|
|
|
|
|
content: "\e616";
|
|
|
|
|
}
|
|
|
|
|