From 584860d11b454774b60c71b63d221b5481c0f3bd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:21:48 +0800
Subject: [PATCH] 更新为3.29

---
 src/page/kline/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/kline/index.vue b/src/page/kline/index.vue
index e5f51b5..de2fc97 100644
--- a/src/page/kline/index.vue
+++ b/src/page/kline/index.vue
@@ -821,7 +821,7 @@
     display: block;
     content: "";
     height: 0.07rem;
-    background-color: #1381a4;
+    background-color: #00f0ff;
     width: 100%;
     left: 0;
     bottom: -0.25rem;
@@ -1246,7 +1246,7 @@
     .sell_btn {
       width: 100%;
       height: 80%;
-      background: #c4d600;
+      background: #00f0ff;
       color: #fff;
       // border-radius: 0 3rem 3rem 0 !important;
       border-radius: 3rem  !important;

--
Gitblit v1.9.3