From e74a7c7afc56cf229058091fe2ae143cf0bdb3ca Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 22 May 2025 15:03:27 +0800
Subject: [PATCH] style

---
 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