From 0cf2a49d80c8d4ffba2df32f530f498a2c94458e Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 12 Sep 2025 18:31:05 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/PerpetualContract/index.vue |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/src/views/cryptos/PerpetualContract/index.vue b/src/views/cryptos/PerpetualContract/index.vue
index 406e8d2..42753c4 100644
--- a/src/views/cryptos/PerpetualContract/index.vue
+++ b/src/views/cryptos/PerpetualContract/index.vue
@@ -715,7 +715,7 @@
 
 .trade_new {
   color: $log-c;
-  background: $mainbgWhiteColor;
+  // background: $main_background;
   min-height: 100vh;
   padding: 1.4rem 1.4rem 7rem 1.4rem;
 
@@ -740,55 +740,51 @@
   .gift {
     width: 3.6rem;
   }
-
-
 }
 
 #cryptos {
-  background: $mainbgWhiteColor;
-  $inp-b: #f7f7f7;
 
   :deep(.textColor) {
-    color: $log-c;
+    color: $text_color;
   }
 
   :deep(.long) {
-    color: $log-c !important;
+    color: $text_color !important;
     background: $bg_yellow;
     border-radius: 5rem;
   }
 
   :deep(.short) {
-    color: $log-c !important;
+    color: $text_color !important;
     background: $bg_yellow;
     border-radius: 5rem;
   }
 
   :deep(.poecs) {
-    color: $log-c !important;
+    color: $text_color !important;
   }
 
   :deep(.tabBackground) {
-    background: $inp-b;
+    background: $input_background;
   }
 
   :deep(.greyBg) {
-    background: $inp-b;
+    background: $input_background;
   }
 
   :deep(.option-box) {
-    background: $inp-b;
-    box-shadow: 0px 0px 0.1875rem 0.1875rem $inp-b;
+    background: $input_background;
+    box-shadow: 0px 0px 0.1875rem 0.1875rem $input_background;
     color: $log-c !important;
   }
 
   :deep(.select-box) {
-    background: $inp-b;
+    background: $input_background;
     color: $log-c !important;
   }
 
   :deep(.rounded-lg) {
-    background: $inp-b;
+    background: $input_background;
     border-radius: 5rem;
     // color: $log-c !important;
   }
@@ -911,7 +907,7 @@
 
   .line {
     height: 13px;
-    background: $inp-b;
+    background: $text_color;
   }
 
   @keyframes animate1 {
@@ -1025,7 +1021,7 @@
   bottom: 0;
   left: 0;
   z-index: 1000;
-  background: $inp-b;
+  background: $text_color;
 }
 
 .indicator-index-container {

--
Gitblit v1.9.3