赣州市洪水风险预警系统三维版本
guoshilong
2023-02-24 329c3d1dc67a9ef404f623f4cea36d855d7e3dd9
widgets/FloodAnalysis/css/style.css
@@ -504,3 +504,18 @@
        width: 100%;
    }
}
/**提示**/
.tableTip {
    display: none;
    background-color: rgb(0 0 0 / 61%);
    padding: 5px;
    border: 1px solid #000;
    position: absolute;
    z-index: 10 !important;
    border-radius: 5px;
    height: 25px;
    color: white;
    font-size: 16px;
    line-height: 25px;
}