From 52c8ca8e31bb9aee13726d9c858dee1d11dcde87 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 20 Feb 2023 10:19:29 +0800
Subject: [PATCH] 洪水淹没-进度条、分析弹窗大小位置变更
---
corelib/common/popup/css/style.css | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index eac39a7..a6640bd 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -585,7 +585,7 @@
cursor: pointer;
padding-left: 10px;
color: #6d6d6d;
- background: url("../img/sel.png") no-repeat 175px;
+ background: url("../image/sel.png") no-repeat 175px;
}
.selectsd .input_insd input {
@@ -596,7 +596,7 @@
cursor: pointer;
padding-left: 10px;
color: #6d6d6d;
- background: url("../img/sel.png") no-repeat 40px;
+ background: url("../image/sel.png") no-repeat 40px;
}
.select .city {
@@ -673,11 +673,11 @@
}
.wicon {
- background: url("../img/data.png") no-repeat 120px;
+ background: url("../image/data.png") no-repeat 120px;
}
.time-icon {
- background: url("../img/sel.png") no-repeat 128px;
+ background: url("../image/sel.png") no-repeat 128px;
}
.river-btn {
@@ -811,7 +811,7 @@
.evaluate-box {
display: flex;
- height: 95%;
+ height: 77%;
}
.evaluate-bottom {
--
Gitblit v1.9.3