From c2c9f6faf819d7e284227d61962ba623a22865ec Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 01 Feb 2023 10:18:51 +0800
Subject: [PATCH] 水文水环境分析-洪水淹没页面

---
 corelib/common/popup/css/style.css |   62 ++++++++++++++++++++++++++++++
 1 files changed, 61 insertions(+), 1 deletions(-)

diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index c826d7d..b7d3f62 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -779,4 +779,64 @@
     position: absolute;
     bottom: 0px;
     top: 95px;
-}
\ No newline at end of file
+}
+/**洪水淹没分析弹窗**/
+.flood-box{
+    margin: 20px;
+}
+
+.flood-box-top{
+    display: flex;
+    width: 100%;
+    height: 350px;
+    border: 1px solid black;
+}
+
+.flood-box-bottom{
+    text-align: right;
+    margin-top: 15px;
+}
+
+/**损失分析**/
+.evaluate-analysis{
+    margin: 15px;
+}
+
+.evaluate-box-top{
+    width: 100%;
+    height: 60px;
+}
+
+.evaluate-box-middle{
+    width: 96%;
+    height: 350px;
+    border: 1px solid black;
+    padding: 0px 10px 0px 10px;
+}
+
+.evaluate-box-top-left{
+    display: flex;
+    font-size: 17px;
+}
+
+.evaluate-box-top-right{
+    margin-left: 70px;
+}
+
+.evaluate-box-top{
+    display: flex;
+}
+
+.evaluate-table-thead caption{
+    font-size: 20px;
+    margin: 15px 0 15px 0;
+}
+
+.column-2{
+    margin-left: 20px;
+}
+
+.evaluate-echarts{
+    width: 100%;
+    display: none;
+}

--
Gitblit v1.9.3