From 3b10270c0dcc71faef1a67ea74971f2f29dc202a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 06 Aug 2025 00:11:54 +0800
Subject: [PATCH] 周边检索及突发事件模拟调整

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

diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index 1173b74..0afccef 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -273,6 +273,22 @@
   }
 }
 
+.fxy-larger-b {
+  &::after {
+    background: linear-gradient(to bottom, rgba(255, 165, 0, 0.8), rgba(255, 165, 0, 0.2));
+  }
+
+  .map-name {
+    color: #FFA500;
+    width: 240px;
+  }
+
+  .map-icon {
+    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 20%, rgba(255, 165, 0, 0.9) 100%);
+    box-shadow: 0px 0px 10px rgb(255, 165, 0);
+  }
+}
+
 .fxy-zd {
   &::after {
     background: linear-gradient(to bottom, rgba(173, 173, 173, 0.8), rgba(173, 173, 173, 0.2));
@@ -289,6 +305,22 @@
   }
 }
 
+.gt-zd {
+  &::after {
+    background: linear-gradient(to bottom, rgba(0, 136, 255, 0.8), rgba(0, 136, 255, 0.2));
+  }
+
+  .map-name {
+    color: rgb(0, 72, 255);
+    width: 240px;
+  }
+
+  .map-icon {
+    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 20%, rgba(0, 136, 255, 0.9) 100%);
+    box-shadow: 0px 0px 10px rgba(0, 136, 255, 1);
+  }
+}
+
 .qyfb-box {
   &::after {
     background: linear-gradient(to bottom, rgba(0, 136, 255, 0.8), rgba(0, 136, 255, 0.2));

--
Gitblit v1.9.3