From 86061ffe7d31a694862faa8cf3e25aef355b68f4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 24 Apr 2021 09:35:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
public/map/widgets/securityMap/SecurityMap.css | 35 +++++++++++++++++++++++++++++++++--
1 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/public/map/widgets/securityMap/SecurityMap.css b/public/map/widgets/securityMap/SecurityMap.css
index 666c505..1c5a942 100644
--- a/public/map/widgets/securityMap/SecurityMap.css
+++ b/public/map/widgets/securityMap/SecurityMap.css
@@ -1,10 +1,10 @@
.mapBtn {
background-color: #ffffff;
- width: 14vh;
+ width: 20.4vh;
height: 4vh;
position: relative;
top: 3vh;
- right: -45vh;
+ right: -22vh;
border-radius: 5px;
}
@@ -22,6 +22,10 @@
letter-spacing: 1.5px;
}
+.editBtn {
+ float: left;
+}
+
.mapBtn img {
position: relative;
left: 1.2vh;
@@ -31,4 +35,31 @@
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