zhaoxiaohai 2 vuotta sitten
vanhempi
commit
a08fe10b3f
2 muutettua tiedostoa jossa 34 lisäystä ja 9 poistoa
  1. 32 9
      static/font-icon.wxss
  2. 2 0
      static/stylesheet.wxss

+ 32 - 9
static/font-icon.wxss

@@ -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";
   }
+  
   

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 2 - 0
static/stylesheet.wxss


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä