From 6225aac630950317c4446b9fc952265d43578111 Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Fri, 06 Jan 2023 15:10:57 +0800
Subject: [PATCH] 地图数据展示
---
widgets/RiskEarlyWarning/css/style.css | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/widgets/RiskEarlyWarning/css/style.css b/widgets/RiskEarlyWarning/css/style.css
index a06a8d6..04be3b7 100644
--- a/widgets/RiskEarlyWarning/css/style.css
+++ b/widgets/RiskEarlyWarning/css/style.css
@@ -90,7 +90,7 @@
/* display: inline-block; */
width: 24px;
height: 24px;
- background: url(../../images/fxyj-rainwater-query.png) no-repeat;
+ background: url(../../../images/fxyj-rainwater-query.png) no-repeat;
background-position: center;
background-size: 24px 24px;
cursor: pointer;
@@ -590,7 +590,7 @@
margin: 5px;
height: 12px;
width: 12px;
- background: url('../../images/legend-close.png') no-repeat;
+ background: url('../../../images/legend-close.png') no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
@@ -752,7 +752,7 @@
display: inline-block;
width: 16px;
height: 16px;
- background: url(../../images/River-Station-grey-triangle.png) no-repeat;
+ background: url(../../../images/River-Station-grey-triangle.png) no-repeat;
background-size: 100% 100%;
transform: translate(0, 2px);
}
@@ -761,7 +761,7 @@
display: inline-block;
width: 16px;
height: 16px;
- background: url(../../images/River-Station-blue-triangle.png) no-repeat;
+ background: url(../../../images/River-Station-blue-triangle.png) no-repeat;
background-size: 100% 100%;
transform: translate(0, 2px);
}
@@ -770,7 +770,7 @@
display: inline-block;
width: 16px;
height: 16px;
- background: url(../../images/River-Station-red-triangle.png) no-repeat;
+ background: url(../../../images/River-Station-red-triangle.png) no-repeat;
background-size: 100% 100%;
transform: translate(0, 2px);
}
@@ -779,7 +779,7 @@
display: inline-block;
width: 16px;
height: 16px;
- background: url(../../images/River-Station-orange-triangle.png) no-repeat;
+ background: url(../../../images/River-Station-orange-triangle.png) no-repeat;
background-size: 100% 100%;
transform: translate(0, 2px);
}
@@ -788,7 +788,7 @@
display: inline-block;
width: 16px;
height: 16px;
- background: url(../../images/River-Station-yellow-triangle.png) no-repeat;
+ background: url(../../../images/River-Station-yellow-triangle.png) no-repeat;
background-size: 100% 100%;
transform: translate(0, 2px);
}
@@ -797,7 +797,7 @@
display: inline-block;
width: 16px;
height: 16px;
- background: url(../../images/River-Station-green-triangle.png) no-repeat;
+ background: url(../../../images/River-Station-green-triangle.png) no-repeat;
background-size: 100% 100%;
transform: translate(0, 2px);
}
--
Gitblit v1.9.3