From 7fc39e1acd7e8e436eae76250399a64179428620 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 21 Nov 2024 12:21:02 +0800
Subject: [PATCH] 应急空间点击显示图片

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

diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index ccac8f1..768eda5 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -72,6 +72,50 @@
   }
 }
 
+.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;
+    // background: linear-gradient(to bottom, rgba(255, 0, 21, 0.8), rgb(255, 179, 0, 0.2));
+  }
+
+  .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: 112px;
+    -webkit-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
+    user-select: none;
+    word-wrap: break-word;
+    font-size: 14px;
+    background: linear-gradient(rgb(7 10 203 / 75%), rgb(16 238 220));
+  }
+}
+
 .fxy-ordinary {
   &::after {
     background: linear-gradient(to bottom, rgba(255, 201, 0, 0.8), rgba(255, 201, 0, 0.2));

--
Gitblit v1.9.3