From 40af7bb06b53d667a7c5592deeaefe4169782811 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 21 Feb 2023 17:08:11 +0800
Subject: [PATCH] 洪水淹没-分析弹窗关闭按钮颜色修改
---
corelib/common/popup/css/style.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index 76ab991..aef8658 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -835,6 +835,10 @@
border-radius: 5px;
}
+.evaluate-box-bottom .close-btn{
+ background-color:#bbbaba
+}
+
.evaluate-box-bottom input:hover{
background: #094895
}
--
Gitblit v1.9.3