Browse Source

修改字体大小

zs 11 months ago
parent
commit
531bb42314
56 changed files with 430 additions and 430 deletions
  1. 20 20
      src/views/achievement/detail.vue
  2. 6 6
      src/views/achievement/index.vue
  3. 8 8
      src/views/brain/index.vue
  4. 3 3
      src/views/center/index.vue
  5. 9 9
      src/views/chat/index.vue
  6. 7 7
      src/views/chat/parts/chat.vue
  7. 9 9
      src/views/company/detail.vue
  8. 5 5
      src/views/company/index.vue
  9. 20 20
      src/views/demand/detail.vue
  10. 6 6
      src/views/demand/index.vue
  11. 9 9
      src/views/expert/detail.vue
  12. 8 8
      src/views/expert/index.vue
  13. 2 2
      src/views/help/index.vue
  14. 26 26
      src/views/home/index.vue
  15. 4 4
      src/views/industry/parts/four.vue
  16. 1 1
      src/views/industry/parts/one.vue
  17. 2 2
      src/views/industry/parts/two.vue
  18. 19 19
      src/views/innovation/detail.vue
  19. 10 10
      src/views/innovation/index.vue
  20. 3 3
      src/views/journal/detail.vue
  21. 1 1
      src/views/loading/index.vue
  22. 5 5
      src/views/login/index.vue
  23. 2 2
      src/views/main/eight.vue
  24. 5 5
      src/views/main/elevenHatch/index.vue
  25. 2 2
      src/views/main/four.vue
  26. 16 16
      src/views/main/hatch/twelve_1.vue
  27. 14 14
      src/views/main/one.vue
  28. 4 4
      src/views/main/six.vue
  29. 2 2
      src/views/main/ten.vue
  30. 11 11
      src/views/main/thirteen.vue
  31. 4 4
      src/views/main/thr.vue
  32. BIN
      src/views/main/twelveHatch/images/twelvebBg.png
  33. 5 5
      src/views/main/twelveHatch/index.vue
  34. 3 3
      src/views/news/detail.vue
  35. 14 14
      src/views/news/index.vue
  36. 20 20
      src/views/platform/detail.vue
  37. 20 20
      src/views/project/detail.vue
  38. 10 10
      src/views/project/index.vue
  39. 5 5
      src/views/register/parts/association.vue
  40. 5 5
      src/views/register/parts/company.vue
  41. 5 5
      src/views/register/parts/competition.vue
  42. 5 5
      src/views/register/parts/expert.vue
  43. 5 5
      src/views/register/parts/incubator.vue
  44. 5 5
      src/views/register/parts/investment.vue
  45. 5 5
      src/views/register/parts/state.vue
  46. 5 5
      src/views/register/parts/unit.vue
  47. 3 3
      src/views/register/parts/user.vue
  48. 3 3
      src/views/register/parts/userCode.vue
  49. 5 5
      src/views/release/parts/parts/list.vue
  50. 1 1
      src/views/search/index.vue
  51. 5 5
      src/views/search/parts/list.vue
  52. 7 7
      src/views/search/parts/news.vue
  53. 20 20
      src/views/server/detail.vue
  54. 5 5
      src/views/sign/index.vue
  55. 20 20
      src/views/supply/detail.vue
  56. 6 6
      src/views/supply/index.vue

+ 20 - 20
src/views/achievement/detail.vue

@@ -311,7 +311,7 @@ const sizeChange = (limits) => {
       margin: 0 0 10px 0;
 
       .title {
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: 700;
         color: #383b40;
       }
@@ -321,7 +321,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: end;
         font-family: PingFangSC-Regular;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         color: #2374ff;
         text-align: right;
         span {
@@ -332,12 +332,12 @@ const sizeChange = (limits) => {
 
     .one_2 {
       display: inline-block;
-      font-size: 12px;
+      font-size: $global-font-size-14;
       background: rgba(18, 172, 117, 0.05);
       color: #12ac75;
       padding: 0 15px;
       height: 20px;
-      line-height: 20px;
+      line-height: $global-font-size-14;
       border-radius: 10px;
       margin-bottom: 2px;
     }
@@ -349,9 +349,9 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #383b40;
-    line-height: 14px;
+    line-height: $global-font-size-16;
   }
 
   .thr {
@@ -371,7 +371,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -390,9 +390,9 @@ const sizeChange = (limits) => {
         .name {
           height: 20px;
           font-family: PingFangSC-Semibold;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           color: #383b40;
-          line-height: 20px;
+          line-height: $global-font-size-20;
           font-weight: 700;
           margin-bottom: 8px;
         }
@@ -400,17 +400,17 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #383b40;
-          line-height: 14px;
+          line-height: $global-font-size-16;
           font-weight: 700;
 
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             color: #7e8288;
-            line-height: 14px;
+            line-height: $global-font-size-16;
             font-weight: 400;
             margin-right: 16px;
           }
@@ -445,7 +445,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -464,7 +464,7 @@ const sizeChange = (limits) => {
         transition: all 0.3s;
         padding: 15px;
         .name {
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
           height: 16px;
           line-height: 13px;
@@ -477,9 +477,9 @@ const sizeChange = (limits) => {
         }
 
         .two_1 {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           text-align: justify;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 400;
           letter-spacing: 0;
           color: #8f97a3;
@@ -512,16 +512,16 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {
       margin: 0 10px 0 0;
       span {
         font-family: PingFangSC-Semibold;
-        font-size: 20px;
+        font-size: $global-font-size-20;
         color: #e94643;
-        line-height: 20px;
+        line-height: $global-font-size-20;
       }
     }
   }

+ 6 - 6
src/views/achievement/index.vue

@@ -552,7 +552,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             .left {
               padding: 10px;
             }
@@ -611,7 +611,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -625,7 +625,7 @@ const sizeChange = (limits) => {
       }
       .button {
         color: #2374ff;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         cursor: pointer;
       }
     }
@@ -644,7 +644,7 @@ const sizeChange = (limits) => {
 
       .name {
         color: #337ab7;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: bold;
         display: inline-block;
         margin: 10px 0;
@@ -661,7 +661,7 @@ const sizeChange = (limits) => {
         .other_1 {
           font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
             sans-serif;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           font-weight: normal;
         }
 
@@ -674,7 +674,7 @@ const sizeChange = (limits) => {
       .brief {
         line-height: 30px;
         color: #666;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         cursor: pointer;
       }
     }

+ 8 - 8
src/views/brain/index.vue

@@ -214,7 +214,7 @@ const sizeChange = (limits) => {
           margin: 0 0 0 10px;
           .right_1 {
             height: 24px;
-            font-size: 18px;
+            font-size: $global-font-size-20;
             font-family:
               PingFangSC-Medium,
               PingFang SC;
@@ -228,7 +228,7 @@ const sizeChange = (limits) => {
             margin-bottom: 20px;
             height: 48px;
             overflow: hidden;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -238,13 +238,13 @@ const sizeChange = (limits) => {
             cursor: pointer;
           }
           .right_3 {
-            font-size: 12px;
+            font-size: $global-font-size-14;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
             font-weight: 400;
             color: #999;
-            line-height: 12px;
+            line-height: $global-font-size-14;
             cursor: pointer;
           }
           .right_1:hover {
@@ -266,7 +266,7 @@ const sizeChange = (limits) => {
         box-sizing: border-box;
         margin-bottom: 7px;
         .left {
-          font-size: 24px;
+          font-size: $global-font-size-26;
           font-family:
             PingFangSC-Medium,
             PingFang SC;
@@ -276,7 +276,7 @@ const sizeChange = (limits) => {
         }
         .right {
           text-align: right;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           font-family:
             PingFangSC-Regular,
             PingFang SC;
@@ -289,7 +289,7 @@ const sizeChange = (limits) => {
         margin: 10px 0 0 0;
         .name {
           max-height: 48px;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           font-family:
             PingFangSC-Medium,
             PingFang SC;
@@ -301,7 +301,7 @@ const sizeChange = (limits) => {
         }
         .time {
           margin-top: 8px;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           font-family:
             PingFangSC-Medium,
             PingFang SC;

+ 3 - 3
src/views/center/index.vue

@@ -316,14 +316,14 @@ provide('contributionList', contributionList)
     padding: 20px;
     border-radius: 10px;
     .one_1 {
-      line-height: 20px;
-      font-size: 16px;
+      line-height: $global-font-size-18;
+      font-size: $global-font-size-18;
       font-weight: 500;
       border-bottom: 1px solid #f9f9f9;
       padding: 10px 0;
       span {
         color: red;
-        font-size: 12px;
+        font-size: $global-font-size-14;
       }
     }
     .one_2 {

+ 9 - 9
src/views/chat/index.vue

@@ -224,7 +224,7 @@ provide('toSend', toSend)
           margin: 0 0 0 10px;
           white-space: nowrap;
           color: #fff;
-          font-size: 16px;
+          font-size: $global-font-size-18;
         }
       }
       .one_2 {
@@ -240,7 +240,7 @@ provide('toSend', toSend)
           position: relative;
           caret-color: #fff;
           color: #fff;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           padding: 6px 0;
           border: none;
           outline: none;
@@ -267,7 +267,7 @@ provide('toSend', toSend)
             padding: 0 10px 10px 0;
             .name {
               color: #fff;
-              font-size: 14px;
+              font-size: $global-font-size-16;
             }
             .time {
               color: #51555e;
@@ -313,7 +313,7 @@ provide('toSend', toSend)
       flex-direction: row;
       align-items: center;
       justify-content: center;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: rgba(0, 0, 0, 0.45);
     }
 
@@ -332,8 +332,8 @@ provide('toSend', toSend)
         position: relative;
         max-width: 330px;
         border-radius: 4px;
-        font-size: 14px;
-        line-height: 22px;
+        font-size: $global-font-size-16;
+        line-height: $global-font-size-24;
         box-sizing: border-box;
         color: rgba(0, 0, 0, 0.65);
         padding: 16px 11px 16px 16px;
@@ -359,8 +359,8 @@ provide('toSend', toSend)
       border: none;
       outline: none;
       background: transparent;
-      font-size: 14px;
-      line-height: 22px;
+      font-size: $global-font-size-16;
+      line-height: $global-font-size-24;
     }
 
     .button {
@@ -377,7 +377,7 @@ provide('toSend', toSend)
         border-radius: 4px;
         width: 64px;
         height: 32px;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         display: flex;
         align-items: center;
         justify-content: center;

+ 7 - 7
src/views/chat/parts/chat.vue

@@ -82,7 +82,7 @@ const toSend = inject('toSend')
       white-space: nowrap;
       word-break: break-all;
       display: inline-block;
-      font-size: 16px;
+      font-size: $global-font-size-18;
       color: grey;
     }
     .Main {
@@ -90,7 +90,7 @@ const toSend = inject('toSend')
       .list {
         .time {
           width: 100%;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           margin: 7px auto;
           text-align: center;
           color: #a3a7ae;
@@ -127,11 +127,11 @@ const toSend = inject('toSend')
               padding-bottom: 5px;
               color: #a3a7ae;
               display: inline-block;
-              font-size: 12px;
+              font-size: $global-font-size-14;
             }
             .content {
               width: fit-content;
-              font-size: 14px;
+              font-size: $global-font-size-16;
               color: #333;
               background: rgb(255, 255, 255);
               padding: 12px;
@@ -156,8 +156,8 @@ const toSend = inject('toSend')
           display: block;
           box-sizing: border-box;
           padding: 0 8px 0 17px;
-          font-size: 14px;
-          line-height: 22px;
+          font-size: $global-font-size-16;
+          line-height: $global-font-size-24;
           background: #eee;
           overflow: auto;
           border: none;
@@ -180,7 +180,7 @@ const toSend = inject('toSend')
     width: 100%;
     border-radius: 0 5px 5px 0;
     color: #a3a7ae;
-    font-size: 16px;
+    font-size: $global-font-size-18;
   }
 }
 </style>

+ 9 - 9
src/views/company/detail.vue

@@ -314,7 +314,7 @@ const sizeChange = (limits) => {
           .name {
             margin: 0 10px 0 0;
             word-break: break-all;
-            font-size: 18px;
+            font-size: $global-font-size-20;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -332,7 +332,7 @@ const sizeChange = (limits) => {
             display: flex;
           }
           .time {
-            font-size: 14px;
+            font-size: $global-font-size-16;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -347,7 +347,7 @@ const sizeChange = (limits) => {
                 display: flex;
                 align-items: center;
                 font-family: PingFangSC-Regular;
-                font-size: 14px;
+                font-size: $global-font-size-16;
                 color: #2374ff;
                 span {
                   margin: 0 0 0 5px;
@@ -365,7 +365,7 @@ const sizeChange = (limits) => {
         .right_3 {
           display: flex;
           margin: 10px 0;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           font-family:
             PingFangSC-Regular,
             PingFang SC;
@@ -385,10 +385,10 @@ const sizeChange = (limits) => {
       border: 1px solid #edeff2;
 
       .title {
-        font-size: 20px;
+        font-size: $global-font-size-20;
         color: #383b40;
         letter-spacing: 0;
-        line-height: 20px;
+        line-height: $global-font-size-20;
         font-weight: 600;
         margin-bottom: 30px;
       }
@@ -407,7 +407,7 @@ const sizeChange = (limits) => {
           transition: all 0.3s;
           padding: 15px;
           .name {
-            font-size: 16px;
+            font-size: $global-font-size-18;
             color: #121834;
             height: 16px;
             line-height: 13px;
@@ -420,9 +420,9 @@ const sizeChange = (limits) => {
           }
 
           .two_1 {
-            font-size: 12px;
+            font-size: $global-font-size-14;
             text-align: justify;
-            line-height: 12px;
+            line-height: $global-font-size-14;
             font-weight: 400;
             letter-spacing: 0;
             color: #8f97a3;

+ 5 - 5
src/views/company/index.vue

@@ -494,7 +494,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             .left {
               padding: 10px;
             }
@@ -553,7 +553,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -567,7 +567,7 @@ const sizeChange = (limits) => {
       }
       .button {
         color: #2374ff;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         cursor: pointer;
       }
     }
@@ -601,7 +601,7 @@ const sizeChange = (limits) => {
           .name {
             margin: 0 10px 0 0;
             word-break: break-all;
-            font-size: 18px;
+            font-size: $global-font-size-20;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -628,7 +628,7 @@ const sizeChange = (limits) => {
         .right_3 {
           display: flex;
           margin: 10px 0;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           font-family:
             PingFangSC-Regular,
             PingFang SC;

+ 20 - 20
src/views/demand/detail.vue

@@ -296,7 +296,7 @@ const sizeChange = (limits) => {
       margin: 0 0 10px 0;
 
       .title {
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: 700;
         color: #383b40;
       }
@@ -306,7 +306,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         color: #2374ff;
         text-align: right;
         span {
@@ -317,12 +317,12 @@ const sizeChange = (limits) => {
 
     .one_2 {
       display: inline-block;
-      font-size: 12px;
+      font-size: $global-font-size-14;
       background: rgba(18, 172, 117, 0.05);
       color: #12ac75;
       padding: 0 15px;
       height: 20px;
-      line-height: 20px;
+      line-height: $global-font-size-14;
       border-radius: 10px;
       margin-bottom: 2px;
     }
@@ -334,9 +334,9 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #383b40;
-    line-height: 14px;
+    line-height: $global-font-size-16;
   }
 
   .thr {
@@ -356,7 +356,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -375,9 +375,9 @@ const sizeChange = (limits) => {
         .name {
           height: 20px;
           font-family: PingFangSC-Semibold;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           color: #383b40;
-          line-height: 20px;
+          line-height: $global-font-size-20;
           font-weight: 700;
           margin-bottom: 8px;
         }
@@ -385,17 +385,17 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #383b40;
-          line-height: 14px;
+          line-height: $global-font-size-16;
           font-weight: 700;
 
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             color: #7e8288;
-            line-height: 14px;
+            line-height: $global-font-size-16;
             font-weight: 400;
             margin-right: 10px;
           }
@@ -426,7 +426,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -445,7 +445,7 @@ const sizeChange = (limits) => {
         transition: all 0.3s;
         padding: 15px;
         .name {
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
           height: 16px;
           line-height: 13px;
@@ -458,9 +458,9 @@ const sizeChange = (limits) => {
         }
 
         .two_1 {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           text-align: justify;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 400;
           letter-spacing: 0;
           color: #8f97a3;
@@ -493,16 +493,16 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {
       margin: 0 10px 0 0;
       span {
         font-family: PingFangSC-Semibold;
-        font-size: 20px;
+        font-size: $global-font-size-20;
         color: #e94643;
-        line-height: 20px;
+        line-height: $global-font-size-20;
       }
     }
   }

+ 6 - 6
src/views/demand/index.vue

@@ -428,7 +428,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             .left {
               padding: 10px;
             }
@@ -484,7 +484,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -498,7 +498,7 @@ const sizeChange = (limits) => {
       }
       .button {
         color: #2374ff;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         cursor: pointer;
       }
     }
@@ -517,7 +517,7 @@ const sizeChange = (limits) => {
 
       .name {
         color: #337ab7;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: bold;
         display: inline-block;
         margin: 10px 0;
@@ -534,7 +534,7 @@ const sizeChange = (limits) => {
         .other_1 {
           font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
             sans-serif;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           font-weight: normal;
         }
 
@@ -547,7 +547,7 @@ const sizeChange = (limits) => {
       .brief {
         line-height: 30px;
         color: #666;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         cursor: pointer;
       }
     }

+ 9 - 9
src/views/expert/detail.vue

@@ -275,7 +275,7 @@ const sizeChange = (limits) => {
         .name {
           display: flex;
           align-items: center;
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
           font-weight: 500;
           margin: 5px 0 0 0;
@@ -291,9 +291,9 @@ const sizeChange = (limits) => {
           color: #2374ff;
         }
         .other {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           text-align: justify;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 400;
           letter-spacing: 0;
           color: #8f97a3;
@@ -313,7 +313,7 @@ const sizeChange = (limits) => {
           align-items: center;
           justify-content: center;
           font-family: PingFangSC-Regular;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #2374ff;
           span {
             margin: 0 0 0 5px;
@@ -327,10 +327,10 @@ const sizeChange = (limits) => {
       margin: 10px 0;
       border: 1px solid #edeff2;
       .title {
-        font-size: 20px;
+        font-size: $global-font-size-20;
         color: #383b40;
         letter-spacing: 0;
-        line-height: 20px;
+        line-height: $global-font-size-20;
         font-weight: 600;
         margin-bottom: 30px;
       }
@@ -349,7 +349,7 @@ const sizeChange = (limits) => {
           transition: all 0.3s;
           padding: 15px;
           .name {
-            font-size: 16px;
+            font-size: $global-font-size-18;
             color: #121834;
             height: 16px;
             line-height: 13px;
@@ -362,9 +362,9 @@ const sizeChange = (limits) => {
           }
 
           .two_1 {
-            font-size: 12px;
+            font-size: $global-font-size-14;
             text-align: justify;
-            line-height: 12px;
+            line-height: $global-font-size-14;
             font-weight: 400;
             letter-spacing: 0;
             color: #8f97a3;

+ 8 - 8
src/views/expert/index.vue

@@ -441,7 +441,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             .left {
               padding: 10px;
             }
@@ -497,7 +497,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -511,7 +511,7 @@ const sizeChange = (limits) => {
       }
       .button {
         color: #2374ff;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         cursor: pointer;
       }
     }
@@ -533,7 +533,7 @@ const sizeChange = (limits) => {
       .name {
         display: flex;
         align-items: center;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         color: #121834;
         font-weight: 500;
         margin: 5px 0 0 0;
@@ -550,9 +550,9 @@ const sizeChange = (limits) => {
       }
 
       .two_1 {
-        font-size: 12px;
+        font-size: $global-font-size-14;
         text-align: justify;
-        line-height: 12px;
+        line-height: $global-font-size-14;
         font-weight: 400;
         letter-spacing: 0;
         color: #8f97a3;
@@ -567,10 +567,10 @@ const sizeChange = (limits) => {
         margin: 10px;
         text-align: right;
         .button {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           color: #fff;
           text-align: center;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 500;
           padding: 5px 12px;
           background: #2374ff;

+ 2 - 2
src/views/help/index.vue

@@ -132,13 +132,13 @@ const onOpenChange = (item) => {
       .other {
         margin-bottom: 10px;
         font-family: PingFangSC-Regular;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         color: #7e8288;
         line-height: 25px;
 
         span {
           font-family: PingFangSC-Regular;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #383b40;
           line-height: 25px;
           margin: 0 5px;

+ 26 - 26
src/views/home/index.vue

@@ -681,7 +681,7 @@ const onSearch = (data) => {
         height: 45px;
         line-height: 45px;
         font-family: PingFangSC-Regular;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         padding-right: 24px;
         color: #fff;
         border: none !important;
@@ -703,7 +703,7 @@ const onSearch = (data) => {
       justify-content: space-between;
       margin: 0 0 10px 0;
       .left {
-        font-size: 24px;
+        font-size: $global-font-size-26;
         font-family:
           PingFangSC-Semibold,
           PingFang SC;
@@ -713,13 +713,13 @@ const onSearch = (data) => {
       }
       .right {
         text-align: right;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         font-family:
           PingFangSC-Regular,
           PingFang SC;
         font-weight: 400;
         color: #2280ff;
-        line-height: 14px;
+        line-height: $global-font-size-16;
         display: block;
         margin-top: 13px;
         margin-right: 34px;
@@ -742,13 +742,13 @@ const onSearch = (data) => {
             height: 20px;
           }
           .title {
-            font-size: 16px;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
             font-weight: 400;
             color: #111;
-            line-height: 22px;
+            line-height: $global-font-size-24;
           }
         }
         .list:hover {
@@ -780,13 +780,13 @@ const onSearch = (data) => {
           .name {
             display: flex;
             align-items: center;
-            font-size: 16px;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Medium,
               PingFang SC;
             font-weight: 500;
             color: #111;
-            line-height: 16px;
+            line-height: $global-font-size-18;
             display: block;
             margin: 5px 0 12px 0;
           }
@@ -795,7 +795,7 @@ const onSearch = (data) => {
             cursor: pointer;
           }
           .brief {
-            font-size: 14px;
+            font-size: $global-font-size-16;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -808,24 +808,24 @@ const onSearch = (data) => {
           .info {
             display: flex;
             justify-content: space-between;
-            font-size: 12px;
+            font-size: $global-font-size-14;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
             font-weight: 400;
             color: #666;
-            line-height: 12px;
+            line-height: $global-font-size-14;
             margin-bottom: 15px;
             cursor: pointer;
           }
           .key {
-            font-size: 12px;
+            font-size: $global-font-size-14;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
             font-weight: 400;
             color: #999990;
-            line-height: 20px;
+            line-height: $global-font-size-14;
             height: 22px;
             border-radius: 2px;
             border: 1px solid #dbdbdb;
@@ -852,7 +852,7 @@ const onSearch = (data) => {
         background-image: linear-gradient(90deg, #2171f6 0, #619bf5 100%);
         line-height: 50px;
         color: #ffffff;
-        font-size: 16px;
+        font-size: $global-font-size-18;
 
         .title {
           text-align: center;
@@ -871,7 +871,7 @@ const onSearch = (data) => {
           justify-content: center;
           height: 50px;
           line-height: 50px;
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #666;
           background: #fff;
 
@@ -913,7 +913,7 @@ const onSearch = (data) => {
             .name {
               margin: 0 10px 0 0;
               word-break: break-all;
-              font-size: 18px;
+              font-size: $global-font-size-20;
               font-family:
                 PingFangSC-Regular,
                 PingFang SC;
@@ -935,7 +935,7 @@ const onSearch = (data) => {
           .right_3 {
             display: flex;
             margin: 10px 0;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -978,17 +978,17 @@ const onSearch = (data) => {
 
           .left {
             font-family: PingFangSC-Regular;
-            font-size: 12px;
+            font-size: $global-font-size-14;
             color: #2374ff;
-            line-height: 12px;
+            line-height: $global-font-size-14;
 
             .year {
               margin-bottom: 2px;
             }
 
             .date {
-              font-size: 22px;
-              line-height: 22px;
+              font-size: $global-font-size-24;
+              line-height: $global-font-size-24;
               margin-bottom: 10px;
             }
           }
@@ -996,15 +996,15 @@ const onSearch = (data) => {
           .right {
             .name {
               font-family: PingFangSC-Medium;
-              font-size: 16px;
+              font-size: $global-font-size-18;
               color: #121834;
-              line-height: 16px;
+              line-height: $global-font-size-18;
               font-weight: 700;
               margin-bottom: 8px;
             }
 
             .content {
-              font-size: 12px;
+              font-size: $global-font-size-14;
               color: #525a68;
               line-height: 19px;
               font-weight: 400;
@@ -1036,7 +1036,7 @@ const onSearch = (data) => {
           display: flex;
           align-items: center;
           height: 34px;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           .i {
             display: inline-block;
             vertical-align: middle;
@@ -1053,7 +1053,7 @@ const onSearch = (data) => {
         }
       }
       .right {
-        font-size: 16px;
+        font-size: $global-font-size-18;
         .right_1 {
           padding: 10px 30px;
           span {

+ 4 - 4
src/views/industry/parts/four.vue

@@ -152,7 +152,7 @@ const sizeChange = (limits) => {
         margin: 0 0 0 10px;
         .right_1 {
           height: 24px;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           font-family:
             PingFangSC-Medium,
             PingFang SC;
@@ -166,7 +166,7 @@ const sizeChange = (limits) => {
           margin-bottom: 20px;
           height: 48px;
           overflow: hidden;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           font-family:
             PingFangSC-Regular,
             PingFang SC;
@@ -176,13 +176,13 @@ const sizeChange = (limits) => {
           cursor: pointer;
         }
         .right_3 {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           font-family:
             PingFangSC-Regular,
             PingFang SC;
           font-weight: 400;
           color: #999;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           cursor: pointer;
         }
         .right_1:hover {

+ 1 - 1
src/views/industry/parts/one.vue

@@ -16,7 +16,7 @@ const info = inject('info')
 .one {
   .one_1 {
     margin: 10px 0;
-    font-size: 24px;
+    font-size: $global-font-size-26;
     font-weight: 700;
     text-align: center;
   }

+ 2 - 2
src/views/industry/parts/two.vue

@@ -29,7 +29,7 @@ const info = inject('info')
 .two {
   .two_1 {
     margin: 10px 0;
-    font-size: 24px;
+    font-size: $global-font-size-26;
     font-weight: 700;
     text-align: center;
   }
@@ -47,7 +47,7 @@ const info = inject('info')
         .name {
           text-align: center;
           background: #e8e8e8;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           line-height: 1.5em;
           padding: 1em 0.5em;
           border-radius: 0 0 10px 10px;

+ 19 - 19
src/views/innovation/detail.vue

@@ -391,11 +391,11 @@ provide('submitForm', submitForm)
             padding-left: 4px;
             padding-right: 4px;
             height: 22px;
-            line-height: 20px;
+            line-height: $global-font-size-20;
             background: #f8f9fc;
             border-radius: 1px;
             border: 1px solid #dde2e7;
-            font-size: 12px;
+            font-size: $global-font-size-14;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -412,18 +412,18 @@ provide('submitForm', submitForm)
             overflow: hidden;
             text-overflow: ellipsis;
             white-space: nowrap;
-            font-size: 16px;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Medium,
               PingFang SC;
             font-weight: 500;
             color: #222;
-            line-height: 22px;
+            line-height: $global-font-size-24;
           }
         }
         .right_2 {
           padding: 5px 0;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           font-family:
             PingFangSC-Regular,
             PingFang SC;
@@ -435,7 +435,7 @@ provide('submitForm', submitForm)
           display: flex;
           justify-content: space-between;
           .right_3Left {
-            font-size: 12px;
+            font-size: $global-font-size-14;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -444,7 +444,7 @@ provide('submitForm', submitForm)
           }
           .right_3Right {
             text-align: right;
-            font-size: 16px;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Semibold,
               PingFang SC;
@@ -462,7 +462,7 @@ provide('submitForm', submitForm)
         align-items: center;
         justify-content: center;
         font-family: PingFangSC-Regular;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         color: #2374ff;
         span {
           margin: 0 0 0 5px;
@@ -472,7 +472,7 @@ provide('submitForm', submitForm)
         position: absolute;
         right: -23px;
         top: 10px;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         font-family:
           PingFangSC-Normal,
           PingFang SC;
@@ -542,10 +542,10 @@ provide('submitForm', submitForm)
     .thr_1 {
       padding: 10px;
       font-family: PingFangSC-Semibold;
-      font-size: 18px;
+      font-size: $global-font-size-20;
       color: #383b40;
       letter-spacing: 0;
-      line-height: 18px;
+      line-height: $global-font-size-20;
       font-weight: 600;
     }
     .thr_2 {
@@ -578,11 +578,11 @@ provide('submitForm', submitForm)
               padding-left: 4px;
               padding-right: 4px;
               height: 22px;
-              line-height: 20px;
+              line-height: $global-font-size-14;
               background: #f8f9fc;
               border-radius: 1px;
               border: 1px solid #dde2e7;
-              font-size: 12px;
+              font-size: $global-font-size-14;
               font-family:
                 PingFangSC-Regular,
                 PingFang SC;
@@ -599,18 +599,18 @@ provide('submitForm', submitForm)
               overflow: hidden;
               text-overflow: ellipsis;
               white-space: nowrap;
-              font-size: 16px;
+              font-size: $global-font-size-18;
               font-family:
                 PingFangSC-Medium,
                 PingFang SC;
               font-weight: 500;
               color: #222;
-              line-height: 22px;
+              line-height: $global-font-size-24;
             }
           }
           .right_2 {
             padding: 5px 0;
-            font-size: 12px;
+            font-size: $global-font-size-14;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -622,7 +622,7 @@ provide('submitForm', submitForm)
             display: flex;
             justify-content: space-between;
             .right_3Left {
-              font-size: 12px;
+              font-size: $global-font-size-14;
               font-family:
                 PingFangSC-Regular,
                 PingFang SC;
@@ -631,7 +631,7 @@ provide('submitForm', submitForm)
             }
             .right_3Right {
               text-align: right;
-              font-size: 16px;
+              font-size: $global-font-size-18;
               font-family:
                 PingFangSC-Semibold,
                 PingFang SC;
@@ -648,7 +648,7 @@ provide('submitForm', submitForm)
           position: absolute;
           right: -23px;
           top: 10px;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           font-family:
             PingFangSC-Normal,
             PingFang SC;

+ 10 - 10
src/views/innovation/index.vue

@@ -343,7 +343,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -357,7 +357,7 @@ const sizeChange = (limits) => {
       }
       .button {
         color: #2374ff;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         cursor: pointer;
       }
     }
@@ -393,11 +393,11 @@ const sizeChange = (limits) => {
             padding-left: 4px;
             padding-right: 4px;
             height: 22px;
-            line-height: 20px;
+            line-height: $global-font-size-20;
             background: #f8f9fc;
             border-radius: 1px;
             border: 1px solid #dde2e7;
-            font-size: 12px;
+            font-size: $global-font-size-14;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -414,18 +414,18 @@ const sizeChange = (limits) => {
             overflow: hidden;
             text-overflow: ellipsis;
             white-space: nowrap;
-            font-size: 16px;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Medium,
               PingFang SC;
             font-weight: 500;
             color: #222;
-            line-height: 22px;
+            line-height: $global-font-size-24;
           }
         }
         .right_2 {
           padding: 5px 0;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           font-family:
             PingFangSC-Regular,
             PingFang SC;
@@ -437,7 +437,7 @@ const sizeChange = (limits) => {
           display: flex;
           justify-content: space-between;
           .right_3Left {
-            font-size: 12px;
+            font-size: $global-font-size-14;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -446,7 +446,7 @@ const sizeChange = (limits) => {
           }
           .right_3Right {
             text-align: right;
-            font-size: 16px;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Semibold,
               PingFang SC;
@@ -463,7 +463,7 @@ const sizeChange = (limits) => {
         position: absolute;
         right: -23px;
         top: 10px;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         font-family:
           PingFangSC-Normal,
           PingFang SC;

+ 3 - 3
src/views/journal/detail.vue

@@ -75,7 +75,7 @@ const searchOther = async () => {
 <style scoped lang="scss">
 .main {
   .one {
-    font-size: 24px;
+    font-size: $global-font-size-26;
     font-weight: 700;
     border-bottom: 2px solid #2374ff;
     text-align: center;
@@ -88,14 +88,14 @@ const searchOther = async () => {
 
   .two {
     display: flex;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #7e8288;
     margin: 20px 0;
   }
 
   .thr {
     font-family: PingFangSC-Regular;
-    font-size: 20px;
+    font-size: $global-font-size-22;
     color: #383b40;
     line-height: 24px;
   }

+ 1 - 1
src/views/loading/index.vue

@@ -18,7 +18,7 @@
   background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
   .text {
     margin: 10px 0 0 0;
-    font-size: 18px;
+    font-size: $global-font-size-20;
   }
 }
 </style>

+ 5 - 5
src/views/login/index.vue

@@ -226,7 +226,7 @@ const toRegister = () => {
           text-align: center;
           margin: 0 40px;
           font-family: PingFangSC-Semibold !important;
-          font-size: 20px;
+          font-size: $global-font-size-22;
           letter-spacing: -0.14px;
           line-height: 32px;
           font-weight: bold;
@@ -255,7 +255,7 @@ const toRegister = () => {
           span {
             cursor: pointer;
             font-family: PingFangSC-Regular;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             color: #333333;
             letter-spacing: -0.09px;
             text-align: right;
@@ -275,7 +275,7 @@ const toRegister = () => {
             height: 44px !important;
             border: 0 !important;
             color: #f8f8f8 !important;
-            font-size: 16px !important;
+            font-size: $global-font-size-18 !important;
             text-align: center !important;
             line-height: 40px !important;
             cursor: pointer !important;
@@ -287,7 +287,7 @@ const toRegister = () => {
         .agree {
           padding: 0 0 30px 0;
           color: #999;
-          font-size: 12px;
+          font-size: $global-font-size-14;
 
           span:last-child {
             color: #2374ff;
@@ -297,7 +297,7 @@ const toRegister = () => {
         .other {
           text-align: center;
           font-family: PingFangSC-Regular;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #333333;
 
           span:last-child {

+ 2 - 2
src/views/main/eight.vue

@@ -198,7 +198,7 @@ const toView = async (item) => {
         .title {
           margin: 10px 0;
           font-family: Tahoma, Geneva, sans-serif;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           line-height: 1.75;
         }
         .title:hover {
@@ -206,7 +206,7 @@ const toView = async (item) => {
           cursor: pointer;
         }
         .other_1 {
-          font-size: 14px;
+          font-size: $global-font-size-16;
           margin: 5px 0;
         }
       }

+ 5 - 5
src/views/main/elevenHatch/index.vue

@@ -213,7 +213,7 @@ onBeforeUnmount(() => {
       }
 
       .alltitle {
-        font-size: 18px;
+        font-size: $global-font-size-20;
         color: #fff;
         position: relative;
         padding-left: 12px;
@@ -236,7 +236,7 @@ onBeforeUnmount(() => {
       }
       .wraptit span {
         display: inline-block;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         color: rgba(255, 255, 255, 0.6);
       }
 
@@ -291,7 +291,7 @@ onBeforeUnmount(() => {
         display: block;
         text-align: center;
         color: #fff;
-        font-size: 16px;
+        font-size: $global-font-size-18;
       }
 
       .num {
@@ -299,13 +299,13 @@ onBeforeUnmount(() => {
       }
 
       .numbt {
-        font-size: 24px;
+        font-size: $global-font-size-26;
         color: #fff;
         padding-top: 14px;
       }
 
       .numbt span {
-        font-size: 18px;
+        font-size: $global-font-size-20;
         padding-left: 10px;
         color: #fff;
       }

+ 2 - 2
src/views/main/four.vue

@@ -82,13 +82,13 @@ const search = async () => {}
         .hot_2 {
           span {
             margin: 0 10px;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
             font-weight: 400;
             color: #666;
-            line-height: 16px;
+            line-height: $global-font-size-18;
             cursor: pointer;
           }
           span:hover {

+ 16 - 16
src/views/main/hatch/twelve_1.vue

@@ -175,15 +175,15 @@ const list = ref([
       .name {
         text-align: center;
         font-family: PingFangSC-Medium;
-        font-size: 20px;
+        font-size: $global-font-size-22;
         color: #121834;
-        line-height: 20px;
+        line-height: $global-font-size-22;
         font-weight: 700;
         margin-bottom: 8px;
       }
       .remark {
         text-align: center;
-        font-size: 14px;
+        font-size: $global-font-size-16;
       }
     }
     .left_2 {
@@ -197,9 +197,9 @@ const list = ref([
           display: flex;
           align-items: center;
           font-family: PingFangSC-Medium;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           color: #121834;
-          line-height: 18px;
+          line-height: $global-font-size-20;
           font-weight: 700;
           margin-bottom: 8px;
           .image {
@@ -212,9 +212,9 @@ const list = ref([
           display: flex;
           justify-content: space-between;
           font-family: PingFangSC-Medium;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #63a9e2;
-          line-height: 14px;
+          line-height: $global-font-size-16;
           margin: 15px 0;
           .otherRight {
             text-align: right;
@@ -234,9 +234,9 @@ const list = ref([
         .title {
           text-align: center;
           font-family: PingFangSC-Medium;
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
-          line-height: 16px;
+          line-height: $global-font-size-18;
           font-weight: 700;
           margin-bottom: 8px;
           padding: 10px;
@@ -246,7 +246,7 @@ const list = ref([
           overflow: hidden;
           .list {
             padding: 10px;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             background: #fff;
             .name {
               display: flex;
@@ -277,9 +277,9 @@ const list = ref([
         .title {
           text-align: center;
           font-family: PingFangSC-Medium;
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
-          line-height: 16px;
+          line-height: $global-font-size-18;
           font-weight: 700;
           margin-bottom: 8px;
           padding: 10px;
@@ -294,9 +294,9 @@ const list = ref([
         .title {
           text-align: center;
           font-family: PingFangSC-Medium;
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
-          line-height: 16px;
+          line-height: $global-font-size-18;
           font-weight: 700;
           margin-bottom: 8px;
           padding: 10px;
@@ -312,9 +312,9 @@ const list = ref([
           .title {
             text-align: center;
             font-family: PingFangSC-Medium;
-            font-size: 16px;
+            font-size: $global-font-size-18;
             color: #121834;
-            line-height: 16px;
+            line-height: $global-font-size-18;
             font-weight: 700;
             margin-bottom: 8px;
             padding: 10px;

+ 14 - 14
src/views/main/one.vue

@@ -253,7 +253,7 @@ const toMore = () => {
       justify-content: space-between;
       margin: 0 0 10px 0;
       .left {
-        font-size: 24px;
+        font-size: $global-font-size-26;
         font-family:
           PingFangSC-Semibold,
           PingFang SC;
@@ -263,13 +263,13 @@ const toMore = () => {
       }
       .right {
         text-align: right;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         font-family:
           PingFangSC-Regular,
           PingFang SC;
         font-weight: 400;
         color: #2280ff;
-        line-height: 14px;
+        line-height: $global-font-size-16;
         display: block;
         margin-top: 13px;
         margin-right: 34px;
@@ -293,9 +293,9 @@ const toMore = () => {
 
         .left {
           font-family: PingFangSC-Regular;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           color: #2374ff;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           padding: 0 !important;
 
           .year {
@@ -303,8 +303,8 @@ const toMore = () => {
           }
 
           .date {
-            font-size: 22px;
-            line-height: 22px;
+            font-size: $global-font-size-24;
+            line-height: $global-font-size-24;
             margin-bottom: 10px;
           }
         }
@@ -313,15 +313,15 @@ const toMore = () => {
           padding: 0 !important;
           .name {
             font-family: PingFangSC-Medium;
-            font-size: 16px;
+            font-size: $global-font-size-18;
             color: #121834;
-            line-height: 16px;
+            line-height: $global-font-size-18;
             font-weight: 700;
             margin-bottom: 8px;
           }
 
           .content {
-            font-size: 12px;
+            font-size: $global-font-size-14;
             color: #525a68;
             line-height: 19px;
             font-weight: 400;
@@ -374,17 +374,17 @@ const toMore = () => {
       box-sizing: border-box;
       margin-bottom: 7px;
       .left {
-        font-size: 20px;
+        font-size: $global-font-size-22;
         font-family:
           PingFangSC-Medium,
           PingFang SC;
         font-weight: 500;
         color: #111;
-        line-height: 20px;
+        line-height: $global-font-size-20;
       }
       .right {
         text-align: right;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         font-family:
           PingFangSC-Regular,
           PingFang SC;
@@ -409,7 +409,7 @@ const toMore = () => {
         }
         .name {
           padding: 10px;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           font-family:
             PingFangSC-Medium,
             PingFang SC;

+ 4 - 4
src/views/main/six.vue

@@ -274,7 +274,7 @@ const sizeChange = (limits) => {
           }
           .title {
             color: #666;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             line-height: 15px;
             margin: 0 10px;
             display: inline-block;
@@ -288,7 +288,7 @@ const sizeChange = (limits) => {
         }
         .button {
           color: #2374ff;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           cursor: pointer;
         }
       }
@@ -313,7 +313,7 @@ const sizeChange = (limits) => {
         margin: 0 0 15px 0;
         .name {
           color: #337ab7;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           font-weight: bold;
           display: inline-block;
           margin: 0 0 8px 0;
@@ -327,7 +327,7 @@ const sizeChange = (limits) => {
         .other_1 {
           font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
             sans-serif;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           font-weight: normal;
           color: #666;
         }

+ 2 - 2
src/views/main/ten.vue

@@ -101,7 +101,7 @@ const toView = (item) => {
       .list {
         margin: 20px 0;
         .name {
-          font-size: 25px;
+          font-size: $global-font-size-25;
           font-weight: bold;
           margin: 0 0 10px 0;
         }
@@ -118,7 +118,7 @@ const toView = (item) => {
           color: #ff4500;
         }
         .remark {
-          font-size: 18px;
+          font-size: $global-font-size-20;
           font-weight: bold;
         }
       }

+ 11 - 11
src/views/main/thirteen.vue

@@ -359,7 +359,7 @@ const toView = async (item) => {
           }
           .center1 {
             .title {
-              font-size: 16px;
+              font-size: $global-font-size-18;
               margin-bottom: 10px;
               color: #383838;
               font-weight: 600;
@@ -373,14 +373,14 @@ const toView = async (item) => {
               cursor: pointer;
             }
             .other_1 {
-              font-size: 14px;
+              font-size: $global-font-size-16;
               color: #9b9994;
               text-align: left;
               margin-bottom: 5px;
             }
             .other_2 {
               line-height: 24px;
-              font-size: 14px;
+              font-size: $global-font-size-16;
               height: 66px;
               overflow: hidden;
               color: #1d1e20;
@@ -406,7 +406,7 @@ const toView = async (item) => {
             }
             .other {
               .title {
-                font-size: 16px;
+                font-size: $global-font-size-18;
                 margin: 10px 0;
                 color: #383838;
                 white-space: nowrap;
@@ -418,7 +418,7 @@ const toView = async (item) => {
                 cursor: pointer;
               }
               .other_2 {
-                font-size: 14px;
+                font-size: $global-font-size-16;
                 overflow: hidden;
                 color: #1d1e20;
                 text-align: justify;
@@ -452,7 +452,7 @@ const toView = async (item) => {
             }
             .other {
               .title {
-                font-size: 16px;
+                font-size: $global-font-size-18;
                 margin: 10px 0;
                 color: #383838;
                 white-space: nowrap;
@@ -464,7 +464,7 @@ const toView = async (item) => {
                 cursor: pointer;
               }
               .other_2 {
-                font-size: 14px;
+                font-size: $global-font-size-16;
                 overflow: hidden;
                 color: #1d1e20;
                 text-align: justify;
@@ -504,7 +504,7 @@ const toView = async (item) => {
             .title {
               margin: 0;
               padding: 0;
-              font-size: 14px;
+              font-size: $global-font-size-16;
               color: #fff;
               text-align: center;
               font-weight: normal;
@@ -532,7 +532,7 @@ const toView = async (item) => {
             box-sizing: border-box;
             margin-bottom: 7px;
             .left {
-              font-size: 24px;
+              font-size: $global-font-size-26;
               font-family:
                 PingFangSC-Medium,
                 PingFang SC;
@@ -542,7 +542,7 @@ const toView = async (item) => {
             }
             .right {
               text-align: right;
-              font-size: 14px;
+              font-size: $global-font-size-16;
               font-family:
                 PingFangSC-Regular,
                 PingFang SC;
@@ -555,7 +555,7 @@ const toView = async (item) => {
             margin: 10px 0 0 0;
             .name {
               max-height: 48px;
-              font-size: 14px;
+              font-size: $global-font-size-16;
               font-family:
                 PingFangSC-Medium,
                 PingFang SC;

+ 4 - 4
src/views/main/thr.vue

@@ -109,7 +109,7 @@ const toSupply = async () => {
         padding: 20px;
         background: #337ab7;
         color: #ffff;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         font-weight: bold;
         border-radius: 7px;
         margin: 0 0 10px 0;
@@ -118,7 +118,7 @@ const toSupply = async () => {
         padding: 20px;
         background: #337ab7;
         color: #ffff;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         font-weight: bold;
         border-radius: 7px;
         margin: 0 0 10px 0;
@@ -130,7 +130,7 @@ const toSupply = async () => {
         padding: 20px;
         background: #337ab7;
         color: #ffff;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         font-weight: bold;
         border-radius: 7px;
         margin: 0 0 10px 0;
@@ -139,7 +139,7 @@ const toSupply = async () => {
         padding: 20px;
         background: #337ab7;
         color: #ffff;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         font-weight: bold;
         border-radius: 7px;
         margin: 0 0 10px 0;

BIN
src/views/main/twelveHatch/images/twelvebBg.png


+ 5 - 5
src/views/main/twelveHatch/index.vue

@@ -240,7 +240,7 @@ onBeforeUnmount(() => {
   }
   .head .menu li a {
     display: block;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #fff;
     line-height: 30px;
     padding: 0 10px;
@@ -321,7 +321,7 @@ onBeforeUnmount(() => {
   .tit {
     padding: 10px 10px 10px 25px;
     border-bottom: 1px solid rgba(7, 118, 181, 0.7);
-    font-size: 16px;
+    font-size: $global-font-size-18;
     font-weight: 500;
     position: relative;
   }
@@ -358,7 +358,7 @@ onBeforeUnmount(() => {
     padding: 0 10px;
   }
   .tit01 {
-    font-size: 16px;
+    font-size: $global-font-size-18;
     font-weight: 500;
     position: relative;
     padding-left: 15px;
@@ -398,13 +398,13 @@ onBeforeUnmount(() => {
     display: flex;
     justify-content: center;
     align-items: center;
-    font-size: 25px;
+    font-size: $global-font-size-25;
     font-family: electronicFont;
     color: #fff32b;
   }
   .yqlist li span {
     opacity: 0.6;
-    font-size: 14px;
+    font-size: $global-font-size-16;
   }
 
   .yq:before {

+ 3 - 3
src/views/news/detail.vue

@@ -63,7 +63,7 @@ const searchOther = async () => {
 <style scoped lang="scss">
 .main {
   .one {
-    font-size: 24px;
+    font-size: $global-font-size-26;
     font-weight: 700;
     border-bottom: 2px solid #2374ff;
     text-align: center;
@@ -76,14 +76,14 @@ const searchOther = async () => {
 
   .two {
     display: flex;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #7e8288;
     margin: 20px 0;
   }
 
   .thr {
     font-family: PingFangSC-Regular;
-    font-size: 20px;
+    font-size: $global-font-size-22;
     color: #383b40;
     line-height: 24px;
   }

+ 14 - 14
src/views/news/index.vue

@@ -201,8 +201,8 @@ const removeHtmlStyle = (html) => {
               align-items: center;
               justify-content: center;
               font-family: PingFangSC-Regular;
-              font-size: 12px;
-              line-height: 12px;
+              font-size: $global-font-size-14;
+              line-height: $global-font-size-14;
               width: 95px;
               height: 75px;
               background: #2374ff;
@@ -214,8 +214,8 @@ const removeHtmlStyle = (html) => {
               }
 
               .date {
-                font-size: 22px;
-                line-height: 22px;
+                font-size: $global-font-size-24;
+                line-height: $global-font-size-24;
                 margin-bottom: 10px;
               }
             }
@@ -223,15 +223,15 @@ const removeHtmlStyle = (html) => {
             .right {
               .name {
                 font-family: PingFangSC-Medium;
-                font-size: 16px;
+                font-size: $global-font-size-18;
                 color: #121834;
-                line-height: 16px;
+                line-height: $global-font-size-18;
                 font-weight: 700;
                 margin-bottom: 8px;
               }
 
               .content {
-                font-size: 12px;
+                font-size: $global-font-size-14;
                 color: #525a68;
                 line-height: 19px;
                 font-weight: 400;
@@ -277,8 +277,8 @@ const removeHtmlStyle = (html) => {
               align-items: center;
               justify-content: center;
               font-family: PingFangSC-Regular;
-              font-size: 12px;
-              line-height: 12px;
+              font-size: $global-font-size-14;
+              line-height: $global-font-size-14;
               width: 95px;
               height: 75px;
               background: #2374ff;
@@ -290,8 +290,8 @@ const removeHtmlStyle = (html) => {
               }
 
               .date {
-                font-size: 22px;
-                line-height: 22px;
+                font-size: $global-font-size-24;
+                line-height: $global-font-size-24;
                 margin-bottom: 10px;
               }
             }
@@ -299,15 +299,15 @@ const removeHtmlStyle = (html) => {
             .right {
               .name {
                 font-family: PingFangSC-Medium;
-                font-size: 16px;
+                font-size: $global-font-size-18;
                 color: #121834;
-                line-height: 16px;
+                line-height: $global-font-size-18;
                 font-weight: 700;
                 margin-bottom: 8px;
               }
 
               .content {
-                font-size: 12px;
+                font-size: $global-font-size-14;
                 color: #525a68;
                 line-height: 19px;
                 font-weight: 400;

+ 20 - 20
src/views/platform/detail.vue

@@ -296,7 +296,7 @@ const sizeChange = (limits) => {
       margin: 0 0 10px 0;
 
       .title {
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: 700;
         color: #383b40;
       }
@@ -306,7 +306,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         color: #2374ff;
         text-align: right;
         span {
@@ -317,12 +317,12 @@ const sizeChange = (limits) => {
 
     .one_2 {
       display: inline-block;
-      font-size: 12px;
+      font-size: $global-font-size-14;
       background: rgba(18, 172, 117, 0.05);
       color: #12ac75;
       padding: 0 15px;
       height: 20px;
-      line-height: 20px;
+      line-height: $global-font-size-20;
       border-radius: 10px;
       margin-bottom: 2px;
     }
@@ -334,9 +334,9 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #383b40;
-    line-height: 14px;
+    line-height: $global-font-size-16;
   }
 
   .thr {
@@ -356,7 +356,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -375,9 +375,9 @@ const sizeChange = (limits) => {
         .name {
           height: 20px;
           font-family: PingFangSC-Semibold;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           color: #383b40;
-          line-height: 20px;
+          line-height: $global-font-size-20;
           font-weight: 700;
           margin-bottom: 8px;
         }
@@ -385,17 +385,17 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #383b40;
-          line-height: 14px;
+          line-height: $global-font-size-16;
           font-weight: 700;
 
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             color: #7e8288;
-            line-height: 14px;
+            line-height: $global-font-size-16;
             font-weight: 400;
             margin-right: 10px;
           }
@@ -426,7 +426,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -445,7 +445,7 @@ const sizeChange = (limits) => {
         transition: all 0.3s;
         padding: 15px;
         .name {
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
           height: 16px;
           line-height: 13px;
@@ -458,9 +458,9 @@ const sizeChange = (limits) => {
         }
 
         .two_1 {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           text-align: justify;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 400;
           letter-spacing: 0;
           color: #8f97a3;
@@ -493,16 +493,16 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {
       margin: 0 10px 0 0;
       span {
         font-family: PingFangSC-Semibold;
-        font-size: 20px;
+        font-size: $global-font-size-22;
         color: #e94643;
-        line-height: 20px;
+        line-height: $global-font-size-20;
       }
     }
   }

+ 20 - 20
src/views/project/detail.vue

@@ -302,7 +302,7 @@ const sizeChange = (limits) => {
       margin: 0 0 10px 0;
 
       .title {
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: 700;
         color: #383b40;
       }
@@ -312,7 +312,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         color: #2374ff;
         span {
           margin: 0 0 0 5px;
@@ -322,12 +322,12 @@ const sizeChange = (limits) => {
 
     .one_2 {
       display: inline-block;
-      font-size: 12px;
+      font-size: $global-font-size-14;
       background: rgba(18, 172, 117, 0.05);
       color: #12ac75;
       padding: 0 15px;
       height: 20px;
-      line-height: 20px;
+      line-height: $global-font-size-20;
       border-radius: 10px;
       margin-bottom: 2px;
     }
@@ -339,9 +339,9 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #383b40;
-    line-height: 14px;
+    line-height: $global-font-size-16;
   }
 
   .thr {
@@ -361,7 +361,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -380,9 +380,9 @@ const sizeChange = (limits) => {
         .name {
           height: 20px;
           font-family: PingFangSC-Semibold;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           color: #383b40;
-          line-height: 20px;
+          line-height: $global-font-size-20;
           font-weight: 700;
           margin-bottom: 8px;
         }
@@ -390,17 +390,17 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #383b40;
-          line-height: 14px;
+          line-height: $global-font-size-16;
           font-weight: 700;
 
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             color: #7e8288;
-            line-height: 14px;
+            line-height: $global-font-size-16;
             font-weight: 400;
             margin-right: 16px;
           }
@@ -431,7 +431,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -450,7 +450,7 @@ const sizeChange = (limits) => {
         transition: all 0.3s;
         padding: 15px;
         .name {
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
           height: 16px;
           line-height: 13px;
@@ -463,9 +463,9 @@ const sizeChange = (limits) => {
         }
 
         .two_1 {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           text-align: justify;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 400;
           letter-spacing: 0;
           color: #8f97a3;
@@ -498,16 +498,16 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {
       margin: 0 10px 0 0;
       span {
         font-family: PingFangSC-Semibold;
-        font-size: 20px;
+        font-size: $global-font-size-22;
         color: #e94643;
-        line-height: 20px;
+        line-height: $global-font-size-20;
       }
     }
   }

+ 10 - 10
src/views/project/index.vue

@@ -421,7 +421,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             .left {
               padding: 10px;
             }
@@ -477,7 +477,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -491,7 +491,7 @@ const sizeChange = (limits) => {
       }
       .button {
         color: #2374ff;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         cursor: pointer;
       }
     }
@@ -511,7 +511,7 @@ const sizeChange = (limits) => {
       padding: 20px;
 
       .name {
-        font-size: 16px;
+        font-size: $global-font-size-18;
         color: #121834;
         height: 16px;
         line-height: 13px;
@@ -524,9 +524,9 @@ const sizeChange = (limits) => {
       }
 
       .two_1 {
-        font-size: 12px;
+        font-size: $global-font-size-14;
         text-align: justify;
-        line-height: 12px;
+        line-height: $global-font-size-14;
         font-weight: 400;
         letter-spacing: 0;
         color: #8f97a3;
@@ -545,19 +545,19 @@ const sizeChange = (limits) => {
 
         .status {
           padding: 5px 12px;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           color: #2374ff;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 400;
           background: rgba(35, 116, 255, 0.05);
           border-radius: 16px;
         }
 
         .button {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           color: #fff;
           text-align: center;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 500;
           padding: 5px 12px;
           background: #2374ff;

+ 5 - 5
src/views/register/parts/association.vue

@@ -256,10 +256,10 @@ const submitForm = async (formEl) => {
   .text {
     padding: 10px 0;
     font-family: PingFangSC-Semibold;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #383b40;
     letter-spacing: 0;
-    line-height: 18px;
+    line-height: $global-font-size-20;
     font-weight: 600;
   }
 
@@ -270,7 +270,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -290,7 +290,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -304,7 +304,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 5 - 5
src/views/register/parts/company.vue

@@ -392,10 +392,10 @@ const submitForm = async (formEl) => {
   .text {
     padding: 10px 0;
     font-family: PingFangSC-Semibold;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #383b40;
     letter-spacing: 0;
-    line-height: 18px;
+    line-height: $global-font-size-20;
     font-weight: 600;
   }
 
@@ -406,7 +406,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -426,7 +426,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -440,7 +440,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 5 - 5
src/views/register/parts/competition.vue

@@ -256,10 +256,10 @@ const submitForm = async (formEl) => {
   .text {
     padding: 10px 0;
     font-family: PingFangSC-Semibold;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #383b40;
     letter-spacing: 0;
-    line-height: 18px;
+    line-height: $global-font-size-20;
     font-weight: 600;
   }
 
@@ -270,7 +270,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -290,7 +290,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -304,7 +304,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 5 - 5
src/views/register/parts/expert.vue

@@ -362,10 +362,10 @@ const submitForm = async (formEl) => {
   .text {
     padding: 10px 0;
     font-family: PingFangSC-Semibold;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #383b40;
     letter-spacing: 0;
-    line-height: 18px;
+    line-height: $global-font-size-20;
     font-weight: 600;
   }
 
@@ -376,7 +376,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -396,7 +396,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -410,7 +410,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 5 - 5
src/views/register/parts/incubator.vue

@@ -256,10 +256,10 @@ const submitForm = async (formEl) => {
   .text {
     padding: 10px 0;
     font-family: PingFangSC-Semibold;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #383b40;
     letter-spacing: 0;
-    line-height: 18px;
+    line-height: $global-font-size-20;
     font-weight: 600;
   }
 
@@ -270,7 +270,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -290,7 +290,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -304,7 +304,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 5 - 5
src/views/register/parts/investment.vue

@@ -284,10 +284,10 @@ const submitForm = async (formEl) => {
   .text {
     padding: 10px 0;
     font-family: PingFangSC-Semibold;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #383b40;
     letter-spacing: 0;
-    line-height: 18px;
+    line-height: $global-font-size-20;
     font-weight: 600;
   }
 
@@ -298,7 +298,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -318,7 +318,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -332,7 +332,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 5 - 5
src/views/register/parts/state.vue

@@ -269,10 +269,10 @@ const submitForm = async (formEl) => {
   .text {
     padding: 10px 0;
     font-family: PingFangSC-Semibold;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #383b40;
     letter-spacing: 0;
-    line-height: 18px;
+    line-height: $global-font-size-20;
     font-weight: 600;
   }
 
@@ -283,7 +283,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -303,7 +303,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -317,7 +317,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 5 - 5
src/views/register/parts/unit.vue

@@ -256,10 +256,10 @@ const submitForm = async (formEl) => {
   .text {
     padding: 10px 0;
     font-family: PingFangSC-Semibold;
-    font-size: 18px;
+    font-size: $global-font-size-20;
     color: #383b40;
     letter-spacing: 0;
-    line-height: 18px;
+    line-height: $global-font-size-20;
     font-weight: 600;
   }
 
@@ -270,7 +270,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -290,7 +290,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -304,7 +304,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 3 - 3
src/views/register/parts/user.vue

@@ -173,7 +173,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -193,7 +193,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -207,7 +207,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 3 - 3
src/views/register/parts/userCode.vue

@@ -197,7 +197,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: 14px;
+      font-size: $global-font-size-16;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;
@@ -217,7 +217,7 @@ const submitForm = async (formEl) => {
       height: 44px !important;
       border: 0 !important;
       color: #f8f8f8 !important;
-      font-size: 16px !important;
+      font-size: $global-font-size-18 !important;
       text-align: center !important;
       line-height: 40px !important;
       cursor: pointer !important;
@@ -231,7 +231,7 @@ const submitForm = async (formEl) => {
     align-items: center;
     padding: 0 0 10px 0;
     color: #999;
-    font-size: 12px;
+    font-size: $global-font-size-14;
 
     span:last-child {
       color: #2374ff;

+ 5 - 5
src/views/release/parts/parts/list.vue

@@ -97,7 +97,7 @@ const sizeChange = inject('sizeChange')
       .name {
         display: flex;
         align-items: center;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         color: #121834;
         font-weight: 500;
         margin: 5px 0 0 0;
@@ -114,9 +114,9 @@ const sizeChange = inject('sizeChange')
       }
 
       .other_1 {
-        font-size: 12px;
+        font-size: $global-font-size-14;
         text-align: justify;
-        line-height: 12px;
+        line-height: $global-font-size-14;
         font-weight: 400;
         letter-spacing: 0;
         color: #8f97a3;
@@ -134,10 +134,10 @@ const sizeChange = inject('sizeChange')
         margin: 10px;
         text-align: right;
         .button {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           color: #fff;
           text-align: center;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 500;
           padding: 5px 12px;
           background: #2374ff;

+ 1 - 1
src/views/search/index.vue

@@ -283,7 +283,7 @@ provide('changePage', changePage)
         height: 45px;
         line-height: 45px;
         font-family: PingFangSC-Regular;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         padding-right: 24px;
         color: #fff;
         border: none !important;

+ 5 - 5
src/views/search/parts/list.vue

@@ -89,7 +89,7 @@ const sizeChange = inject('sizeChange')
       .name {
         display: flex;
         align-items: center;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         color: #121834;
         font-weight: 500;
         margin: 5px 0 0 0;
@@ -106,9 +106,9 @@ const sizeChange = inject('sizeChange')
       }
 
       .other_1 {
-        font-size: 12px;
+        font-size: $global-font-size-14;
         text-align: justify;
-        line-height: 12px;
+        line-height: $global-font-size-14;
         font-weight: 400;
         letter-spacing: 0;
         color: #8f97a3;
@@ -123,10 +123,10 @@ const sizeChange = inject('sizeChange')
         margin: 10px;
         text-align: right;
         .button {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           color: #fff;
           text-align: center;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 500;
           padding: 5px 12px;
           background: #2374ff;

+ 7 - 7
src/views/search/parts/news.vue

@@ -82,17 +82,17 @@ const removeHtmlStyle = (html) => {
 
       .left {
         font-family: PingFangSC-Regular;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         color: #2374ff;
-        line-height: 12px;
+        line-height: $global-font-size-14;
 
         .year {
           margin-bottom: 2px;
         }
 
         .date {
-          font-size: 22px;
-          line-height: 22px;
+          font-size: $global-font-size-24;
+          line-height: $global-font-size-24;
           margin-bottom: 10px;
         }
       }
@@ -100,15 +100,15 @@ const removeHtmlStyle = (html) => {
       .right {
         .name {
           font-family: PingFangSC-Medium;
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
-          line-height: 16px;
+          line-height: $global-font-size-18;
           font-weight: 700;
           margin-bottom: 8px;
         }
 
         .content {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           color: #525a68;
           line-height: 19px;
           font-weight: 400;

+ 20 - 20
src/views/server/detail.vue

@@ -281,7 +281,7 @@ const sizeChange = (limits) => {
       margin: 0 0 10px 0;
 
       .title {
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: 700;
         color: #383b40;
       }
@@ -291,7 +291,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         color: #2374ff;
         text-align: right;
         span {
@@ -302,12 +302,12 @@ const sizeChange = (limits) => {
 
     .one_2 {
       display: inline-block;
-      font-size: 12px;
+      font-size: $global-font-size-14;
       background: rgba(18, 172, 117, 0.05);
       color: #12ac75;
       padding: 0 15px;
       height: 20px;
-      line-height: 20px;
+      line-height: $global-font-size-20;
       border-radius: 10px;
       margin-bottom: 2px;
     }
@@ -319,9 +319,9 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #383b40;
-    line-height: 14px;
+    line-height: $global-font-size-16;
   }
 
   .thr {
@@ -341,7 +341,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -360,9 +360,9 @@ const sizeChange = (limits) => {
         .name {
           height: 20px;
           font-family: PingFangSC-Semibold;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           color: #383b40;
-          line-height: 20px;
+          line-height: $global-font-size-20;
           font-weight: 700;
           margin-bottom: 8px;
         }
@@ -370,17 +370,17 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #383b40;
-          line-height: 14px;
+          line-height: $global-font-size-16;
           font-weight: 700;
 
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             color: #7e8288;
-            line-height: 14px;
+            line-height: $global-font-size-16;
             font-weight: 400;
             margin-right: 10px;
           }
@@ -411,7 +411,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -430,7 +430,7 @@ const sizeChange = (limits) => {
         transition: all 0.3s;
         padding: 15px;
         .name {
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
           height: 16px;
           line-height: 13px;
@@ -443,9 +443,9 @@ const sizeChange = (limits) => {
         }
 
         .two_1 {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           text-align: justify;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 400;
           letter-spacing: 0;
           color: #8f97a3;
@@ -478,16 +478,16 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {
       margin: 0 10px 0 0;
       span {
         font-family: PingFangSC-Semibold;
-        font-size: 20px;
+        font-size: $global-font-size-22;
         color: #e94643;
-        line-height: 20px;
+        line-height: $global-font-size-22;
       }
     }
   }

+ 5 - 5
src/views/sign/index.vue

@@ -178,7 +178,7 @@ const sizeChange = (limits) => {
       .name {
         display: flex;
         align-items: center;
-        font-size: 16px;
+        font-size: $global-font-size-18;
         color: #121834;
         font-weight: 500;
         margin: 5px 0 0 0;
@@ -189,9 +189,9 @@ const sizeChange = (limits) => {
       }
 
       .two_1 {
-        font-size: 12px;
+        font-size: $global-font-size-14;
         text-align: justify;
-        line-height: 12px;
+        line-height: $global-font-size-14;
         font-weight: 400;
         letter-spacing: 0;
         color: #8f97a3;
@@ -209,10 +209,10 @@ const sizeChange = (limits) => {
         margin: 10px;
         text-align: right;
         .button {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           color: #fff;
           text-align: center;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 500;
           padding: 5px 12px;
           background: #2374ff;

+ 20 - 20
src/views/supply/detail.vue

@@ -296,7 +296,7 @@ const sizeChange = (limits) => {
       margin: 0 0 10px 0;
 
       .title {
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: 700;
         color: #383b40;
       }
@@ -306,7 +306,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         color: #2374ff;
         text-align: right;
         span {
@@ -317,12 +317,12 @@ const sizeChange = (limits) => {
 
     .one_2 {
       display: inline-block;
-      font-size: 12px;
+      font-size: $global-font-size-14;
       background: rgba(18, 172, 117, 0.05);
       color: #12ac75;
       padding: 0 15px;
       height: 20px;
-      line-height: 20px;
+      line-height: $global-font-size-20;
       border-radius: 10px;
       margin-bottom: 2px;
     }
@@ -334,9 +334,9 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #383b40;
-    line-height: 14px;
+    line-height: $global-font-size-16;
   }
 
   .thr {
@@ -356,7 +356,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -375,9 +375,9 @@ const sizeChange = (limits) => {
         .name {
           height: 20px;
           font-family: PingFangSC-Semibold;
-          font-size: 18px;
+          font-size: $global-font-size-20;
           color: #383b40;
-          line-height: 20px;
+          line-height: $global-font-size-20;
           font-weight: 700;
           margin-bottom: 8px;
         }
@@ -385,17 +385,17 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           color: #383b40;
-          line-height: 14px;
+          line-height: $global-font-size-16;
           font-weight: 700;
 
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             color: #7e8288;
-            line-height: 14px;
+            line-height: $global-font-size-16;
             font-weight: 400;
             margin-right: 10px;
           }
@@ -426,7 +426,7 @@ const sizeChange = (limits) => {
         height: 40px;
         border-bottom: 2px solid #2374ff;
         color: #fff;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         background: #2374ff;
       }
     }
@@ -445,7 +445,7 @@ const sizeChange = (limits) => {
         transition: all 0.3s;
         padding: 15px;
         .name {
-          font-size: 16px;
+          font-size: $global-font-size-18;
           color: #121834;
           height: 16px;
           line-height: 13px;
@@ -458,9 +458,9 @@ const sizeChange = (limits) => {
         }
 
         .two_1 {
-          font-size: 12px;
+          font-size: $global-font-size-14;
           text-align: justify;
-          line-height: 12px;
+          line-height: $global-font-size-14;
           font-weight: 400;
           letter-spacing: 0;
           color: #8f97a3;
@@ -493,16 +493,16 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: 14px;
+    font-size: $global-font-size-16;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {
       margin: 0 10px 0 0;
       span {
         font-family: PingFangSC-Semibold;
-        font-size: 20px;
+        font-size: $global-font-size-22;
         color: #e94643;
-        line-height: 20px;
+        line-height: $global-font-size-22;
       }
     }
   }

+ 6 - 6
src/views/supply/index.vue

@@ -428,7 +428,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: 14px;
+            font-size: $global-font-size-16;
             .left {
               padding: 10px;
             }
@@ -484,7 +484,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: 14px;
+          font-size: $global-font-size-16;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -498,7 +498,7 @@ const sizeChange = (limits) => {
       }
       .button {
         color: #2374ff;
-        font-size: 12px;
+        font-size: $global-font-size-14;
         cursor: pointer;
       }
     }
@@ -517,7 +517,7 @@ const sizeChange = (limits) => {
 
       .name {
         color: #337ab7;
-        font-size: 18px;
+        font-size: $global-font-size-20;
         font-weight: bold;
         display: inline-block;
         margin: 10px 0;
@@ -534,7 +534,7 @@ const sizeChange = (limits) => {
         .other_1 {
           font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
             sans-serif;
-          font-size: 12px;
+          font-size: $global-font-size-14;
           font-weight: normal;
         }
 
@@ -547,7 +547,7 @@ const sizeChange = (limits) => {
       .brief {
         line-height: 30px;
         color: #666;
-        font-size: 14px;
+        font-size: $global-font-size-16;
         cursor: pointer;
       }
     }