赣州市洪水风险预警系统三维版本
guoshilong
2023-02-20 52c8ca8e31bb9aee13726d9c858dee1d11dcde87
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,7 +805,43 @@
/**损失分析**/
.evaluate-analysis {
    height: 628px;
    margin: 15px;
}
.evaluate-box {
    display: flex;
    height: 77%;
}
.evaluate-bottom {
    display: flex;
    justify-content: flex-end;
}
.evaluate-bottom > input {
    width: 120px;
    height: 40px;
    background-color: white;
    border-radius: 11px;
}
.evaluate-bottom > input:hover {
    color: white;
    background-color: #0db2ef;
}
.export-img {
    margin-right: 1%;
}
.evaluate-box-left {
    width: 70%;
}
.evaluate-box-right {
    width: 70%;
    height: 100%;
}
.evaluate-box-top {
@@ -815,8 +851,7 @@
.evaluate-box-middle {
    width: 96%;
    height: 650px;
    border: 1px solid black;
    height: 90%;
    padding: 0px 10px 0px 10px;
}
@@ -857,7 +892,6 @@
}
/**分页器**/
.flood-analysis-pagination {
    position: relative;
    text-align: center;
@@ -977,29 +1011,33 @@
    text-align: right;
}
/**确认保存弹出框**/
.confirm-popup{
margin-top: 5%;
.flood-image-box .description {
    font-size: 20px;
}
.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;
}