From d74b495736f0c04522ec54274b70fed0ded2878d Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 27 Jun 2023 11:30:06 +0800
Subject: [PATCH] 任务新增导出
---
public/map/widgets/securityMap/SecurityMap.css | 68 ++++++++++++++++++++++++++++++++++
1 files changed, 68 insertions(+), 0 deletions(-)
diff --git a/public/map/widgets/securityMap/SecurityMap.css b/public/map/widgets/securityMap/SecurityMap.css
new file mode 100644
index 0000000..290dd6f
--- /dev/null
+++ b/public/map/widgets/securityMap/SecurityMap.css
@@ -0,0 +1,68 @@
+.mapBtn {
+ background-color: #ffffff;
+ width: 188px;
+ 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: 26px;
+ background-color: #ffffff;
+ position: absolute;
+ display: none;
+ border-radius: 4px;
+ border: 1px solid #3385FF;
+}
+
+.tips span {
+ line-height: 26px;
+ font-size: 10px;
+ position: absolute;
+ left: 7px;
+}
\ No newline at end of file
--
Gitblit v1.9.3