From 584860d11b454774b60c71b63d221b5481c0f3bd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:21:48 +0800
Subject: [PATCH] 更新为3.29

---
 src/page/newUser/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 33dbbec..37dea64 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -673,7 +673,7 @@
     box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.2);
   }
 /deep/ .van-button--primary {
-  background-color: #0066ed;
+  background-color: #00f0ff;
 }
 /deep/ .van-tab {
   min-width: 2.66667rem;
@@ -697,7 +697,7 @@
   height: auto;
 }
 /deep/ .van-tabs__line {
-  background-color: #0066ed;
+  background-color: #00f0ff;
   // height: auto;
 }
 .xy {
@@ -823,7 +823,7 @@
   width: 120px;
   padding: 0.17074rem 0.222222rem;
   border-radius: 25px;
-  background: #409eff;
+  background: #00f0ff;
   color: #fff;
 }
 
@@ -904,7 +904,7 @@
 .user_page {
   width: 100%;
   height: calc(100% - 1.3rem);
-  background: linear-gradient(to bottom, #3160fd, #ffffff);
+  background: linear-gradient(to bottom, #00f0ff, #ffffff);
 
   .content {
     width: 100%;

--
Gitblit v1.9.3