Sfoglia il codice sorgente

Merge branch 'master' of http://115.29.66.169:10080/chengziding/web

Fly 3 settimane fa
parent
commit
05c7cf6d52

+ 12 - 1
assets/css/root.scss

@@ -375,6 +375,7 @@
         --size--36: -36px;
         --size--32: -32px;
         --size--25: -25px;
+        --size--20: -20px;
         --size--17: -17px;
         --size--10: -10px;
         --size--7: -7px;
@@ -595,8 +596,10 @@
         --size-340: 340px;
         --size-342: 342px;
         --size-343: 343px;
+        --size-345: 345px;
         --size-352: 352px;
         --size-354: 354px;
+        --size-355: 355px;
         --size-356: 356px;
         --size-357: 357px;
         --size-360: 360px;
@@ -616,6 +619,7 @@
         --size-429: 429px;
         --size-430: 430px;
         --size-432: 432px;
+        --size-435: 435px;
         --size-442: 442px;
         --size-443: 443px;
         --size-450: 450px;
@@ -716,6 +720,7 @@
         --size-1128: 1128px;
         --size-1158: 1158px;
         --size-1189: 1189px;
+        --size-1200: 1200px;
         --size-1330: 1330px;
         --size-1366: 1366px;
         --size-1400: 1400px;
@@ -729,6 +734,7 @@
         --size-1620: 1620px;
         --size-1860: 1860px;
     }
+
     // 100 / 1920 * value
     @include responseTo("pc1") {
         --size--133: -6.9375vw;
@@ -739,6 +745,7 @@
         --size--36: -1.875vw;
         --size--32: -1.6667vw;
         --size--25: -1.3021vw;
+        --size--20: -1.0417vw;
         --size--17: -0.8854vw;
         --size--10: -0.5208vw;
         --size--7: -0.3646vw;
@@ -959,8 +966,10 @@
         --size-340: 17.6563vw;
         --size-342: 17.7604vw;
         --size-343: 17.8125vw;
+        --size-345: 17.9687vw;
         --size-352: 18.3333vw;
         --size-354: 18.4375vw;
+        --size-355: 18.4895vw;
         --size-356: 18.5417vw;
         --size-357: 18.5938vw;
         --size-360: 18.75vw;
@@ -980,6 +989,7 @@
         --size-429: 22.3438vw;
         --size-430: 22.3958vw;
         --size-432: 22.4583vw;
+        --size-435: 22.6562vw;
         --size-442: 23.0208vw;
         --size-443: 23.0729vw;
         --size-450: 23.4375vw;
@@ -1080,6 +1090,7 @@
         --size-1128: 58.75vw;
         --size-1158: 60.3125vw;
         --size-1189: 61.9896vw;
+        --size-1200: 62.5vw;
         --size-1330: 69.2708vw;
         --size-1366: 71.25vw;
         --size-1400: 72.9167vw;
@@ -1091,4 +1102,4 @@
         --size-1620: 84.375vw;
         --size-1860: 96.875vw;
     }
-}
+}

BIN
assets/images/about/img3.png


BIN
assets/images/about/img4.png


BIN
assets/images/about/img5.png


BIN
assets/images/about/img6.png


BIN
assets/images/about/img7.png


BIN
assets/images/about/img8.png


+ 8 - 2
components/Header/index.vue

@@ -58,6 +58,7 @@
             <n-input v-model:value="keyword" @keydown.enter="handleSearch()" type="text" clearable placeholder="Please Enter Keywords" />
           </div>
           <div class="search_r" @click="handleSearch()">
+            <span class="iconfont icon-sousuo"></span>
             Search
           </div>
         </div>
@@ -653,11 +654,16 @@ getDictListData();
           width: var(--size-105);
           font-size: var(--size-16);
           color: #ffffff;
-          text-align: center;
           height: var(--size-44);
           background: linear-gradient(0deg, #7b9c4f 0%, #2da19d 100%), #1a1a1a;
-          line-height: var(--size-44);
           cursor: pointer;
+          display: flex;
+          align-items: center;
+          justify-content: center;
+          span {
+            font-size: var(--size-20);
+            margin-right: var(--size-4);
+          }
         }
       }
     }

File diff suppressed because it is too large
+ 498 - 9
pages/about/index.vue


+ 1 - 1
pages/report-industries/detail.vue

@@ -468,7 +468,7 @@ function keyDown() {
 //     description,
 //   };
 // }
-await getData();
+getData();
 // useHead({
 //   title: record.value.title,
 //   viewport: "width=device-width,initial-scale=1,maximum-scale=1 ",