赣州市洪水风险预警系统三维版本
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
.jimu-widget-AnalysisOfBarrierLake {
    width: 440px !important;
    height: 100%;
    position: fixed !important;
    left: 30px !important;
    top: 75px !important;
    border: 1px solid rgb(69, 154, 251);
    border-radius: 5px;
    background: rgba(31, 39, 48, .7);
    z-index: 41 !important;
    color: rgb(255, 255, 255);
}
 
.jimu-widget-AnalysisOfBarrierLake div,
.jimu-widget-AnalysisOfBarrierLake i,
.jimu-widget-AnalysisOfBarrierLake ul,
.jimu-widget-AnalysisOfBarrierLake li,
.jimu-widget-AnalysisOfBarrierLake span,
.jimu-widget-AnalysisOfBarrierLake input,
.jimu-widget-AnalysisOfBarrierLake h2 {
    margin: 0;
    padding: 0;
}
 
.jimu-widget-AnalysisOfBarrierLake div.analysis-header {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid rgb(69, 154, 251);
}
 
.jimu-widget-AnalysisOfBarrierLake div.analysis-header i {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../../../images/toolbox.png ) no-repeat 0 -20px;
    background-size: 20px;
}
 
.jimu-widget-AnalysisOfBarrierLake div.dong {
    margin: 8px 17px; 
}
 
.jimu-widget-AnalysisOfBarrierLake ul li {
    margin: 5px 0;
    list-style: none;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}
 
 
 
.jimu-widget-AnalysisOfBarrierLake li span {
    display: inline-block;
    width: 51%;
    text-align: left;
}
 
.jimu-widget-AnalysisOfBarrierLake li input {
    display: inline-block;
    width: 49%;
    height: 42px;
    border: 0;
    color: #fff;
    vertical-align: middle;
    background: rgba(140, 151, 165, 0.7);
    padding: 0 10px;
}
 
.jimu-widget-AnalysisOfBarrierLake li:nth-child(5) input {
    width: 49%;
}
 
.jimu-widget-AnalysisOfBarrierLake li:nth-child(5) input:nth-child(1) {
    margin-right: 2%;
}
 
.jimu-widget-AnalysisOfBarrierLake li:nth-child(1) input,
.jimu-widget-AnalysisOfBarrierLake li:nth-child(5) input {
    cursor: pointer;
    background: rgb(2,24,55);
    border: 1px solid rgb(69, 154, 251);
    border-radius: 4px;
}
 
.jimu-widget-AnalysisOfBarrierLake .dong-echarts {
    display: none;
    position: absolute;
    top: 360px;
    background: rgba(90, 87, 87, 0.7);
    width: 560px;
    height: 360px;
    z-index: 55;
}
 
.jimu-widget-AnalysisOfBarrierLake p {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 368px;
    left: 12px;
    width: 150px;
    height: 200px;
    color: #fff;
    line-height: 20px;
    text-indent: 2em;
    letter-spacing: 1.5px;
    font-size: 16px;
    word-break: break-all;
    text-align-last: left;
    text-align: justify;
    text-justify: distribute-all-lines;
    z-index: 56;
}
 
.jimu-widget-AnalysisOfBarrierLake .dong-progress {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 0px;
    z-index: 33;
    background: rgba(59, 59, 59, 0.7);
 
}
 
.jimu-widget-AnalysisOfBarrierLake .dong-progress h2 {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
 
.jimu-widget-AnalysisOfBarrierLake .dong-progress .container {
    display: inline-block;
    width: 100%;
    height: 20px;
    padding-right: 10px;
    border: 1px solid #999;
    border-radius: 5px;
}
 
.jimu-widget-AnalysisOfBarrierLake .dong-progress .container .h-100P {
    height: 100%;
}
 
.jimu-widget-AnalysisOfBarrierLake .dong-progress .container .bar {
    display: inline-block;
    background: linear-gradient(to right, #ff4343, #48adff);
    color: white;
    font-weight: bold;
    padding: 0 5px;
    text-align: right;
    border-radius: 5px;
    border-right: 1px solid #999;
}
 
 
 
.jimu-widget-AnalysisOfBarrierLake .storage-capacity-curve {
    display: none;
    padding-top: 10px; 
    position: absolute;
    top: 360px;
    left: 580px;
    background: rgba(206, 204, 204, 0.7);
    width: 500px;
    height: 360px;
    z-index: 55;
}
 
.jimu-widget-AnalysisOfBarrierLake .storage-name {
    display: none;
    position: absolute;
    top: 686px;
    left: 780px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: rgba(40, 37, 161, 0.7);
    z-index: 111 !important;
}