From 5ef5f50d09b49795c4cc9ca017294cbb74083cae Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 04 Jul 2025 17:16:07 +0800
Subject: [PATCH] style

---
 src/views/foreign/CoinChart.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/foreign/CoinChart.vue b/src/views/foreign/CoinChart.vue
index 2169740..a301ff4 100644
--- a/src/views/foreign/CoinChart.vue
+++ b/src/views/foreign/CoinChart.vue
@@ -125,7 +125,7 @@
         </div>
       </section>
       <van-popup overlay-class="left-modal" v-model:show="showLeftPopup" position="left"
-        :style="{ width: '80%', height: '100%', background: '#1F233D' }" round safe-area-inset-top safe-area-inset-bottom>
+        :style="{ width: '80%', height: '100%', }" round safe-area-inset-top safe-area-inset-bottom>
         <div class="modal-inner-box">
           <div class="sidebar">
             <div class="flex justify-between">
@@ -386,9 +386,10 @@
   }
 
   .header {
-    position: relative;
+    // position: relative;
     display: flex;
     align-items: center;
+    margin-top: 40px;
 
     .flex-l {
       flex: 1;
@@ -764,7 +765,7 @@
     left: 0;
     right: 0;
     // bottom: 0px;
-    background: $black;
+    // background: $black;
     height: 70px;
     width: 100%;
     justify-content: center;
@@ -790,6 +791,7 @@
     .flex-r {
       display: flex;
       justify-content: flex-end;
+      color:#fff;
 
       .sell-btn,
       .buy-btn {
@@ -806,7 +808,7 @@
       }
 
       .buy-btn {
-        background: #5BB989;
+        background: #3a7ff6;
         margin-right: 20px;
       }
     }

--
Gitblit v1.9.3