瀏覽代碼

字体图标

zhaoxiaohai 2 年之前
父節點
當前提交
a08fe10b3f
共有 2 個文件被更改,包括 34 次插入9 次删除
  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";
   }
+  
   

文件差異過大導致無法顯示
+ 2 - 0
static/stylesheet.wxss


部分文件因文件數量過多而無法顯示