From b67f46b4a768b4cd72d4e463c5dffefe977ddeb7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 22:04:27 +0800
Subject: [PATCH] 应急空间及全局图层去除废水处理站、污水池
---
src/styles/base/dc-base.scss | 121 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 120 insertions(+), 1 deletions(-)
diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index ccac8f1..74835c1 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -72,6 +72,123 @@
}
}
+.public-map-popup-two {
+ position: absolute;
+ bottom: 160px;
+ pointer-events: all;
+ display: block;
+ transform-origin: left bottom;
+ transform: translate(-50%, 0px);
+ border-radius: 5px;
+ z-index: auto;
+
+ &::after {
+ content: "";
+ position: absolute;
+ bottom: -5px;
+ left: calc(50% - 3px);
+ display: block;
+ width: 10px;
+ height: 10px;
+ transform: rotate(45deg);
+ z-index: -1;
+ // background-color: #3b96ff;
+ box-shadow: inset 0 0 40px #409eff;
+ // background: linear-gradient(rgb(7 10 203 / 75%), rgb(16 238 220));
+ }
+
+ .marsBlueGradientPnl {
+ // padding: 2px 2px;
+ text-align: center;
+ margin: 0;
+ color: #fff;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ // line-height: 32px;
+ width: 360px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ word-wrap: break-word;
+ font-size: 14px;
+ box-shadow: inset 0 0 40px #409eff;
+ // background: linear-gradient(rgb(7 10 203 / 75%), rgb(16 238 220));
+ }
+
+ .marsBlueGradientPnl img {
+ vertical-align: middle;
+ width: 360px;
+ height: 360px;
+ }
+}
+
+.public-map-popup-three {
+ position: absolute;
+ bottom: 160px;
+ pointer-events: all;
+ display: block;
+ transform-origin: left bottom;
+ transform: translate(-50%, 0px);
+ border-radius: 5px;
+ z-index: auto;
+
+ &::after {
+ content: "";
+ position: absolute;
+ bottom: -10px;
+ left: calc(50% - 3px);
+ display: block;
+ width: 0;
+ height: 0;
+ border-left: 10px solid transparent;
+ border-right: 10px solid transparent;
+ border-bottom: 10px solid #69a7e4; // 三角形的颜色
+ transform: rotate(180deg);
+ z-index: -1;
+ }
+
+ .marsBlueGradientPnl {
+ padding: 2px 2px;
+ // position: absolute;
+ text-align: center;
+ margin: 0;
+ color: #fff;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ line-height: 25px;
+ width: 240px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ word-wrap: break-word;
+ font-size: 14px;
+ font-weight: bold;
+ box-shadow: inset 0 0 40px #409eff;
+ // background: linear-gradient(rgb(7 10 203 / 75%), rgb(16 238 220));
+ }
+}
+
+.yjwz-height-box {
+ bottom: 120px;
+
+ &::after {
+ content: "";
+ position: absolute;
+ bottom: -120px;
+ left: calc(50% - 3px);
+ display: block;
+ width: 3px;
+ height: 120px;
+ // 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;
+ }
+}
+
.fxy-ordinary {
&::after {
background: linear-gradient(to bottom, rgba(255, 201, 0, 0.8), rgba(255, 201, 0, 0.2));
@@ -79,6 +196,7 @@
.map-name {
color: rgba(255, 201, 0, 1);
+ width: 240px;
}
.map-icon {
@@ -94,6 +212,7 @@
.map-name {
color: #ff3b3b;
+ width: 240px;
}
.map-icon {
@@ -108,7 +227,7 @@
}
.map-name {
- color: rgb(66, 165, 252);
+ color: #FFEB3B;
}
.map-icon {
--
Gitblit v1.9.3