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 |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/src/views/Index.vue b/src/views/Index.vue
index 5d9cf74..940fc59 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -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