赣州市洪水风险预警系统二维版本
xiebin
2023-02-24 ec1a74625890ff771fc5e46e39a15deaf618b479
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
.multidate-table-container {
    height: 100%;
    width: 100%;
    /*border-color: black;
    border-width: 1px;
    border-style: solid;*/
}
.multidate-table-td-left {
    height: 100%;
    width: 50%;
    position: absolute;
    left:0px;
}
.multidate-table-td-right {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0px;
}
.multidate-map-container {
    height: 100%;
    width: 100%;
    /*border-color: black;
    border-width: 1px;
    border-style: solid;*/
}
.multidate-container {
    height: 100%;
    width: 100%;
}
 
.multidate-map-mapswitch-base {
    position: absolute;
    top: 0px;
    left: 5px;
}
.multidate-map-timeslider-base {
    position: absolute;
    bottom: 70px;
    left: 7px;
}
.multidate-map-overview-base {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    width: 240px;
    height: 180px;
}
.multidate-bottom-cover{
    background-repeat: repeat-x repeat-y;
    height: 100%;
    width: 100%;
}