From b01dd8df29dd8543fbb432bb0e4abbd01bcb8b24 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Dec 2024 14:33:39 +0800
Subject: [PATCH] 路由切换,底图、图层、工具面板关闭

---
 src/styles/base/dc-base.scss |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index 9750b4c..659a0e1 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -99,14 +99,14 @@
 
   .marsBlueGradientPnl {
     padding: 2px 2px;
-    text-align: center;
+    // text-align: center;
     margin: 0;
     color: #fff;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     // line-height: 32px;
-    width: 200px;
+    width: 260px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
@@ -152,14 +152,14 @@
   .marsBlueGradientPnl {
     padding: 2px 2px;
     // position: absolute;
-    text-align: center;
+    // text-align: center;
     margin: 0;
     color: #fff;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     line-height: 25px;
-    width: 240px;
+    width: 260px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
@@ -273,6 +273,22 @@
   }
 }
 
+.fxy-zd {
+  &::after {
+    background: linear-gradient(to bottom, rgba(173, 173, 173, 0.8), rgba(173, 173, 173, 0.2));
+  }
+
+  .map-name {
+    color: rgba(255, 201, 0, 1);
+    width: 240px;
+  }
+
+  .map-icon {
+    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 20%, rgba(173, 173, 173, 0.9) 100%);
+    box-shadow: 0px 0px 10px rgb(173, 173, 173);
+  }
+}
+
 .qyfb-box {
   &::after {
     background: linear-gradient(to bottom, rgba(0, 136, 255, 0.8), rgba(0, 136, 255, 0.2));

--
Gitblit v1.9.3