From d5ff9af6bb6b1974f6e50c3330ea7d8e5ad9fa76 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 11 Sep 2025 18:32:00 +0800
Subject: [PATCH] 9.11

---
 src/views/homePage/index.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index 12df164..d7ce8fb 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -20,7 +20,7 @@
             </div>
         </div>
 
-        <van-notice-bar class="font-26 mt-10 index_notice" background="#fafbfc" :scrollable="false" wrapable
+        <van-notice-bar class="font-26 mt-10 index_notice" background="#333" :scrollable="false" wrapable
             color="#333333">
             <van-swipe vertical class="notice-swipe" :autoplay="2000" :show-indicators="false">
                 <van-swipe-item v-for="item in announceList" :key="item.id" @click="toAnnounceDetail(item.uuid)">
@@ -143,7 +143,7 @@
 
 <style lang="scss">
 .home_page {
-    background: $white;
+    // background: $white;
     min-height: 100vh;
     width: 100%;
     padding: 1rem 1rem 10rem 1rem;
@@ -167,9 +167,7 @@
         }
 
         .notice_content {
-            &>div:first-child {
-                color: $text_color1;
-            }
+            color: $text_color;
         }
     }
 
@@ -205,6 +203,7 @@
 
         .login_but_z {
             background: $crd-b;
+            color: $text_color4;
         }
 
         .login_but_d {
@@ -217,7 +216,7 @@
 
         .grid_item {
             width: 24%;
-            color: $tab-c;
+            color: $text_color3;
             font-size: 1.6rem;
 
             .grid_item_img {

--
Gitblit v1.9.3