赣州市洪水风险预警系统二维版本
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
51
52
53
54
55
56
57
58
 
.agsjsTOCNode {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
}
 
.agsjsTOCContent {
    white-space: nowrap;
}
 
.agsjsTOCOutOfScale {
    color: grey;
    opacity: 0.5;
}
 
.agsjsTOCIcon {
  width: 20px;
  vertical-align:bottom;
}
 
.agsjsTOCRootLayer {
}
 
.agsjsTOCRootLayerLabel {
    font-size: 11pt;
    font-weight: bold;
}
 
.agsjsTOCGroupLayer {
    font-weight: bold;
}
 
.agsjsTOCGroupLayerLabel {
    font-size: 10pt;
}
 
.agsjsTOCServiceLayer {
    font-weight: bold;
}
 
.agsjsTOCServiceLayerLabel {
    font-size: 10pt;
    padding-left: 2px;
}
 
.agsjsTOCLegendIcon {
    /* width: 50px;*/
}
 
.agsjsTOCLegendLabel {
    font-size: 8pt;
    padding-left: 2px;
}
 
.agsjsTOCSlider {
    padding: 5px 20px 5px 30px;
}