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/assets/market/bamarket.css |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/assets/market/bamarket.css b/src/assets/market/bamarket.css
index 38ff49e..ae0c17b 100644
--- a/src/assets/market/bamarket.css
+++ b/src/assets/market/bamarket.css
@@ -567,7 +567,7 @@
   padding-right: 4px;
   font-size: 12px;
   line-height: 16px;
-  background-color: #1D91FF;
+  background-color: #f7b328;
   color: #1e2329;
 }
 
@@ -586,7 +586,7 @@
 }
 
 .css-17hpqak:before {
-  border-right-color: #1D91FF;
+  border-right-color: #f7b328;
 }
 
 /*! CSS Used from: Embedded */
@@ -1063,7 +1063,7 @@
 
 .css-s0lcmx:hover svg {
   display: block;
-  background-color: #1D91FF;
+  background-color: #f7b328;
   color: #000;
   border-radius: 50%;
 }
@@ -3865,8 +3865,8 @@
   line-height: 40px;
   background-color: white;
   border-style: solid;
-  border-color: #1D91FF;
-  color: #1D91FF;
+  border-color: #f7b328;
+  color: #f7b328;
   border-radius: 4px;
   outline: none;
   /* border:none; */
@@ -3874,16 +3874,16 @@
   font-size: 15px;
   margin-right: 10px;
   padding: 0 10px;
-  border: 1px solid #1D91FF;
+  border: 1px solid #f7b328;
 }
 
 .buy-button-bamarket:hover {
   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;
@@ -3956,7 +3956,7 @@
   left: 340px;
   top: 580px; */
 
-  background: #1D91FF;
+  background: #f7b328;
 }
 
 /* .css-input {
@@ -3976,7 +3976,7 @@
 
 
 /* .css-input:checked{
-    background-color: #1D91FF;
+    background-color: #f7b328;
 } */
 
 /* ----------------------------------------- */

--
Gitblit v1.9.3