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/components/spot/MakeADeal/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/spot/MakeADeal/index.vue b/src/components/spot/MakeADeal/index.vue
index 7241d6c..c92d8b7 100644
--- a/src/components/spot/MakeADeal/index.vue
+++ b/src/components/spot/MakeADeal/index.vue
@@ -21,7 +21,7 @@
       <span
         v-if="showSearch"
         @click="cancelSearch"
-        style="color: #1d91ff; font-size: 12px; margin: 0 12px; cursor: pointer"
+        style="color: #f7b328; font-size: 12px; margin: 0 12px; cursor: pointer"
         >{{ $t("message.jiaoyi.quxiao") }}</span
       >
     </div>
@@ -382,7 +382,7 @@
 }
 
 .active {
-  color: #1d91ff !important;
+  color: #f7b328 !important;
 }
 
 .text-right {
@@ -645,12 +645,12 @@
   line-height: 14px;
   background: #243046;
   border-radius: 2px;
-  color: #1d91ff;
+  color: #f7b328;
   font-size: 12px;
 }
 
 .color-red {
-  color: #1d91ff;
+  color: #f7b328;
 }
 
 .empty {
@@ -669,7 +669,7 @@
   align-items: center;
 }
 .tabactive {
-  color: #1d91ff;
+  color: #f7b328;
 }
 
 .get_select_img {

--
Gitblit v1.9.3