赣州市洪水风险预警系统二维版本
xiebin
2023-02-24 ec1a74625890ff771fc5e46e39a15deaf618b479
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.open-view-button {
    box-shadow: 1px 1px 3px #757575;
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 10;
    background: url("360.png") center center no-repeat #fff;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
}
 
.open-view-button:hover {
    background: url("360.png") center center no-repeat #eee;
}