From e45a4000a1bf7e377aff9ea086886d08ada78048 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 20 Feb 2023 16:59:39 +0800
Subject: [PATCH] 洪水淹没-评估分析弹窗修改为竖版

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

diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index 3915643..2a9f52d 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -805,67 +805,95 @@
 
 /**损失分析**/
 .evaluate-analysis {
-    height: 628px;
+    height: 744px;
     margin: 15px;
 }
 
 .evaluate-box {
-    display: flex;
-    height: 61%;
+    height: 100%;
 }
 
-.evaluate-bottom {
+.evaluate-box-top{
+    height: 49%;
+}
+
+.evaluate-box-middle{
+    height: 46%;
+}
+
+.evaluate-box-bottom{
     display: flex;
     justify-content: flex-end;
 }
 
-.evaluate-bottom > input {
-    width: 120px;
-    height: 40px;
-    background-color: white;
-    border-radius: 11px;
-}
-
-.evaluate-bottom > input:hover {
+.evaluate-box-bottom input{
+    width: 86px;
+    height: 25px;
+    background-color: #bbbaba;
+    border: none;
     color: white;
-    background-color: #0db2ef;
+    border-radius: 5px;
 }
 
-.export-img {
-    margin-right: 1%;
+.evaluate-box-bottom input:hover{
+    background: #094895
 }
 
-.evaluate-box-left {
-    width: 70%;
+.export-img{
+    margin-right: 10px;
 }
 
-.evaluate-box-right {
-    width: 70%;
-    height: 100%;
+.row-1{
+    display: flex;
+    margin-bottom: 5px;
 }
 
-.evaluate-box-top {
+.row-2{
+    display: flex;
+}
+
+.list-echarts-button{
     width: 100%;
-    height: 60px;
-}
-
-.evaluate-box-middle {
-    width: 96%;
-    height: 90%;
-    padding: 0px 10px 0px 10px;
-}
-
-.evaluate-box-top-left {
+    text-align: center;
     display: flex;
-    font-size: 13px;
+    flex-direction: row-reverse;
 }
 
-.evaluate-box-top {
-    display: flex;
+.list-echarts-button input{
+    width: 55px;
+    height: 20px;
+    border: none;
+    background-color: rgb(187, 186, 186);
+    color: white;
+    border-radius: 5px;
+}
+
+.choose-button {
+    background: #094895 !important;
+    border: none;
+    color: white;
+}
+
+.unchoose-button {
+    background: rgb(187, 186, 186) !important;
+    border: none;
+    color: white;
 }
 
 .evaluate-box-middle table {
     width: 100%;
+}
+
+.table-title{
+    display: flex;
+    height: 33px;
+}
+
+.table-label{
+    width: 145%;
+    font-size: 19px;
+    text-align: right;
+    font-weight: bold;
 }
 
 .evaluate-table-caption {
@@ -986,14 +1014,6 @@
 
 .flood-analysis-pagination .jump-btn {
     width: 38px !important;
-}
-
-.column-1 {
-    width: 65%;
-}
-.column-2 {
-    width: 180px;
-    margin-left: 20px;
 }
 
 .evaluate-echarts {

--
Gitblit v1.9.3