From fa6fde084a3f6bd75e792c9ecfeda1ef683e7307 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 29 Apr 2021 15:56:12 +0800
Subject: [PATCH] 视频进度条  其他细节

---
 public/map/widgets/securityMap/SecurityMap.css |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/public/map/widgets/securityMap/SecurityMap.css b/public/map/widgets/securityMap/SecurityMap.css
index 1c5a942..290dd6f 100644
--- a/public/map/widgets/securityMap/SecurityMap.css
+++ b/public/map/widgets/securityMap/SecurityMap.css
@@ -1,6 +1,6 @@
 .mapBtn {
     background-color: #ffffff;
-    width: 20.4vh;
+    width: 188px;
     height: 4vh;
     position: relative;
     top: 3vh;
@@ -52,14 +52,17 @@
 
 .tips {
     width: 120px;
-    height: 18px;
+    height: 26px;
     background-color: #ffffff;
     position: absolute;
     display: none;
-    border-radius: 5px;
+    border-radius: 4px;
+    border: 1px solid #3385FF;
 }
 
 .tips span {
-    line-height: 18px;
+    line-height: 26px;
     font-size: 10px;
+    position: absolute;
+    left: 7px;
 }
\ No newline at end of file

--
Gitblit v1.9.3