zs 6 months ago
parent
commit
03fa870e95

+ 2 - 2
src/components/custom/custom-layout.vue

@@ -327,11 +327,11 @@ const toOut = () => {
         }
       }
       .info {
-        display: none;
+        // display: none;
         .info_1 {
           z-index: 100;
           position: absolute;
-          left: 448px;
+          left: 450px;
           top: 143px;
           cursor: default;
           width: 170px;

+ 1 - 0
src/views/five/index.vue

@@ -272,6 +272,7 @@ const getUrl = (item) => {
             display: inline-block;
             overflow: hidden;
             text-decoration: none;
+            cursor: pointer;
           }
 
           .title:hover {

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

@@ -1,7 +1,7 @@
 <template>
   <div id="index">
     <el-row>
-      <el-col :span="24" class="main animate__animated animate__backInRight" v-loading="loading">
+      <el-col :span="24" class="main" v-loading="loading">
         <div class="video-background">
           <video autoplay loop muted playsinline class="background-video">
             <source :src="videoSource" type="video/mp4" />
@@ -22,18 +22,18 @@
               </div>
             </div>
             <div class="two">
-              <div class="two_left">
+              <!-- <div class="two_left">
                 <div class="title">数联产学研用</div>
                 <div class="title">智创未来生态</div>
-              </div>
+              </div> -->
               <div class="two_center"></div>
               <div class="two_title">
                 <div class="title" @click="toHome">产学研用协同创新数字化平台</div>
               </div>
-              <div class="two_right">
+              <!-- <div class="two_right">
                 <div class="title">协同创新</div>
                 <div class="title">共赢数字时代</div>
-              </div>
+              </div> -->
             </div>
             <div class="thr">{{ footInfo.Copyright || 'Copyright ©2022 吉林省工业技术研究院集团有限公司 All Rights Reserved' }}</div>
           </div>
@@ -162,8 +162,8 @@ const search = async () => {
         text-align: center;
         cursor: pointer;
         margin: 0 auto;
-        width: 480px;
-        height: 480px;
+        width: 600px;
+        height: 600px;
         z-index: 1;
         background: url(/images/homebg.png) no-repeat;
         background-size: contain;

+ 4 - 4
src/views/one/page.vue

@@ -354,7 +354,7 @@ watch(
         }
         .right_right {
           font-size: 16px;
-          padding: 5px;
+          padding: 5px 10px;
           color: #fff;
           background-color: #006cff;
           border-radius: 40px;
@@ -439,7 +439,7 @@ watch(
         }
         .two_title {
           margin: 10px 0 0 0;
-          font-size: 18px;
+          font-size: 21px;
           color: #676767;
         }
       }
@@ -470,7 +470,7 @@ watch(
       justify-content: flex-end;
       .more_title {
         font-size: 16px;
-        padding: 5px;
+        padding: 5px 10px;
         color: #fff;
         background-color: #006cff;
         border-radius: 40px;
@@ -547,7 +547,7 @@ watch(
       justify-content: flex-end;
       .more_title {
         font-size: 16px;
-        padding: 5px;
+        padding: 5px 10px;
         color: #fff;
         background-color: #006cff;
         border-radius: 40px;

+ 2 - 2
src/views/one/parts/echarts1.vue

@@ -125,7 +125,7 @@ function echarts2View() {
         },
         axisLine: {
           lineStyle: {
-            color: 'rgba(127,197,245,0.1)',
+            color: 'rgba(127,197,245,0.5)',
             width: 1 //这里是为了突出显示加上的
           }
         },
@@ -149,7 +149,7 @@ function echarts2View() {
         // 网格线
         show: true,
         lineStyle: {
-          color: 'rgba(127,197,245,0.1)',
+          color: 'rgba(127,197,245,0.5)',
           width: 1
         }
       }