Parcourir la Source

修改客户管理bug

zengqiao 5 ans auparavant
Parent
commit
7e6ddffd95

+ 29 - 10
2019/bj-zqzt/biz/css/base-common.css

@ -318,7 +318,7 @@ body {
318 318
  margin-right: .2rem;
319 319
  margin-bottom: .2rem;
320 320
}
321
/* 一种tab */
321
/* tab1 */
322 322
.ipu-tab-1 .ipu-tab-title-link > li.ipu-current {
323 323
  border-bottom: 1px solid rgba(230, 233, 237, 1);
324 324
  color: rgba(43, 47, 51, 1);
@ -328,7 +328,7 @@ body {
328 328
  border-bottom: 1px solid rgba(230, 233, 237, 1);
329 329
  color: rgba(142, 147, 153, 1);
330 330
  font-size: .17rem;
331
  font-family: SourceHanSansCN-Medium;
331
  font-weight:400;
332 332
}
333 333
.ipu-tab-1 .li-name{
334 334
  margin-top: .08rem;
@ -344,11 +344,14 @@ body {
344 344
  background-color: #fff;
345 345
  margin-bottom: .1rem;
346 346
}
347
348 347
.ipu-tab-1 .ipu-tab-title-link > li.ipu-current .current-flag{
349 348
  background-color: rgba(63, 147, 248, 1);
350 349
}
351
/* 另一种tab */
350
.ipu-tab-1 .ipu-tab-title-link > li.ipu-current .current-flag{
351
  background-color: rgba(63, 147, 248, 1);
352
}
353
354
/* tab2 */
352 355
.ipu-tab-2 .ipu-tab-title-link{
353 356
  padding-left: .15rem;
354 357
  padding-right: .15rem;
@ -367,7 +370,6 @@ body {
367 370
  font-family: SourceHanSansCN-Regular;
368 371
  height: .4rem;
369 372
}
370
371 373
.ipu-tab-2 .current-flag{
372 374
  width:.7rem;
373 375
  height:.24rem;
@ -375,11 +377,9 @@ body {
375 377
  text-align: center;
376 378
  line-height: .24rem;
377 379
}
378
379 380
.ipu-tab-2 .ipu-tab-title-link > li.ipu-current .current-flag{
380 381
  background-color: rgba(63, 147, 248, 1);
381 382
}
382
383 383
.ipu-tab-2 .arrow-bottom{
384 384
  width: 0;
385 385
  height: 0;
@ -387,14 +387,33 @@ body {
387 387
  border-left: .0375rem solid transparent;
388 388
  border-right: .0375rem solid transparent;
389 389
}
390
391 390
.ipu-tab-2 .ipu-tab-title-link > li.ipu-current .arrow-bottom{
392 391
  border-top: .045rem solid rgba(63, 147, 248, 1);
393 392
}
394 393
395
.ipu-tab-1 .ipu-tab-title-link > li.ipu-current .current-flag{
396
  background-color: rgba(63, 147, 248, 1);
394
/* tab3 button样式 */
395
.ipu-tab-3 .ipu-tab-title-button {
396
  color:rgba(142,147,153,1);
397
  border-width: 0;
398
  margin: .1rem;
399
}
400
.ipu-tab-3 .ipu-tab-title-button > li.ipu-current {
401
  background-color:rgba(239,246,255,1);
402
  color: rgba(63,147,248,1);
403
  border-bottom: none;
397 404
}
405
.ipu-tab-3 .ipu-tab-title-button > li {
406
  border-width: 0;
407
  background-color: rgba(255, 255, 255, 1);
408
  font-size: .11rem;
409
  font-weight:400;
410
  line-height: .21rem;
411
  width: .6rem;
412
  flex-grow: 0;
413
  border-radius: .1rem;
414
  margin-right: .12rem;
415
}
416
398 417
/* 表单 */
399 418
.ipu-form-item{
400 419
  background-color: rgba(255, 255, 255, 1);

+ 186 - 6
2019/bj-zqzt/biz/css/base.css

@ -1086,7 +1086,7 @@ li.card-actions-wrapper {
1086 1086
  left: 0;
1087 1087
  right: 0;
1088 1088
  bottom: 100%;
1089
  z-index: -100;
1089
  z-index: 180;
1090 1090
  background: rgba(24,26,28,0.62);
1091 1091
  -webkit-transition: bottom 300ms ease-out;
1092 1092
  transition: bottom 300ms ease-out;
@ -1099,13 +1099,13 @@ li.card-actions-wrapper {
1099 1099
  z-index: 180;
1100 1100
}
1101 1101
.sort-by-time-slide.active .time-content-area{
1102
  opacity: 1;
1102
  display: flex;
1103 1103
}
1104 1104
.time-content-area {
1105 1105
  height:.86rem;
1106 1106
  background-color: #fff;
1107 1107
  padding: .16rem .23rem .2rem .28rem;
1108
  opacity: 0;
1108
  display: none;
1109 1109
}
1110 1110
.chosen-pic {
1111 1111
  background: none;
@ -1132,7 +1132,7 @@ li.card-actions-wrapper {
1132 1132
  left: 0;
1133 1133
  right: 0;
1134 1134
  bottom: 100%;
1135
  z-index: -100;
1135
  z-index: 180;
1136 1136
  background: rgba(24,26,28,0.62);
1137 1137
  -webkit-transition: bottom 300ms ease-out;
1138 1138
  transition: bottom 300ms ease-out;
@ -1145,11 +1145,11 @@ li.card-actions-wrapper {
1145 1145
  z-index: 180;
1146 1146
}
1147 1147
.sort-condition-slide.active .sort-condition-area{
1148
  opacity: 1;
1148
  display: block;
1149 1149
}
1150 1150
.sort-condition-area{
1151 1151
  background-color: #fff;
1152
  opacity: 0;
1152
  display: none;
1153 1153
}
1154 1154
.sort-condition-content-area {
1155 1155
  padding: .16rem .12rem .2rem .12rem;
@ -2153,3 +2153,183 @@ button.add-others {
2153 2153
  background:rgba(255,255,255,1);
2154 2154
  border-radius: .025rem;
2155 2155
}
2156
2157
/* 楼宇详情 */
2158
.pages-building-details {
2159
  background:rgba(240,242,245,1);
2160
}
2161
.building-info {
2162
  background-color:rgba(255,255,255,1);
2163
  padding-bottom: .2rem;
2164
}
2165
.building-tool-bar .toolbar-title {
2166
  max-width: .9rem;
2167
}
2168
.building-tool-bar .arrow-down {
2169
  margin-left: .055rem;
2170
  width: .12rem;
2171
  height:.12rem;
2172
  background: url(../img/arrow-down2.png) center center no-repeat;
2173
  background-size: contain;
2174
}
2175
.building-tool-bar .arrow-down.arrow-up {
2176
  background: url(../img/arrow-up2.png) center center no-repeat;
2177
  background-size: contain;
2178
}
2179
.two-column-box .left-column {
2180
  width: 53%;
2181
  padding-left: .2rem;
2182
}
2183
.two-column-box .right-column {
2184
  width: 47%;
2185
  padding-left: .2rem;
2186
}
2187
.box-line-key {
2188
  font-size: .12rem;
2189
  font-weight:400;
2190
  line-height:.12rem;
2191
  color:rgba(142,147,153,1);
2192
}
2193
.box-line-value {
2194
  font-size: .12rem;
2195
  font-weight:400;
2196
  line-height:.12rem;
2197
  color:rgba(43,47,51,1);
2198
  margin-left: .12rem;
2199
}
2200
.box-line-value .up-text{
2201
  vertical-align: text-top;
2202
  font-size: .04rem;
2203
  font-weight:500;
2204
}
2205
.box-line-value .down-num{
2206
  font-size: .09rem;
2207
  line-height:.09rem;
2208
  color:rgba(142,147,153,1);
2209
}
2210
.box-line-value .up-num{
2211
  font-weight:500;
2212
  margin-right: .015rem;
2213
}
2214
2215
.left-column>div:not(:first-child){
2216
  margin-top: .12rem;
2217
}
2218
.right-column>div:not(:first-child){
2219
  margin-top: .12rem;
2220
}
2221
.call-pic {
2222
  width: .12rem;
2223
  height: .12rem;
2224
  background: url(../img/call.png) center center no-repeat;
2225
  background-size: contain;
2226
  margin-left: .08rem;
2227
}
2228
.resource-info {
2229
  margin-top: .1rem;
2230
  background:rgba(255,255,255,1);
2231
  padding-top: .15rem;
2232
}
2233
.resource-title {
2234
  font-size: .16rem;
2235
  font-weight:500;
2236
  color:rgba(43,47,51,1);
2237
  line-height: .16rem;
2238
  text-align: center;
2239
}
2240
.ipu-tab-resource.ipu-tab-1 .ipu-tab-title-link > li.ipu-current {
2241
  color: rgba(43, 47, 51, 1);
2242
  font-weight: bold;
2243
}
2244
.ipu-tab-resource.ipu-tab-1 .ipu-tab-title-link > li {
2245
  color:rgba(178,184,191,1);
2246
  font-size: .13rem;
2247
}
2248
.ipu-tab-resource.ipu-tab-1 .li-name{
2249
  margin-top: .12rem;
2250
  margin-bottom: .105rem;
2251
  line-height:.13rem;
2252
  height: .13rem;
2253
}
2254
.ipu-tab-resource.ipu-tab-1 .current-flag{
2255
  width: .18rem;
2256
  height: .02rem;
2257
  border-radius: .01rem;
2258
  background-color: #fff;
2259
  margin-bottom: 0;
2260
}
2261
.ipu-tab-resource.ipu-tab-1 .ipu-tab-title-link > li.ipu-current .current-flag{
2262
  background-color: rgba(63, 147, 248, 1);
2263
}
2264
.computer-room-content{
2265
  padding: 0 .15rem .16rem;
2266
}
2267
.computer-room-content .computer-room-item:last-child{
2268
  margin-bottom: 0;
2269
}
2270
.computer-room-item {
2271
  padding: .105rem 0 .12rem 0;
2272
  background:rgba(255,255,255,1);
2273
  box-shadow: 0 .03rem .06rem 0 rgba(184,184,184,0.1);
2274
  border-radius: .01rem;
2275
  border:1px solid rgba(230,233,237,1);
2276
  margin-bottom: .08rem;
2277
}
2278
.computer-room-floor {
2279
  width: .25rem;
2280
  height: .15rem;
2281
  background-color:rgba(173,192,207,1);
2282
  border-radius: .015rem;
2283
  font-size: .1rem;
2284
  font-weight:500;
2285
  color:rgba(255,255,255,1);
2286
  line-height:.15rem;
2287
  margin-left:.08rem;
2288
}
2289
.computer-room-name {
2290
  font-size: .12rem;
2291
  font-weight:400;
2292
  color:rgba(43,47,51,1);
2293
  line-height:.12rem;
2294
  margin-left: .08rem;
2295
}
2296
.computer-device-info {
2297
  margin-top: .08rem;
2298
}
2299
.computer-device-info .device-info{
2300
  margin-left: .41rem;
2301
  width: .95rem;
2302
}
2303
.computer-device-info .device-info>div:first-child {
2304
  font-size: .12rem;
2305
  font-weight:400;
2306
  color:rgba(142,147,153,1);
2307
  line-height:.12rem;
2308
}
2309
.computer-device-info .device-info>div:last-child {
2310
  font-size: .12rem;
2311
  font-weight:500;
2312
  color:rgba(63,147,248,1);
2313
  line-height:.12rem;
2314
  margin-left: .06rem;
2315
}
2316
.building-status {
2317
  padding:.16rem .15rem;
2318
}
2319
.building-process {
2320
  border:1px solid rgba(230,233,237,1);
2321
}
2322
.building-device-info {
2323
  margin-top: .16rem;
2324
  font-size: .12rem;
2325
  font-weight:400;
2326
  color:rgba(43,47,51,1);
2327
  line-height:.12rem;
2328
}
2329
.building-device-info .device-type{
2330
  padding-right: .12rem;
2331
  border-right: 1px solid rgba(230, 233, 237, 1);
2332
}
2333
.building-device-info .device-place{
2334
  padding-left: .18rem;
2335
}

BIN
2019/bj-zqzt/biz/img/call.png


+ 1 - 0
2019/bj-zqzt/biz/js/customer-management.js

@ -88,6 +88,7 @@ require(['jquery', 'ipuUI', 'LeftSwipe'], function ($, ipuUI, LeftSwipe) {
88 88
      $(this).siblings().removeClass("active");
89 89
      $(".sort-by-time .sort-type").text($(this).find(".time-chosen-title").text());
90 90
      $(".sort-by-time-slide").removeClass("active");
91
      $(".sort-by-time").removeClass("active");
91 92
    });
92 93
    // 时间排序,点空白区域关闭搜索界面
93 94
    $(".sort-condition-slide").click(function () {