|
@@ -1,17 +1,39 @@
|
|
|
-@font-face {
|
|
|
- font-family: "iconfont"; /* Project id 3376421 */
|
|
|
- src: url('//at.alicdn.com/t/font_3376421_kamjkwosx9g.woff2?t=1653978025109') format('woff2'),
|
|
|
- url('//at.alicdn.com/t/font_3376421_kamjkwosx9g.woff?t=1653978025109') format('woff'),
|
|
|
- url('//at.alicdn.com/t/font_3376421_kamjkwosx9g.ttf?t=1653978025109') format('truetype'),
|
|
|
- url('//at.alicdn.com/t/font_3376421_kamjkwosx9g.svg?t=1653978025109#iconfont') format('svg');
|
|
|
- }
|
|
|
-
|
|
|
- .iconfont {
|
|
|
+@import "./stylesheet";
|
|
|
+
|
|
|
+.iconfont {
|
|
|
font-family: "iconfont" !important;
|
|
|
font-size: 16px;
|
|
|
font-style: normal;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
+}
|
|
|
+
|
|
|
+.icon-paixu:before {
|
|
|
+ content: "\e67c";
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-shengxu:before {
|
|
|
+ content: "\e67a";
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-bodadianhua:before {
|
|
|
+ content: "\e67b";
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-jiangxu:before {
|
|
|
+ content: "\e679";
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-xiaoshouxiansuo:before {
|
|
|
+ content: "\e678";
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-webshoucang:before {
|
|
|
+ content: "\e677";
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-webweishoucang:before {
|
|
|
+ content: "\e676";
|
|
|
}
|
|
|
|
|
|
.icon-a-yingxiaowuliaofuzhi:before {
|
|
@@ -449,4 +471,5 @@
|
|
|
.icon-a-biaoqianlanxiaoxi:before {
|
|
|
content: "\e609";
|
|
|
}
|
|
|
+
|
|
|
|