From be8b9ba19cee023829d2adc5d390e5bf0f56cbb8 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期一, 08 四月 2024 17:33:33 +0800
Subject: [PATCH] 版本更新

---
 src/views/Index.vue |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/src/views/Index.vue b/src/views/Index.vue
index 18aca3e..940fc59 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -32,7 +32,7 @@
 
   <div class="content_bottom">
     <div class="content_bottom_bg"></div>
-    <h3 class="content_bottom_title">搴旂敤鍦烘櫙</h3>
+    <h3 class="content_bottom_title">浜у搧妯″潡</h3>
     <div class="content_bottom_b">
       <div class="content_bottom_b_c" @click="stMenuClick('/WebGIS')">
         <div class="content_bottom_b_c_b">
@@ -617,7 +617,8 @@
   background: rgba(25, 34, 54, 1);
   position: relative;
   padding-bottom: 100px;
-   cursor: pointer;
+  cursor: pointer;
+
   .content_bottom_bg {
     width: 100%;
     position: absolute;
@@ -647,15 +648,20 @@
     align-items: center;
     justify-content: space-around;
     flex-wrap: wrap;
+    z-index: 30;
+    position: relative;
   }
 
   .content_bottom_b_c {
     width: 536px;
+
   }
 
   .content_bottom_b_c:hover {
     transform: scale(1.1);
   }
+
+
 
   .content_bottom_b_c_b {
     width: 536px;
@@ -673,6 +679,7 @@
       background-size: 100% 100%;
     }
 
+
     .content_bottom_b_c_b2 {
       width: 512px;
       height: 288px;
@@ -688,6 +695,12 @@
     }
   }
 
+  .content_bottom_b_c_b:hover {
+    .content_bottom_b_c {
+      transform: scale(1.1);
+    }
+  }
+
   .content_bottom_b_c_n {
     padding-top: 16px
       /* 16/192 */
@@ -699,5 +712,13 @@
     color: #ffffff;
     text-align: center;
   }
+  
+  .content_bottom_b_c_b1:hover {
+      .content_bottom_b_c_b {
+        transform: scale(1.1);
+      }
+
+
+    }
 }
 </style>

--
Gitblit v1.9.3