From 9459612c7ef903fd4de76c84f6c172ee3b0ea144 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 24 Apr 2021 17:41:12 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue
---
public/map/lib/layui/css/modules/layer/myskin/FlareClusterLayer.css | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/public/map/lib/layui/css/modules/layer/myskin/FlareClusterLayer.css b/public/map/lib/layui/css/modules/layer/myskin/FlareClusterLayer.css
index 1f69535..a576571 100644
--- a/public/map/lib/layui/css/modules/layer/myskin/FlareClusterLayer.css
+++ b/public/map/lib/layui/css/modules/layer/myskin/FlareClusterLayer.css
@@ -2,7 +2,10 @@
background: transparent;
border-radius: 10px;
}
-
+.flares {
+ background: transparent;
+ border-radius: 10px;
+}
/* .flare .layui-layer-title {
padding: 0 80px;
text-align: center;
@@ -16,4 +19,22 @@
.flare .layui-layer-content {
background: rgb(255, 255, 255);
border-radius: 5px 5px 5px 5px;
+}
+
+.flares .layui-layer-content {
+ background: rgb(255, 255, 255);
+ border-radius: 5px 5px 5px 5px;
+}
+.flares .layui-layer-content::after{
+ content: '';
+ display: block;
+ width: 15px;
+ height: 15px;
+ background-color: #fff;
+ /* z-index: 1111111; */
+ position: relative;
+ top: 8px;
+ left: 95px;
+ transform: rotate(45deg);
+
}
\ No newline at end of file
--
Gitblit v1.9.3