赣州市洪水风险预警系统三维版本
guoshilong
2023-02-20 e45a4000a1bf7e377aff9ea086886d08ada78048
widgets/FloodAnalysis/css/style.css
@@ -364,15 +364,16 @@
/**分析窗口**/
.evaluate-analysis{
    width: 840px;
    width: 465px;
    height: 808px;
    position: fixed;
    top: 10%;
    right: 0%;
    background: white;
    height: 628px;
    margin: 15px;
    border-radius: 4px;
    border: 1px solid white;
    z-index: 100;
}
.evaluate-title{
@@ -385,6 +386,14 @@
    color: white;
}
.evaluate-back-icon{
    background-image: url("../images/fold_up.png");
    width: 35px;
    height: 100%;
    position: relative;
    left: 88%;
}
.evaluate-lable{
    width: 70px;
    position: absolute;
@@ -393,6 +402,7 @@
.evaluate-box-top{
    height: 30%;
    width: 450px;
}
.evaluate-box-middle{