From 6a8011da83ce412b8462ccbe21e755e711bdf6be Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 23 Apr 2021 22:46:53 +0800
Subject: [PATCH] 电子围栏无信息时,编辑按钮和删除按钮加上判断,删除电子围栏后清空点信息,提示框美化

---
 public/map/widgets/securityMap/SecurityMap.css |   65 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/public/map/widgets/securityMap/SecurityMap.css b/public/map/widgets/securityMap/SecurityMap.css
index e69de29..1c5a942 100644
--- a/public/map/widgets/securityMap/SecurityMap.css
+++ b/public/map/widgets/securityMap/SecurityMap.css
@@ -0,0 +1,65 @@
+.mapBtn {
+    background-color: #ffffff;
+    width: 20.4vh;
+    height: 4vh;
+    position: relative;
+    top: 3vh;
+    right: -22vh;
+    border-radius: 5px;
+}
+
+.insBtn {
+    float: left;
+}
+
+.mapBtn a {
+    line-height: 4vh;
+    font-size: 13px;
+    text-align: center;
+    color: #757575;
+    position: relative;
+    left: 1.2vh;
+    letter-spacing: 1.5px;
+}
+
+.editBtn {
+    float: left;
+}
+
+.mapBtn img {
+    position: relative;
+    left: 1.2vh;
+    top: -1px;
+}
+
+a:hover {
+    color: #3385FF;
+    cursor: pointer;
+}
+
+.insBtn:hover {
+    cursor: pointer;
+    color: #3385FF;
+}
+
+.editBtn:hover {
+    cursor: pointer;
+}
+
+.delBtn:hover {
+    cursor: pointer;
+}
+
+.tips {
+    width: 120px;
+    height: 18px;
+    background-color: #ffffff;
+    position: absolute;
+    display: none;
+    border-radius: 5px;
+}
+
+.tips span {
+    line-height: 18px;
+    font-size: 10px;
+}
\ No newline at end of file

--
Gitblit v1.9.3