From 6cc2eb5ed9a6bdfe5fa3d9fe2313e04e6d7ebc9d Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 14 Nov 2024 08:57:35 +0800
Subject: [PATCH] 回滚
---
src/styles/base/dc-base.scss | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index 68be596..902ad74 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 {
@@ -53,12 +55,32 @@
}
.map-icon {
+ margin: auto;
display: flex;
+ align-items: center;
justify-content: center;
+ width: 36px;
+ height: 36px;
+ 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 10px rgb(255, 179, 0, 1);
img {
- width: 40px;
- height: 40px;
+ width: 24px;
+ height: 24px;
}
}
+}
+
+.widget.location-bar {
+ position: absolute;
+ left: 620px !important;
+ bottom: 120px !important;
+ font-size: 14px;
+ color: #fff;
+ background: #0009;
+ padding: 2px 5px;
+ border-radius: 2px;
+ user-select: none;
+ display: flex;
}
\ No newline at end of file
--
Gitblit v1.9.3