From b20f8b51a1d53125201883371ecfc15fd18a1c3b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 15:22:25 +0800
Subject: [PATCH] 换地址

---
 src/views/wealth/wealth.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/wealth/wealth.css b/src/views/wealth/wealth.css
index 11deb64..89c2484 100644
--- a/src/views/wealth/wealth.css
+++ b/src/views/wealth/wealth.css
@@ -1,7 +1,7 @@
 /* 理财、矿机头部样式 */
 .financial-background{
     background:#0D0E13 url("../../assets/myImages/financial-background.png") no-repeat center;
-    /* background:#1D91FF; */
+    /* background:#f7b328; */
     height: 538px;
     /* padding:40px 0; */
   }
@@ -157,7 +157,7 @@
     line-height: 40px;
     background-color: #111214;
     /*border-style: solid;*/
-    /*border-color: #1D91FF;*/
+    /*border-color: #f7b328;*/
     border: 2px solid #2f3133;
     color:white;
     border-radius: 4px;
@@ -173,9 +173,9 @@
   /*  min-width:100px;*/
   /*  height:40px;*/
   /*  line-height: 40px;*/
-  /*  background-color: #1D91FF;*/
+  /*  background-color: #f7b328;*/
   /*  border-style: solid;*/
-  /*  border-color: #1D91FF;*/
+  /*  border-color: #f7b328;*/
   /*  color:white;*/
   /*  border-radius: 4px;*/
   /*  outline: none;*/
@@ -452,7 +452,7 @@
     left: 0%;
     bottom: 0%;
 
-    background: #1D91FF;
+    background: #f7b328;
   }
 
   .wealth-btn-rect-kuangchi{
@@ -463,7 +463,7 @@
     bottom: 0%;
     margin-left: 100px;
 
-    background: #1D91FF;
+    background: #f7b328;
   }
 
 

--
Gitblit v1.9.3