Browse Source

图标替换

zhuth 6 years ago
parent
commit
3ce796687b

BIN
frontend/pc-web/packages/font-school/resources/fonts/iconfont.eot


File diff suppressed because it is too large
+ 0 - 0
frontend/pc-web/packages/font-school/resources/fonts/iconfont.js


File diff suppressed because it is too large
+ 3 - 1
frontend/pc-web/packages/font-school/resources/fonts/iconfont.svg


BIN
frontend/pc-web/packages/font-school/resources/fonts/iconfont.ttf


BIN
frontend/pc-web/packages/font-school/resources/fonts/iconfont.woff


BIN
frontend/pc-web/packages/font-school/resources/fonts/iconfont.woff2


+ 27 - 9
frontend/pc-web/packages/font-school/sass/etc/icons.scss

@@ -1,10 +1,28 @@
+.font-school {
+  font-family: "font-school" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.ss-nav-interaction:before {
+  content: "\e905";
+}
+
+.ss-nav-setting:before {
+  content: "\e904";
+}
+
+.ss-nav-info:before {
+  content: "\e903";
+}
+
+.ss-delete:before {
+  content: "\e902";
+}
+
+.ss-add:before {
+  content: "\e901";
+}
 
-.ss-deleta:before {
-    content: "\e902";
-  }
-  
-  .ss-add:before {
-    content: "\e901";
-  }
-  
-  

File diff suppressed because it is too large
+ 2 - 6
frontend/pc-web/packages/font-school/sass/src/all.scss


+ 3 - 3
frontend/pc-web/resources/json/navigation.json

@@ -1,6 +1,6 @@
 [{
     "text": "基础资料",
-    "iconCls": "x-sa sa-accountCenter",
+    "iconCls": "x-ss ss-nav-info",
     "items": [{
         "id": "basic-school-schoolinfo",
         "text": "学校信息",
@@ -20,7 +20,7 @@
     }]
 }, {
     "text": "系统设置",
-    "iconCls": "x-sa sa-setting",
+    "iconCls": "x-ss ss-nav-setting",
     "items": [{
         "id": "setting-access-roleaccess",
         "text": "角色授权",
@@ -36,7 +36,7 @@
     }]
 }, {
     "text": "家校互动",
-    "iconCls": "x-sa sa-setting",
+    "iconCls": "x-ss ss-nav-interaction",
     "items": [{
         "id": "interaction-notice-schoolnotice", 
         "text": "学校通知",

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