From 4d8c6dd77427e8e581fda17b6b65ba86bfb7a815 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 27 Feb 2023 14:30:01 +0800
Subject: [PATCH] 洪水淹没

---
 corelib/common/popup/css/style.css |  130 +++++++++++++++++++++++++++++++++----------
 1 files changed, 100 insertions(+), 30 deletions(-)

diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index 684f895..4f4a814 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 {
@@ -805,36 +805,105 @@
 
 /**损失分析**/
 .evaluate-analysis {
+    height: 744px;
     margin: 15px;
 }
 
-.evaluate-box-top {
-    width: 100%;
-    height: 60px;
+.evaluate-box {
+    height: 100%;
 }
 
-.evaluate-box-middle {
-    width: 96%;
-    height: 650px;
-    border: 1px solid black;
-    padding: 0px 10px 0px 10px;
+.evaluate-box-top{
+    height: 49%;
 }
 
-.evaluate-box-top-left {
+.evaluate-box-middle{
+    height: 46%;
+    width: 443px !important;
+}
+
+.evaluate-box-bottom{
     display: flex;
-    font-size: 17px;
+    justify-content: center;
+    position: relative;
+    z-index: 2;
 }
 
-.evaluate-box-top-right {
-    margin-left: 70px;
+.evaluate-box-bottom input{
+    width: 86px;
+    height: 25px;
+    background-color: #124ebb;
+    border: none;
+    color: white;
+    border-radius: 5px;
 }
 
-.evaluate-box-top {
+
+.evaluate-box-bottom input:hover{
+    background: #094895
+}
+
+.export-img{
+    margin-right: 10px;
+}
+
+.save-btn{
+    margin-right: 10px;
+}
+
+.row-1{
     display: flex;
+    margin-bottom: 5px;
+}
+
+.row-2{
+    display: flex;
+}
+
+.list-echarts-button{
+    text-align: center;
+    display: flex;
+    flex-direction: row-reverse;
+    position: absolute;
+    right: 19px;
+    z-index: 2;
+}
+
+.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: center;
+    font-weight: bold;
 }
 
 .evaluate-table-caption {
@@ -857,7 +926,6 @@
 }
 
 /**分页器**/
-
 .flood-analysis-pagination {
     position: relative;
     text-align: center;
@@ -958,10 +1026,6 @@
     width: 38px !important;
 }
 
-.column-2 {
-    margin-left: 20px;
-}
-
 .evaluate-echarts {
     width: 100%;
     display: none;
@@ -977,29 +1041,35 @@
     text-align: right;
 }
 
-/**确认保存弹出框**/
-.confirm-popup{
-margin-top: 5%;
+.flood-image-box .description {
+    font-size: 16px;
 }
 
-.confirm-popup>div{
+/**确认保存弹出框**/
+.confirm-popup {
+    margin-top: 5%;
+}
+
+.confirm-popup > div {
     text-align: center;
 }
 
-.confirm-top{
+.confirm-top {
     font-size: 30px;
 }
 
-.confirm-bottom{
+.confirm-bottom {
     margin-top: 8%;
 }
 
-.save-name-input{
+.save-name-input {
     height: 26px;
     width: 215px;
 }
 
-.confirm-button{
+.confirm-button {
     width: 80px;
     height: 32px;
 }
+
+

--
Gitblit v1.9.3