From 9f38fea89b6e0be1e42c4edc758f11bb7e6118ea Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 29 Jan 2021 14:21:09 +0800
Subject: [PATCH] 地图

---
 public/map/widgets/realTimePolice/RealTimePolice.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/public/map/views/map/widgets/realTimePolice/RealTimePolice.css b/public/map/widgets/realTimePolice/RealTimePolice.css
similarity index 97%
rename from public/map/views/map/widgets/realTimePolice/RealTimePolice.css
rename to public/map/widgets/realTimePolice/RealTimePolice.css
index 8d75ef0..090ffe4 100644
--- a/public/map/views/map/widgets/realTimePolice/RealTimePolice.css
+++ b/public/map/widgets/realTimePolice/RealTimePolice.css
@@ -96,7 +96,7 @@
     transform: translate(0, -50%);
     width: 8px;
     height: 8px;
-    background: url('../../../../images/select-bg.png') repeat;
+    background: url('/images/select-bg.png') repeat;
     background-size: 100% 100%;
 }
 
@@ -484,7 +484,7 @@
     right: 8px;
     width: 24px;
     height: 24px;
-    background: url('../../images/close-white.png') no-repeat;
+    background: url('/images/close-white.png') no-repeat;
     background-size: 100% 100%;
 }
 
@@ -494,17 +494,17 @@
     right: 48px;
     width: 24px;
     height: 24px;
-    background: url('../../images/turn-on-the-alarm.png') no-repeat;
+    background: url('/images/turn-on-the-alarm.png') no-repeat;
     background-size: 100% 100%;
 }
 
 .layer-realtime-police .layer-header .audio.open {
-    background: url('../../images/turn-on-the-alarm.png') no-repeat;
+    background: url('/images/turn-on-the-alarm.png') no-repeat;
     background-size: 100% 100%;
 }
 
 .layer-realtime-police .layer-header .audio.close {
-    background: url('../../images/turn-off-the-alarm.png') no-repeat;
+    background: url('/images/turn-off-the-alarm.png') no-repeat;
     background-size: 100% 100%;
 }
 

--
Gitblit v1.9.3