guhongwei vor 3 Jahren
Ursprung
Commit
1bdf4f60cc

+ 27 - 3
src/assets/icon/iconfont.css

@@ -1,8 +1,8 @@
 @font-face {
 @font-face {
   font-family: "iconfont"; /* Project id 2726209 */
   font-family: "iconfont"; /* Project id 2726209 */
-  src: url('iconfont.woff2?t=1628217510323') format('woff2'),
-       url('iconfont.woff?t=1628217510323') format('woff'),
-       url('iconfont.ttf?t=1628217510323') format('truetype');
+  src: url('iconfont.woff2?t=1628229932359') format('woff2'),
+       url('iconfont.woff?t=1628229932359') format('woff'),
+       url('iconfont.ttf?t=1628229932359') format('truetype');
 }
 }
 
 
 .iconfont {
 .iconfont {
@@ -13,6 +13,30 @@
   -moz-osx-font-smoothing: grayscale;
   -moz-osx-font-smoothing: grayscale;
 }
 }
 
 
+.icon-tongzhi:before {
+  content: "\e64a";
+}
+
+.icon-ziyuan:before {
+  content: "\e640";
+}
+
+.icon-shiyonggongju:before {
+  content: "\e614";
+}
+
+.icon-faming:before {
+  content: "\e6d8";
+}
+
+.icon-pinggu:before {
+  content: "\e6fe";
+}
+
+.icon-jiaodi:before {
+  content: "\e6b6";
+}
+
 .icon-jigou:before {
 .icon-jigou:before {
   content: "\e6ae";
   content: "\e6ae";
 }
 }

Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
src/assets/icon/iconfont.js


+ 42 - 0
src/assets/icon/iconfont.json

@@ -5,6 +5,48 @@
   "css_prefix_text": "icon-",
   "css_prefix_text": "icon-",
   "description": "",
   "description": "",
   "glyphs": [
   "glyphs": [
+    {
+      "icon_id": "8652825",
+      "name": "通知",
+      "font_class": "tongzhi",
+      "unicode": "e64a",
+      "unicode_decimal": 58954
+    },
+    {
+      "icon_id": "9097107",
+      "name": "其他",
+      "font_class": "ziyuan",
+      "unicode": "e640",
+      "unicode_decimal": 58944
+    },
+    {
+      "icon_id": "13412652",
+      "name": "实用工具",
+      "font_class": "shiyonggongju",
+      "unicode": "e614",
+      "unicode_decimal": 58900
+    },
+    {
+      "icon_id": "16322445",
+      "name": "发明",
+      "font_class": "faming",
+      "unicode": "e6d8",
+      "unicode_decimal": 59096
+    },
+    {
+      "icon_id": "6970022",
+      "name": "评估",
+      "font_class": "pinggu",
+      "unicode": "e6fe",
+      "unicode_decimal": 59134
+    },
+    {
+      "icon_id": "18454500",
+      "name": "交底",
+      "font_class": "jiaodi",
+      "unicode": "e6b6",
+      "unicode_decimal": 59062
+    },
     {
     {
       "icon_id": "974813",
       "icon_id": "974813",
       "name": "机构",
       "name": "机构",

BIN
src/assets/icon/iconfont.ttf


BIN
src/assets/icon/iconfont.woff


BIN
src/assets/icon/iconfont.woff2


+ 2 - 2
src/layout/deploy/site.js

@@ -1,8 +1,8 @@
 // 网站基本设置
 // 网站基本设置
 export const siteInfo = {
 export const siteInfo = {
   display: true,
   display: true,
-  zhTitle: '长春市福瑞科技有限公司',
-  enTitle: 'Changchun Furui Technology Co., Ltd',
+  zhTitle: '吉林省科企技术转移转化研究院有限责任公司',
+  enTitle: 'Jilin Science and enterprise technology transfer and Transformation Research Institute Co., Ltd',
   logo_url: require('../../assets/logo.png'),
   logo_url: require('../../assets/logo.png'),
 };
 };
 // 菜单设置
 // 菜单设置