From 92d5a2511ed8c40cfffc960d7c3556db2e09a485 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 22 Apr 2021 20:34:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
public/map/widgets/securityMap/SecurityMap.css | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/public/map/widgets/securityMap/SecurityMap.css b/public/map/widgets/securityMap/SecurityMap.css
index e69de29..666c505 100644
--- a/public/map/widgets/securityMap/SecurityMap.css
+++ b/public/map/widgets/securityMap/SecurityMap.css
@@ -0,0 +1,34 @@
+.mapBtn {
+ background-color: #ffffff;
+ width: 14vh;
+ height: 4vh;
+ position: relative;
+ top: 3vh;
+ right: -45vh;
+ 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;
+}
+
+.mapBtn img {
+ position: relative;
+ left: 1.2vh;
+ top: -1px;
+}
+
+a:hover {
+ color: #3385FF;
+ cursor: pointer;
+}
\ No newline at end of file
--
Gitblit v1.9.3