赣州市洪水风险预警系统三维版本
guoshilong
2023-02-27 4d8c6dd77427e8e581fda17b6b65ba86bfb7a815
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
 
.jimu-widget-Hydrology {
  display: none;
  min-width: 320px;
  width: 320px;
  height: auto !important;
  position: fixed !important;
  left: 50px !important;
  bottom: 25px !important;
  top: 45px !important;
  z-index: 44 !important;
  background-color: rgb(35,36,58);
}
 
.jimu-widget-Hydrology div,
.jimu-widget-Hydrology dl,
.jimu-widget-Hydrology dt,
.jimu-widget-Hydrology dd,
.jimu-widget-Hydrology ul,
.jimu-widget-Hydrology li,
.jimu-widget-Hydrology p,
.jimu-widget-Hydrology input
.jimu-widget-Hydrology img {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style-type: none;
}
 
.jimu-widget-Hydrology .hydro-list-mean {
  margin: 5px;
  height: 120px;
}
 
.jimu-widget-Hydrology .hydro-list-mean li {
  float: left;
  margin: 5px;
  width: 52px;
  height: 52px;
  position: relative;
  cursor: pointer;
  background: rgb(0,73,135);
 
}
 
.jimu-widget-Hydrology .hydro-list-mean li a {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 4px;
  float: left;
  border-radius: 4px;
  /* margin-top: auto; */
}
 
.jimu-widget-Hydrology .hydro-list-mean li a img {
  margin-top: 4px;
  border: 0px;
  width: 22px;
}
 
.jimu-widget-Hydrology .hydro-list-mean li a:hover,
.jimu-widget-Hydrology .hydro-list-mean .on {
  background: rgb(1, 92, 172);
}
 
 
 
/* 表格的样式 */
.jimu-widget-Hydrology .hydro-content {
  position: absolute;
  top: 130px;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
 
.jimu-widget-Hydrology .hydro-status-hint {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
}
 
.jimu-widget-Hydrology .hydro-status-hint div {
  float: right;
  width: 76%;
  height: 100%;
  text-align: center;
}
 
 
 
.jimu-widget-Hydrology .hydro-status-hint div span:nth-child(2),
.jimu-widget-Hydrology .hydro-status-hint div span:nth-child(5) {
  width: 32px;
}
 
.jimu-widget-Hydrology .hydro-status-hint div span:nth-child(8) {
  width: 56px;
}
 
.jimu-widget-Hydrology .hydro-status-hint div span {
  display: inline-block;
  margin-left: 4px;
  height: 24px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
 
.jimu-widget-Hydrology .hydro-status-hint div input,
.jimu-widget-Hydrology .hydro-status-hint img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
 
.jimu-widget-Hydrology .hydro-content div {
  width: 100%;
}
 
.jimu-widget-Hydrology .hydro-content table {
  width: 314px;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
}
 
.jimu-widget-Hydrology .hydro-content table tr th:nth-child(1), 
.jimu-widget-Hydrology .hydro-content table tr td:nth-child(1) {
  width: 40px;
 
 
 
.jimu-widget-Hydrology .hydro-content table tr th:nth-child(3), 
.jimu-widget-Hydrology .hydro-content table tr td:nth-child(3) {
  width: 72px;
 
.jimu-widget-Hydrology .hydro-content table tr th:nth-child(4), 
.jimu-widget-Hydrology .hydro-content table tr td:nth-child(4) {
  width: 76px;
}
 
.jimu-widget-Hydrology .hydro-content table tr th:nth-child(5), 
.jimu-widget-Hydrology .hydro-content table tr td:nth-child(5) {
  width: 44px;
}  
.jimu-widget-Hydrology .hydro-content table tr td a {
  color: #fff;
  text-decoration: none;
}
.jimu-widget-Hydrology .hydro-content table tr td:nth-child(5) img {
  width: 14px;
  height: 14px;
}
 
.jimu-widget-Hydrology .hydro-content table tr {
  height: 34px;
  line-height: 34px;
}
 
.jimu-widget-Hydrology .hydro-content table tr td,
.jimu-widget-Hydrology .hydro-content table tr th {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: center;
}
 
.jimu-widget-Hydrology .hydro-content .thead {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
}
 
.jimu-widget-Hydrology .hydro-content .thead table thead tr {
  background-color: rgb(35,36,58);
}
 
.jimu-widget-Hydrology .hydro-content .tbody {
  position: absolute;
  top: 34px;
  left: 0;
  bottom: 0;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
 
.jimu-widget-Hydrology .hydro-content table>tbody td {
    padding: 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
 
 
.jimu-widget-Hydrology .hydro-content .tbody table>tbody tr:nth-child(odd) {
    background-color: rgb(2,24,55);
}
 
.jimu-widget-Hydrology .hydro-content .tbody table>tbody tr:nth-child(even) {
    background-color: rgb(35,36,58);
}
 
.jimu-widget-Hydrology .hydro-content .tbody::-webkit-scrollbar {
  width: 7px;
  /*height: 4px;*/
}
 
 
/* 弹框得样式 */
.jimu-widget-Hydrology .trackPopUp {
  display: none;
  height: 100px;
}
 
.trackPopUp.div,
.trackPopUp div
.trackPopUp dl,
.trackPopUp dt,
.trackPopUp dd,
.trackPopUp ul,
.trackPopUp li,
.trackPopUp p,
.trackPopUp img,
.trackPopUp input {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style-type: none;
}
 
 
.trackPopUp .leaflet-popup {
  position: absolute;
  background-color: #45acf1;
  width: 240px;
  height: 246px;
  border-radius: 14px;
}
 
.trackPopUp .leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 8px;
  padding: 4px 4px 0 0;
  text-align: center;
  font: 25px/25px Tahoma, Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
 
.trackPopUp .leaflet-popup-content-wrapper {
  /* max-height: 200px; */
  overflow-y: auto;
  /* height: 133px; */
  /* padding: 1px;   */
  text-align: left;
  border-radius: 12px;
  width: 230px;
}
 
.trackPopUp .leaflet-popup-content {
  margin-top: 28px;
  margin-left: 12px;
  margin-bottom: 16px;
  background: white;
  line-height: 1.4;
 
}
 
.trackPopUp .leaflet-popup-content ul {
    /* 文本换行:强制一行显示 */
    white-space: nowrap;
    width: 100%;
    /*    margin: 0px;*/
}
 
.trackPopUp .leaflet-popup-content li {
  /* margin 和 padding的顺序:上、右、下、左 */
    /*margin: 0px 0px 0px 30px;*/
  background: white;
    /* margin 左边框30像素*/
    padding: 0 2px;
    /* 上、右、下、左 */
    list-style-type: none;
    /* 列表项符号引用的图片 */
    /*border: solid 1px Black;*/
    /* 边缘样式 */
    float: left;
    width: 98%;
    font-size: 14px;
    line-height: 24px;
}
 
.trackPopUp .leaflet-popup-content li p {
  float: left;
  color: rgb(68, 28, 28);
  margin-left: 3%;
  margin-top: 2.5px;
 
}
 
.trackPopUp .leaflet-popup-content input {
  width: 57%;
  float: right;
  height: 16px;
  margin-top: 2.5px;
  line-height: 16px;
  color: rgba(47, 125, 211, 1);
  font-family: 宋体;
  border: 1px solid #C2C2C2;
  border-radius: 2px;
}