From 8ebacd7c46f57fc7180929cbc30ad7e43e03f7de Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 12 Nov 2024 13:54:14 +0800
Subject: [PATCH] 样式调整

---
 src/styles/base/dc-base.scss |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index a4fc09a..ea55d4b 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -20,7 +20,9 @@
     display: block;
     width: 3px;
     height: 80px;
-    border-right: 3px solid #fff;
+    // 0px 0px 6px rgb(255, 179, 0, 0.8)
+    background: linear-gradient(to bottom, rgb(255, 179, 0, 0.8), rgb(255, 179, 0, 0.2));
+    // border-right: 3px solid #fff;
   }
 
   .marsBlueGradientPnl {
@@ -59,9 +61,9 @@
     justify-content: center;
     width: 36px;
     height: 36px;
-    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 30%, rgb(255, 179, 0, 0.7) 100%);
+    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 20%, rgb(255, 179, 0, 0.9) 100%);
     border-radius: 50%;
-    box-shadow: 0px 0px 6px rgb(255, 179, 0, 0.8);
+    box-shadow: 0px 0px 10px rgb(255, 179, 0, 1);
 
     img {
       width: 24px;

--
Gitblit v1.9.3