赣州市洪水风险预警系统二维版本
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
h5{
    width:40px;
    font-size: 14px;
    text-align: center;
    float:left;
}
.lineDiv{
    width:100%;
    height: auto;
    float:left;
    margin-bottom: 10px;
}
.textAreaHeight{
    height:calc(100% - (50px));
    height:-moz-calc(100% - (50px));
    height:-webkit-calc(100% - (50px));
}
textarea{
    height:100%;
    overflow-y: scroll
}
.commonDiv{
    word-wrap: break-word;
    width:calc(100% - (50px));
    width:-moz-calc(100% - (50px));
    width:-webkit-calc(100% - (50px));
    display: block;
    float:left;
}
 
.infoBtn{
    width:40px;
    background: #fff;
    height:28px;
    border:1px solid #ccc;
    border-radius: 5px;
    margin-top:10px;
}
.BtnLeft{
    margin-left:30%;
    float:left;
}
.BtnRight{
    margin-right:30%;
    float:right;
}
.swipe-default-base {
    height: 100%;
    width: 100%;
    
}
.swipe-map-container-top {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}
 
.swipe-map-container-bottom {
    height: 100%;
    width: 100%;
    position: absolute;
    /*z-index: 1;*/
}
.swipe-map-container {
    height: 100%;
    width: 100%;
    /*width:1920px;*/
}
.swipe-container {
    height: 100%;
    width: 100%;
}
.swipe-topmap-overview-base {
    width: 205px;
    height: 144px;
    position: absolute !important;
    z-index: 5;
}
.swipe-topmap-navigation-base {
    top: 20px;
    right: 80px;
    position: absolute !important;
}
.swipe-bottommap-mapswitch-base {
    position: absolute;
    top: 60px;
    left: 5px;
    z-index: 4;
}
.swipe-bottommap-timeslider-base{
    bottom: 70px;
    left: 7px;
    position: absolute;
    z-index: 4;
}
.swipe-topmap-mapswitch-base {
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 4;
}
.swipe-topmap-timeslider-base{
    bottom: 135px;
    left: 7px;
    position: absolute;
    z-index: 4;
}
.swipe-bottom-cover{
    background-repeat: repeat-x repeat-y;
    height: 100%;
    width: 100%;
}