Browse Source

修改字体大小

zs 11 months ago
parent
commit
99608da57e
45 changed files with 140 additions and 122 deletions
  1. 5 5
      src/views/achievement/detail.vue
  2. 7 7
      src/views/achievement/index.vue
  3. 3 3
      src/views/brain/index.vue
  4. 6 6
      src/views/chat/index.vue
  5. 2 2
      src/views/chat/parts/chat.vue
  6. 3 3
      src/views/company/detail.vue
  7. 4 4
      src/views/company/index.vue
  8. 5 5
      src/views/demand/detail.vue
  9. 6 6
      src/views/demand/index.vue
  10. 1 1
      src/views/expert/detail.vue
  11. 4 4
      src/views/expert/index.vue
  12. 2 2
      src/views/help/index.vue
  13. 5 5
      src/views/home/index.vue
  14. 1 1
      src/views/industry/parts/four.vue
  15. 3 0
      src/views/industry/parts/one.vue
  16. 4 1
      src/views/industry/parts/two.vue
  17. 1 1
      src/views/innovation/detail.vue
  18. 9 2
      src/views/innovation/index.vue
  19. 1 1
      src/views/journal/detail.vue
  20. 2 2
      src/views/login/index.vue
  21. 1 1
      src/views/main/eight.vue
  22. 4 1
      src/views/main/four.vue
  23. 3 3
      src/views/main/hatch/twelve_1.vue
  24. 2 2
      src/views/main/one.vue
  25. 3 1
      src/views/main/seven.vue
  26. 3 3
      src/views/main/six.vue
  27. 8 8
      src/views/main/thirteen.vue
  28. 1 1
      src/views/main/twelveHatch/index.vue
  29. 1 1
      src/views/news/detail.vue
  30. 5 5
      src/views/platform/detail.vue
  31. 5 5
      src/views/project/detail.vue
  32. 4 4
      src/views/project/index.vue
  33. 1 1
      src/views/register/parts/association.vue
  34. 1 1
      src/views/register/parts/company.vue
  35. 1 1
      src/views/register/parts/competition.vue
  36. 1 1
      src/views/register/parts/expert.vue
  37. 1 1
      src/views/register/parts/incubator.vue
  38. 1 1
      src/views/register/parts/investment.vue
  39. 1 1
      src/views/register/parts/state.vue
  40. 1 1
      src/views/register/parts/unit.vue
  41. 1 1
      src/views/register/parts/user.vue
  42. 1 1
      src/views/register/parts/userCode.vue
  43. 5 5
      src/views/server/detail.vue
  44. 5 5
      src/views/supply/detail.vue
  45. 6 6
      src/views/supply/index.vue

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

@@ -321,7 +321,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: end;
         font-family: PingFangSC-Regular;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         color: #2374ff;
         text-align: right;
         span {
@@ -349,7 +349,7 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #383b40;
     line-height: $global-font-size-16;
   }
@@ -400,7 +400,7 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #383b40;
           line-height: $global-font-size-16;
           font-weight: 700;
@@ -408,7 +408,7 @@ const sizeChange = (limits) => {
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             color: #7e8288;
             line-height: $global-font-size-16;
             font-weight: 400;
@@ -512,7 +512,7 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {

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

@@ -104,7 +104,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in fieldList.slice(0, 8)"
+                  v-for="(item, index) in fieldList.slice(0, 6)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -159,7 +159,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in sellList.slice(0, 8)"
+                  v-for="(item, index) in sellList.slice(0, 6)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -214,7 +214,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in cityList.slice(0, 10)"
+                  v-for="(item, index) in cityList.slice(0, 9)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -552,7 +552,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             .left {
               padding: 10px;
             }
@@ -611,7 +611,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -661,7 +661,7 @@ const sizeChange = (limits) => {
         .other_1 {
           font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
             sans-serif;
-          font-size: $global-font-size-14;
+          font-size: $global-font-size-18;
           font-weight: normal;
         }
 
@@ -674,7 +674,7 @@ const sizeChange = (limits) => {
       .brief {
         line-height: 30px;
         color: #666;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         cursor: pointer;
       }
     }

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

@@ -228,7 +228,7 @@ const sizeChange = (limits) => {
             margin-bottom: 20px;
             height: 48px;
             overflow: hidden;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -276,7 +276,7 @@ const sizeChange = (limits) => {
         }
         .right {
           text-align: right;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           font-family:
             PingFangSC-Regular,
             PingFang SC;
@@ -289,7 +289,7 @@ const sizeChange = (limits) => {
         margin: 10px 0 0 0;
         .name {
           max-height: 48px;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           font-family:
             PingFangSC-Medium,
             PingFang SC;

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

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

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

@@ -131,7 +131,7 @@ const toSend = inject('toSend')
             }
             .content {
               width: fit-content;
-              font-size: $global-font-size-16;
+              font-size: $global-font-size-18;
               color: #333;
               background: rgb(255, 255, 255);
               padding: 12px;
@@ -156,7 +156,7 @@ const toSend = inject('toSend')
           display: block;
           box-sizing: border-box;
           padding: 0 8px 0 17px;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: $global-font-size-24;
           background: #eee;
           overflow: auto;

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

@@ -332,7 +332,7 @@ const sizeChange = (limits) => {
             display: flex;
           }
           .time {
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -347,7 +347,7 @@ const sizeChange = (limits) => {
                 display: flex;
                 align-items: center;
                 font-family: PingFangSC-Regular;
-                font-size: $global-font-size-16;
+                font-size: $global-font-size-18;
                 color: #2374ff;
                 span {
                   margin: 0 0 0 5px;
@@ -365,7 +365,7 @@ const sizeChange = (limits) => {
         .right_3 {
           display: flex;
           margin: 10px 0;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           font-family:
             PingFangSC-Regular,
             PingFang SC;

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

@@ -111,7 +111,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in cityList.slice(0, 10)"
+                  v-for="(item, index) in cityList.slice(0, 9)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -494,7 +494,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             .left {
               padding: 10px;
             }
@@ -553,7 +553,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -628,7 +628,7 @@ const sizeChange = (limits) => {
         .right_3 {
           display: flex;
           margin: 10px 0;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           font-family:
             PingFangSC-Regular,
             PingFang SC;

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

@@ -306,7 +306,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         color: #2374ff;
         text-align: right;
         span {
@@ -334,7 +334,7 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #383b40;
     line-height: $global-font-size-16;
   }
@@ -385,7 +385,7 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #383b40;
           line-height: $global-font-size-16;
           font-weight: 700;
@@ -393,7 +393,7 @@ const sizeChange = (limits) => {
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             color: #7e8288;
             line-height: $global-font-size-16;
             font-weight: 400;
@@ -493,7 +493,7 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {

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

@@ -68,7 +68,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in fieldList.slice(0, 8)"
+                  v-for="(item, index) in fieldList.slice(0, 6)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -123,7 +123,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in cityList.slice(0, 10)"
+                  v-for="(item, index) in cityList.slice(0, 9)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -428,7 +428,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             .left {
               padding: 10px;
             }
@@ -484,7 +484,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -534,7 +534,7 @@ const sizeChange = (limits) => {
         .other_1 {
           font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
             sans-serif;
-          font-size: $global-font-size-14;
+          font-size: $global-font-size-18;
           font-weight: normal;
         }
 
@@ -547,7 +547,7 @@ const sizeChange = (limits) => {
       .brief {
         line-height: 30px;
         color: #666;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         cursor: pointer;
       }
     }

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

@@ -313,7 +313,7 @@ const sizeChange = (limits) => {
           align-items: center;
           justify-content: center;
           font-family: PingFangSC-Regular;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #2374ff;
           span {
             margin: 0 0 0 5px;

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

@@ -68,7 +68,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in fieldList.slice(0, 8)"
+                  v-for="(item, index) in fieldList.slice(0, 6)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -123,7 +123,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in cityList.slice(0, 10)"
+                  v-for="(item, index) in cityList.slice(0, 9)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -441,7 +441,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             .left {
               padding: 10px;
             }
@@ -497,7 +497,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;

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

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

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

@@ -187,7 +187,7 @@
                       法定代表人:<span>{{ item.representative || '暂无' }}</span>
                     </el-col>
                     <el-col :span="6" class="info">
-                      成立日期:{{ item.create_time || '暂无' }}
+                      成立日期: {{ moment(item.create_time).format('YYYY-MM-DD') }}
                     </el-col>
                     <el-col :span="8" class="info">
                       统一社会信用代码:{{ item.code || '暂无' }}
@@ -713,7 +713,7 @@ const onSearch = (data) => {
       }
       .right {
         text-align: right;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         font-family:
           PingFangSC-Regular,
           PingFang SC;
@@ -795,7 +795,7 @@ const onSearch = (data) => {
             cursor: pointer;
           }
           .brief {
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -935,7 +935,7 @@ const onSearch = (data) => {
           .right_3 {
             display: flex;
             margin: 10px 0;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -1036,7 +1036,7 @@ const onSearch = (data) => {
           display: flex;
           align-items: center;
           height: 34px;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           .i {
             display: inline-block;
             vertical-align: middle;

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

@@ -166,7 +166,7 @@ const sizeChange = (limits) => {
           margin-bottom: 20px;
           height: 48px;
           overflow: hidden;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           font-family:
             PingFangSC-Regular,
             PingFang SC;

+ 3 - 0
src/views/industry/parts/one.vue

@@ -20,5 +20,8 @@ const info = inject('info')
     font-weight: 700;
     text-align: center;
   }
+  .one_2 {
+    font-size: $global-font-size-20;
+  }
 }
 </style>

+ 4 - 1
src/views/industry/parts/two.vue

@@ -47,7 +47,7 @@ const info = inject('info')
         .name {
           text-align: center;
           background: #e8e8e8;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: 1.5em;
           padding: 1em 0.5em;
           border-radius: 0 0 10px 10px;
@@ -55,5 +55,8 @@ const info = inject('info')
       }
     }
   }
+  .two_3 {
+    font-size: $global-font-size-20;
+  }
 }
 </style>

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

@@ -462,7 +462,7 @@ provide('submitForm', submitForm)
         align-items: center;
         justify-content: center;
         font-family: PingFangSC-Regular;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         color: #2374ff;
         span {
           margin: 0 0 0 5px;

+ 9 - 2
src/views/innovation/index.vue

@@ -76,7 +76,7 @@
               <el-col :span="22" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in industryList.slice(0, 12)"
+                  v-for="(item, index) in industryList.slice(0, 11)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -322,6 +322,13 @@ const sizeChange = (limits) => {
       :deep(.el-tabs__nav-wrap:after) {
         background-color: transparent !important;
       }
+      .oneList {
+        .demo-tabs {
+          :deep(.el-tabs__item) {
+            font-size: $global-font-size-18 !important;
+          }
+        }
+      }
     }
     .one_2 {
       display: flex;
@@ -343,7 +350,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;

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

@@ -88,7 +88,7 @@ const searchOther = async () => {
 
   .two {
     display: flex;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #7e8288;
     margin: 20px 0;
   }

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

@@ -255,7 +255,7 @@ const toRegister = () => {
           span {
             cursor: pointer;
             font-family: PingFangSC-Regular;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             color: #333333;
             letter-spacing: -0.09px;
             text-align: right;
@@ -297,7 +297,7 @@ const toRegister = () => {
         .other {
           text-align: center;
           font-family: PingFangSC-Regular;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #333333;
 
           span:last-child {

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

@@ -206,7 +206,7 @@ const toView = async (item) => {
           cursor: pointer;
         }
         .other_1 {
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           margin: 5px 0;
         }
       }

+ 4 - 1
src/views/main/four.vue

@@ -82,7 +82,7 @@ const search = async () => {}
         .hot_2 {
           span {
             margin: 0 10px;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             font-family:
               PingFangSC-Regular,
               PingFang SC;
@@ -96,6 +96,9 @@ const search = async () => {}
           }
         }
       }
+      :deep(.ant-tabs .ant-tabs-tab) {
+        font-size: $global-font-size-18 !important;
+      }
     }
   }
 }

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

@@ -183,7 +183,7 @@ const list = ref([
       }
       .remark {
         text-align: center;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
       }
     }
     .left_2 {
@@ -212,7 +212,7 @@ const list = ref([
           display: flex;
           justify-content: space-between;
           font-family: PingFangSC-Medium;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #63a9e2;
           line-height: $global-font-size-16;
           margin: 15px 0;
@@ -246,7 +246,7 @@ const list = ref([
           overflow: hidden;
           .list {
             padding: 10px;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             background: #fff;
             .name {
               display: flex;

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

@@ -315,7 +315,7 @@ const toMore = () => {
       }
       .right {
         text-align: right;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         font-family:
           PingFangSC-Regular,
           PingFang SC;
@@ -461,7 +461,7 @@ const toMore = () => {
         }
         .name {
           padding: 10px;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           font-family:
             PingFangSC-Medium,
             PingFang SC;

+ 3 - 1
src/views/main/seven.vue

@@ -14,7 +14,9 @@
                   <a-checkbox-group v-model:value="value" style="width: 100%">
                     <a-row>
                       <a-col :span="8" v-for="(item, index) in typeList" :key="index">
-                        <a-checkbox :value="item.value">{{ item.label }}</a-checkbox>
+                        <a-checkbox class="custom-checkbox" :value="item.value">{{
+                          item.label
+                        }}</a-checkbox>
                       </a-col>
                     </a-row>
                   </a-checkbox-group>

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

@@ -26,7 +26,7 @@
                 <el-col :span="20" class="right" v-else>
                   <a-button
                     class="title"
-                    v-for="(item, index) in cityList.slice(0, 10)"
+                    v-for="(item, index) in cityList.slice(0, 6)"
                     :key="index"
                     type="link"
                     size="samll"
@@ -274,7 +274,7 @@ const sizeChange = (limits) => {
           }
           .title {
             color: #666;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             line-height: 15px;
             margin: 0 10px;
             display: inline-block;
@@ -327,7 +327,7 @@ const sizeChange = (limits) => {
         .other_1 {
           font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
             sans-serif;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           font-weight: normal;
           color: #666;
         }

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

@@ -40,7 +40,7 @@
                     <el-col
                       :span="6"
                       class="list"
-                      v-for="(item, index) in list.slice(0, 8)"
+                      v-for="(item, index) in list.slice(0, 6)"
                       :key="index"
                       @click="toView(item)"
                     >
@@ -373,14 +373,14 @@ const toView = async (item) => {
               cursor: pointer;
             }
             .other_1 {
-              font-size: $global-font-size-16;
+              font-size: $global-font-size-18;
               color: #9b9994;
               text-align: left;
               margin-bottom: 5px;
             }
             .other_2 {
               line-height: 24px;
-              font-size: $global-font-size-16;
+              font-size: $global-font-size-18;
               height: 66px;
               overflow: hidden;
               color: #1d1e20;
@@ -418,7 +418,7 @@ const toView = async (item) => {
                 cursor: pointer;
               }
               .other_2 {
-                font-size: $global-font-size-16;
+                font-size: $global-font-size-18;
                 overflow: hidden;
                 color: #1d1e20;
                 text-align: justify;
@@ -464,7 +464,7 @@ const toView = async (item) => {
                 cursor: pointer;
               }
               .other_2 {
-                font-size: $global-font-size-16;
+                font-size: $global-font-size-18;
                 overflow: hidden;
                 color: #1d1e20;
                 text-align: justify;
@@ -504,7 +504,7 @@ const toView = async (item) => {
             .title {
               margin: 0;
               padding: 0;
-              font-size: $global-font-size-16;
+              font-size: $global-font-size-18;
               color: #fff;
               text-align: center;
               font-weight: normal;
@@ -542,7 +542,7 @@ const toView = async (item) => {
             }
             .right {
               text-align: right;
-              font-size: $global-font-size-16;
+              font-size: $global-font-size-18;
               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: $global-font-size-16;
+              font-size: $global-font-size-18;
               font-family:
                 PingFangSC-Medium,
                 PingFang SC;

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

@@ -399,7 +399,7 @@ onBeforeUnmount(() => {
   }
   .yqlist li span {
     opacity: 0.6;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
   }
 
   .yq:before {

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

@@ -76,7 +76,7 @@ const searchOther = async () => {
 
   .two {
     display: flex;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #7e8288;
     margin: 20px 0;
   }

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

@@ -306,7 +306,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         color: #2374ff;
         text-align: right;
         span {
@@ -334,7 +334,7 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #383b40;
     line-height: $global-font-size-16;
   }
@@ -385,7 +385,7 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #383b40;
           line-height: $global-font-size-16;
           font-weight: 700;
@@ -393,7 +393,7 @@ const sizeChange = (limits) => {
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             color: #7e8288;
             line-height: $global-font-size-16;
             font-weight: 400;
@@ -493,7 +493,7 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {

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

@@ -312,7 +312,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         color: #2374ff;
         span {
           margin: 0 0 0 5px;
@@ -339,7 +339,7 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #383b40;
     line-height: $global-font-size-16;
   }
@@ -390,7 +390,7 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #383b40;
           line-height: $global-font-size-16;
           font-weight: 700;
@@ -398,7 +398,7 @@ const sizeChange = (limits) => {
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             color: #7e8288;
             line-height: $global-font-size-16;
             font-weight: 400;
@@ -498,7 +498,7 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {

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

@@ -69,7 +69,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in fieldList.slice(0, 8)"
+                  v-for="(item, index) in fieldList.slice(0, 6)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -124,7 +124,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in cityList.slice(0, 10)"
+                  v-for="(item, index) in cityList.slice(0, 9)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -421,7 +421,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             .left {
               padding: 10px;
             }
@@ -477,7 +477,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;

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

@@ -270,7 +270,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -406,7 +406,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -270,7 +270,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -376,7 +376,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -270,7 +270,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -298,7 +298,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -283,7 +283,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -270,7 +270,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -173,7 +173,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -197,7 +197,7 @@ const submitForm = async (formEl) => {
     span {
       cursor: pointer;
       font-family: PingFangSC-Regular;
-      font-size: $global-font-size-16;
+      font-size: $global-font-size-18;
       color: #333333;
       letter-spacing: -0.09px;
       text-align: right;

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

@@ -291,7 +291,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         color: #2374ff;
         text-align: right;
         span {
@@ -319,7 +319,7 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #383b40;
     line-height: $global-font-size-16;
   }
@@ -370,7 +370,7 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #383b40;
           line-height: $global-font-size-16;
           font-weight: 700;
@@ -378,7 +378,7 @@ const sizeChange = (limits) => {
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             color: #7e8288;
             line-height: $global-font-size-16;
             font-weight: 400;
@@ -478,7 +478,7 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {

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

@@ -306,7 +306,7 @@ const sizeChange = (limits) => {
         align-items: center;
         justify-content: flex-end;
         font-family: PingFangSC-Regular;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         color: #2374ff;
         text-align: right;
         span {
@@ -334,7 +334,7 @@ const sizeChange = (limits) => {
     padding: 30px;
     margin: 34px 0 20px;
     font-family: PingFangSC-Medium;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #383b40;
     line-height: $global-font-size-16;
   }
@@ -385,7 +385,7 @@ const sizeChange = (limits) => {
         .other {
           height: 14px;
           font-family: PingFangSC-Medium;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           color: #383b40;
           line-height: $global-font-size-16;
           font-weight: 700;
@@ -393,7 +393,7 @@ const sizeChange = (limits) => {
           span {
             height: 14px;
             font-family: PingFangSC-Regular;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             color: #7e8288;
             line-height: $global-font-size-16;
             font-weight: 400;
@@ -493,7 +493,7 @@ const sizeChange = (limits) => {
     align-items: center;
     justify-content: flex-end;
     font-family: PingFangSC-Regular;
-    font-size: $global-font-size-16;
+    font-size: $global-font-size-18;
     color: #7e8288;
     margin: 10px 0 0 0;
     .money {

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

@@ -68,7 +68,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in fieldList.slice(0, 8)"
+                  v-for="(item, index) in fieldList.slice(0, 6)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -123,7 +123,7 @@
               <el-col :span="20" class="right" v-else>
                 <a-button
                   class="title"
-                  v-for="(item, index) in cityList.slice(0, 10)"
+                  v-for="(item, index) in cityList.slice(0, 9)"
                   :key="index"
                   type="link"
                   size="samll"
@@ -428,7 +428,7 @@ const sizeChange = (limits) => {
             margin-right: 10px;
             background-color: #fff;
             padding: 5px;
-            font-size: $global-font-size-16;
+            font-size: $global-font-size-18;
             .left {
               padding: 10px;
             }
@@ -484,7 +484,7 @@ const sizeChange = (limits) => {
         }
         .title {
           color: #666;
-          font-size: $global-font-size-16;
+          font-size: $global-font-size-18;
           line-height: 15px;
           margin: 0 10px;
           display: inline-block;
@@ -534,7 +534,7 @@ const sizeChange = (limits) => {
         .other_1 {
           font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
             sans-serif;
-          font-size: $global-font-size-14;
+          font-size: $global-font-size-18;
           font-weight: normal;
         }
 
@@ -547,7 +547,7 @@ const sizeChange = (limits) => {
       .brief {
         line-height: 30px;
         color: #666;
-        font-size: $global-font-size-16;
+        font-size: $global-font-size-18;
         cursor: pointer;
       }
     }