From 8e497b2c41dae15aceb5bef1ca003501adca9f9c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Nov 2024 19:59:05 +0800
Subject: [PATCH] 企业分布、风险源等上图样式调整
---
src/styles/base/dc-base.scss | 34 ++++++++++++++++++++++++++++++++--
1 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index e63dfb3..9b0e8e2 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -66,12 +66,42 @@
box-shadow: 0px 0px 10px rgb(255, 179, 0, 1);
img {
- width: 24px;
- height: 24px;
+ width: 20px;
+ height: 20px;
}
}
}
+.fxy-box {
+ &::after {
+ background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0.2));
+ }
+
+ .map-name {
+ color: #ff3b3b;
+ }
+
+ .map-icon {
+ background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 20%, rgba(255, 0, 0, 0.9) 100%);
+ box-shadow: 0px 0px 10px rgb(255, 0, 0);
+ }
+}
+
+.qyfb-box {
+ &::after {
+ background: linear-gradient(to bottom, rgba(0, 136, 255, 0.8), rgba(0, 136, 255, 0.2));
+ }
+
+ .map-name {
+ color: rgb(66, 165, 252);
+ }
+
+ .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);
+ }
+}
+
@keyframes pulse-glow {
0% {
box-shadow: 0 0 4px red, inset 0 0 4px red;
--
Gitblit v1.9.3