赣州市洪水风险预警系统二维版本
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.MapBrowse-widget {
    z-index: 10;
    padding: 0 10px;
}
 
.mapBrowse-title{
    padding: 10px 10px 5px;
}
 
.ztree li span.demoIcon {
    position: absolute;
    right: 0px;
}
 
.ztree li span.button.icon01 {
    margin: 0;
    background: url(../../assets/images/Context_menu11.png) no-repeat scroll 0 0 transparent;
    vertical-align: top;
    *vertical-align: middle
}
 
.ztree {
    margin-left: 5px;
    padding-top: 5px;
}
 
.MapBrowse-tree-box {
    border: 1px solid #0e94a3;
    overflow-y: hidden;
}
 
/*ztree自定义按钮样式*/
 
.diyBtn1 {
    margin: 0;
    background: url(../../images/edit.png) no-repeat scroll 0 0 transparent;
    vertical-align: top;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 0 none;
    cursor: pointer;
    outline: none;
}
 
.mapBrowse-layer-container {
    display: block;
    padding: 0 10px;
    margin-top: 10px;
}