From 55a029c60b990f4fcf03f6a247ffa187459d540a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 19 Nov 2024 17:37:10 +0800
Subject: [PATCH] 园区概况: 救援队伍统计图调整 应急空间统计图调整 风险源统计图调整 图层: 风险源加载调整 风险源: 列表显示,左侧级别切换

---
 src/styles/base/dc-base.scss |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index 156bb5d..40a4d61 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -72,7 +72,22 @@
   }
 }
 
-.fxy-box {
+.fxy-ordinary {
+  &::after {
+    background: linear-gradient(to bottom, rgba(255, 201, 0, 0.8), rgba(255, 201, 0, 0.2));
+  }
+
+  .map-name {
+    color: rgba(255, 201, 0, 1);
+  }
+
+  .map-icon {
+    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 20%, rgba(255, 201, 0, 0.9) 100%);
+    box-shadow: 0px 0px 10px rgb(255, 201, 0);
+  }
+}
+
+.fxy-larger {
   &::after {
     background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0.2));
   }

--
Gitblit v1.9.3