Browse Source

图标修改

xiaohaizhao 2 weeks ago
parent
commit
15de3422bb
5 changed files with 11 additions and 11 deletions
  1. 1 9
      static/font-icon.wxss
  2. 0 0
      static/stylesheet.wxss
  3. 2 2
      utils/work/apps.js
  4. 8 0
      utils/work/work-icon.wxss
  5. 0 0
      utils/work/work.wxss

+ 1 - 9
static/font-icon.wxss

@@ -1,14 +1,6 @@
 @import "/utils/work/work-icon.wxss";
 @import "./iconfont-weapp-icon.wxss";
-/* @import "./stylesheet.wxss"; */
-
-@font-face {
-  font-family: "iconfont"; /* Project id 3376421 */
-  src: url('//at.alicdn.com/t/c/font_3376421_y5tnbpy19om.woff2?t=1741309400295') format('woff2'),
-       url('//at.alicdn.com/t/c/font_3376421_y5tnbpy19om.woff?t=1741309400295') format('woff'),
-       url('//at.alicdn.com/t/c/font_3376421_y5tnbpy19om.ttf?t=1741309400295') format('truetype'),
-       url('//at.alicdn.com/t/c/font_3376421_y5tnbpy19om.svg?t=1741309400295#iconfont') format('svg');
-}
+@import "./stylesheet.wxss";
 
 .iconfont {
   font-family: "iconfont" !important;

File diff suppressed because it is too large
+ 0 - 0
static/stylesheet.wxss


+ 2 - 2
utils/work/apps.js

@@ -4,11 +4,11 @@ function getapps() {
 	const paths = [{
 		name: "签到",
 		path: "/packageA/clockIn/index",
-		icon: "work-a-wodemendianxinxidizhi"
+		icon: "work-qiandao"
 	}, {
 		name: "任务",
 		path: "/packageA/work/index",
-		icon: "work-a-woderenwuzhongxin"
+		icon: "work-renwu"
 	}, {
 		name: "通讯录",
 		path: "/packageA/contacts/index",

+ 8 - 0
utils/work/work-icon.wxss

@@ -8,6 +8,14 @@
     -moz-osx-font-smoothing: grayscale;
 }
 
+.work-qiandao:before {
+    content: "\e615";
+}
+
+.work-renwu:before {
+    content: "\e612";
+}
+
 .work-yingshouzhangkuan:before {
     content: "\e6f1";
 }

File diff suppressed because it is too large
+ 0 - 0
utils/work/work.wxss


Some files were not shown because too many files changed in this diff