|
|
@@ -88,7 +88,7 @@
|
|
88
|
88
|
}
|
|
89
|
89
|
.bottom_right ul.complaint_typeL li{
|
|
90
|
90
|
text-align: right;
|
|
91
|
|
- margin-left: 30px;
|
|
|
91
|
+ margin-left: 30px;
|
|
92
|
92
|
}
|
|
93
|
93
|
.bottom_right ul.complaint_typeR li{
|
|
94
|
94
|
text-align: left;
|
|
|
@@ -126,25 +126,52 @@
|
|
126
|
126
|
background: url(img/sbx_line4.png) no-repeat;
|
|
127
|
127
|
}
|
|
128
|
128
|
.bottom_right ul.complaint_typeR li:nth-of-type(5) {
|
|
129
|
|
- background: url(img/sbx_liner4.png) no-repeat;
|
|
|
129
|
+ background: url(img/sbx_liner0.png) no-repeat;
|
|
130
|
130
|
}
|
|
131
|
131
|
.bottom_right ul li:nth-of-type(6) {
|
|
132
|
|
- background: url(img/sbx_line5.png) no-repeat;
|
|
|
132
|
+ background: url(img/sbx_line1.png) no-repeat;
|
|
133
|
133
|
}
|
|
134
|
134
|
.bottom_right ul li:nth-of-type(7) {
|
|
135
|
|
- background: url(img/sbx_line5.png) no-repeat;
|
|
|
135
|
+ background: url(img/sbx_line2.png) no-repeat;
|
|
136
|
136
|
}
|
|
137
|
137
|
.bottom_right ul li:nth-of-type(8) {
|
|
|
138
|
+ background: url(img/sbx_line3.png) no-repeat;
|
|
|
139
|
+ }
|
|
|
140
|
+ .bottom_right ul li:nth-of-type(9) {
|
|
|
141
|
+ background: url(img/sbx_line4.png) no-repeat;
|
|
|
142
|
+ }
|
|
|
143
|
+ .bottom_right ul li:nth-of-type(10) {
|
|
138
|
144
|
background: url(img/sbx_line5.png) no-repeat;
|
|
139
|
145
|
}
|
|
|
146
|
+ .bottom_right ul li:nth-of-type(11) {
|
|
|
147
|
+ background: url(img/sbx_line0.png) no-repeat;
|
|
|
148
|
+ }
|
|
|
149
|
+ .bottom_right ul li:nth-of-type(12) {
|
|
|
150
|
+ background: url(img/sbx_line1.png) no-repeat;
|
|
|
151
|
+ }
|
|
|
152
|
+ .bottom_right ul li:nth-of-type(13) {
|
|
|
153
|
+ background: url(img/sbx_line2.png) no-repeat;
|
|
|
154
|
+ }
|
|
140
|
155
|
.bottom_right ul.complaint_typeR li:nth-of-type(6) {
|
|
141
|
|
- background: url(img/sbx_liner5.png) no-repeat;
|
|
|
156
|
+ background: url(img/sbx_liner2.png) no-repeat;
|
|
142
|
157
|
}
|
|
143
|
158
|
.bottom_right ul.complaint_typeR li:nth-of-type(7) {
|
|
144
|
|
- background: url(img/sbx_liner5.png) no-repeat;
|
|
|
159
|
+ background: url(img/sbx_liner0.png) no-repeat;
|
|
145
|
160
|
}
|
|
146
|
161
|
.bottom_right ul.complaint_typeR li:nth-of-type(8) {
|
|
147
|
|
- background: url(img/sbx_liner5.png) no-repeat;
|
|
|
162
|
+ background: url(img/sbx_liner3.png) no-repeat;
|
|
|
163
|
+ }
|
|
|
164
|
+ .bottom_right ul.complaint_typeR li:nth-of-type(9) {
|
|
|
165
|
+ background: url(img/sbx_liner4.png) no-repeat;
|
|
|
166
|
+ }
|
|
|
167
|
+ .bottom_right ul.complaint_typeR li:nth-of-type(10) {
|
|
|
168
|
+ background: url(img/sbx_liner1.png) no-repeat;
|
|
|
169
|
+ }
|
|
|
170
|
+ .bottom_right ul.complaint_typeR li:nth-of-type(11) {
|
|
|
171
|
+ background: url(img/sbx_liner2.png) no-repeat;
|
|
|
172
|
+ }
|
|
|
173
|
+ .bottom_right ul.complaint_typeR li:nth-of-type(12) {
|
|
|
174
|
+ background: url(img/sbx_liner3.png) no-repeat;
|
|
148
|
175
|
}
|
|
149
|
176
|
.type_name {
|
|
150
|
177
|
color: #00e9ff;
|
|
|
@@ -162,6 +189,40 @@
|
|
162
|
189
|
.time_box_posi:before{
|
|
163
|
190
|
left: 195px;
|
|
164
|
191
|
}
|
|
|
192
|
+
|
|
|
193
|
+
|
|
|
194
|
+ .complaint_typeL{
|
|
|
195
|
+ height:355px;
|
|
|
196
|
+ /*background:red;*/
|
|
|
197
|
+ white-space: nowrap;
|
|
|
198
|
+ -webkit-overflow-scrolling: touch;
|
|
|
199
|
+ overflow-y: auto;
|
|
|
200
|
+ overflow-x: hidden;
|
|
|
201
|
+ padding: 0 0.1rem;
|
|
|
202
|
+ margin-bottom: -.2rem;
|
|
|
203
|
+ overflow: -moz-scrollbars-none;
|
|
|
204
|
+ overflow: -moz-scrollbars-none;
|
|
|
205
|
+ }
|
|
|
206
|
+ .complaint_typeL::-webkit-scrollbar{
|
|
|
207
|
+ display: none;
|
|
|
208
|
+ }
|
|
|
209
|
+ .complaint_typeR{
|
|
|
210
|
+ height:355px;
|
|
|
211
|
+ /*background:red;*/
|
|
|
212
|
+
|
|
|
213
|
+
|
|
|
214
|
+ white-space: nowrap;
|
|
|
215
|
+ -webkit-overflow-scrolling: touch;
|
|
|
216
|
+ overflow-y: auto;
|
|
|
217
|
+ overflow-x: hidden;
|
|
|
218
|
+ padding: 0 0.1rem;
|
|
|
219
|
+ margin-bottom: -.2rem;
|
|
|
220
|
+ overflow: -moz-scrollbars-none;
|
|
|
221
|
+ overflow: -moz-scrollbars-none;
|
|
|
222
|
+ }
|
|
|
223
|
+ .complaint_typeR::-webkit-scrollbar{
|
|
|
224
|
+ display: none;
|
|
|
225
|
+ }
|
|
165
|
226
|
</style>
|
|
166
|
227
|
</head>
|
|
167
|
228
|
|
|
|
@@ -194,7 +255,7 @@
|
|
194
|
255
|
<!--导航栏结束-->
|
|
195
|
256
|
<div id="wrap" class="container">
|
|
196
|
257
|
<div class="phone_top">
|
|
197
|
|
- <div class="legend_bar clearfix " style="position: relative;">
|
|
|
258
|
+ <div class="legend_bar clearfix " style="position: relative; top:52px;">
|
|
198
|
259
|
<div class="title_word pull-left">
|
|
199
|
260
|
<span class="col-line"></span> 受理群众区域统计
|
|
200
|
261
|
</div>
|
|
|
@@ -224,7 +285,7 @@
|
|
224
|
285
|
<span class="col-line"></span> 受理区域统计
|
|
225
|
286
|
</div>
|
|
226
|
287
|
</div>
|
|
227
|
|
- <div class="clearfix">
|
|
|
288
|
+ <div class="clearfix" style="position: relative;">
|
|
228
|
289
|
<ul class="pull-left complaint_typeL" style=" width:25%;">
|
|
229
|
290
|
<li>
|
|
230
|
291
|
<span class="type_name">咨询</span> <span class="type_count">0</span>
|
|
|
@@ -236,12 +297,18 @@
|
|
236
|
297
|
<li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
237
|
298
|
<li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
238
|
299
|
<li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
239
|
|
- li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
300
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
301
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
302
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
303
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
304
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
305
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
306
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
240
|
307
|
</ul>
|
|
241
|
308
|
<!--投诉分类统计-->
|
|
242
|
309
|
<div class="pull-left" id="part3" style=" width: 50%;height: 340px;"></div>
|
|
243
|
310
|
|
|
244
|
|
- <ul class="pull-left complaint_typeR" style=" width:25%;">
|
|
|
311
|
+ <ul class="pull-left complaint_typeR" style=" width:25%; position: absolute;right: -18px;">
|
|
245
|
312
|
<li>
|
|
246
|
313
|
<span class="type_name">咨询</span> <span class="type_count">0</span>
|
|
247
|
314
|
</li>
|
|
|
@@ -252,6 +319,12 @@
|
|
252
|
319
|
<li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
253
|
320
|
<li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
254
|
321
|
<li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
322
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
323
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
324
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
325
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
326
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
|
327
|
+ <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
|
|
255
|
328
|
</ul>
|
|
256
|
329
|
</div>
|
|
257
|
330
|
</div>
|