赣州市洪水风险预警系统二维版本
xiebin
2023-03-02 b39483c96ae572121d3c619c0b9d37634e682cc4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#saveDiv{
    position: absolute;
    display: none;
    z-index: 999;
    height: 29px;
    width:118px;
}
#btnSave,#btnCancel{
    background: url("capwrap_ed.png") no-repeat scroll 0 0;
    height: 29px;
    width: 59px;
    border: none;
    display: inline-block;
}
#btnSave:hover {
    background-position: -57px -34px;
}
#btnCancel:hover {
    background-position: 2px -34px;
}
#btnSave {
    background-position: -57px 0px;
}