apply-clients 3.4.3 → 3.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/package.json +1 -1
  2. package/src/AndroidApp.vue +18 -18
  3. package/src/android.js +1 -1
  4. package/src/apply.js +39 -20
  5. package/src/applyAndroid.js +23 -9
  6. package/src/components/android/AppOnetomany.vue +47 -5
  7. package/src/components/android/AppServiceView.vue +745 -566
  8. package/src/components/android/AppSign.vue +154 -142
  9. package/src/components/android/AppTakePic.vue +11 -11
  10. package/src/components/android/AreaSelect/AppQrcodeReader.vue +73 -0
  11. package/src/components/android/AreaSelect/AppResAreaMapGroup.vue +148 -0
  12. package/src/components/android/AreaSelect/AppResAreaSelect.vue +108 -0
  13. package/src/components/android/AreaSelect/AppResAreaSelectGroup.vue +142 -0
  14. package/src/components/android/Function/AppFunctionServiceControl.vue +344 -0
  15. package/src/components/android/Function/AppInstallFunction.vue +366 -0
  16. package/src/components/android/Process/AppExplorationUser.vue +217 -37
  17. package/src/components/android/Process/AppServiceControl.vue +1708 -757
  18. package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -0
  19. package/src/components/android/Process/Processes/AppBuildSign.vue +46 -0
  20. package/src/components/android/Process/Processes/AppChargeManagement.vue +637 -0
  21. package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -0
  22. package/src/components/android/Process/Processes/AppInstallationDetails.vue +482 -456
  23. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -0
  24. package/src/components/android/Process/Processes/selectApply.vue +250 -0
  25. package/src/components/android/Process/Processes/selectUserinfo.vue +182 -0
  26. package/src/components/android/Supervisory/AppProcessSupervisory.vue +205 -71
  27. package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -121
  28. package/src/components/common/TabButton.vue +149 -0
  29. package/src/components/common/Tabs.vue +67 -0
  30. package/src/components/image/dwg.jpg +0 -0
  31. package/src/components/image/txt.jpg +0 -0
  32. package/src/components/image//345/221/250/345/217/243/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  33. package/src/components/image//350/245/277/345/215/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  34. package/src/components/image//351/203/270/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  35. package/src/components/image//351/241/271/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  36. package/src/components/image//351/271/277/351/202/221/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  37. package/src/components/product/ApplyCharge/ApplyChargeList.vue +272 -53
  38. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  39. package/src/components/product/AreaSelect/MyAreaSelect.vue +423 -0
  40. package/src/components/product/AreaSelect/ResAreaSelect.vue +106 -0
  41. package/src/components/product/AreaSelect/ResAreaSelectGroup.vue +150 -0
  42. package/src/components/product/AreaSelect/utils/EventListener.js +29 -0
  43. package/src/components/product/AreaSelect/utils/coerceBoolean.js +7 -0
  44. package/src/components/product/Function/InstallFunction.vue +3 -2
  45. package/src/components/product/Function/InstallInfoSelect.vue +41 -21
  46. package/src/components/product/Function/Service/FunctionServiceControl.vue +96 -71
  47. package/src/components/product/GaoDeMapComponents/GaoDeMap.vue +231 -0
  48. package/src/components/product/Install/InstallProject.vue +194 -0
  49. package/src/components/product/OldApply/Handle/HandleApply.vue +337 -0
  50. package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -0
  51. package/src/components/product/OldApply/OldApply.vue +209 -0
  52. package/src/components/product/OldApply/OldApplyMessage.vue +420 -0
  53. package/src/components/product/Onetomany.vue +40 -11
  54. package/src/components/product/Process/ExplorationSelect.vue +495 -417
  55. package/src/components/product/Process/ExplorationUser.vue +145 -94
  56. package/src/components/product/Process/Processes/InstallationDetails.vue +610 -592
  57. package/src/components/product/Process/Processes/Print/printCharge.vue +166 -142
  58. package/src/components/product/Process/Processes/Print/printChargepc.vue +142 -0
  59. package/src/components/product/Process/Processes/Print/printRefund.vue +196 -0
  60. package/src/components/product/Process/Processes/addMaterialScience.vue +454 -0
  61. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +4 -0
  62. package/src/components/product/Process/Processes/chargeManagement.vue +656 -638
  63. package/src/components/product/Process/Processes/devicesManagement.vue +484 -478
  64. package/src/components/product/Process/Processes/selectApply.vue +2 -2
  65. package/src/components/product/Process/Service/ServiceControl.vue +628 -10
  66. package/src/components/product/Process/ShowBackReason.vue +33 -0
  67. package/src/components/product/ServiceView.vue +981 -631
  68. package/src/components/product/Stop/StopApply.vue +26 -30
  69. package/src/components/product/Stop/StopApplyList.vue +27 -25
  70. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +732 -34
  71. package/src/components/product/Supervisory/SupervisoryControl.vue +38 -1
  72. package/src/components/product/Supervisory/SupervisoryList.vue +404 -233
  73. package/src/components/product/Supervisory/SupervisoryhCart.vue +51 -28
  74. package/src/components/product/VueUtils/ApplyUpload.vue +40 -38
  75. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +1090 -0
  76. package/src/components/product/VueUtils/ToolsPage.vue +51 -0
  77. package/src/components/product/VueUtils/Tree.vue +330 -0
  78. package/src/expandcssAndroid.less +362 -879
  79. package/src/main.js +3 -0
@@ -104,931 +104,414 @@
104
104
  min-width: 100%
105
105
  }
106
106
  }
107
- .app-bg {
108
- background: #F5F5F5;
109
- }
110
- .app-input {
111
- background: #FFF;
112
- border-bottom: 1px solid #ccc;
113
- }
114
- .app-input input, .app-input label {
115
- padding: 8px 10px;
116
- border: none;
117
- outline: none;
118
- margin: 0px;
119
- }
120
- .app-textarea {
121
- display: block;
122
- padding: 10px 15px;
123
- border: 0;
124
- resize: none;
125
- width: 100%;
126
- color: inherit;
127
- font-size: 1em;
128
- line-height: inherit;
129
- outline: 0;
130
- }
131
- .app-cells {
132
- height: auto;
133
- background-color: #FFFFFF;
134
- font-size: 1.2em;
135
- overflow: hidden;
136
- position: relative;
137
- }
138
- .app-cells label {
139
- padding: 10px;
140
- margin: 0px;
141
- color: #999999;
142
- font-weight: normal;
143
- }
144
- .app-cells * + * {
145
- border-top: 1px solid #D5D5D6;
146
- }
147
- .app-btn {
148
- display: flex;
149
- width: 100%;
150
- }
151
- .app-btn button{
152
- flex: 1;
153
- border-radius: 17px;
154
- margin: 10px;
155
- }
156
- .app-btn button:focus, .app-btn button::selection {
157
- outline: none;
158
- }
159
- .app-list {
160
- margin-top: 8px;
161
- background: #FFF;
162
- }
163
- .app-list div {
164
- padding: 6px 10px;
165
- }
166
- .app-list div:first-child{
167
- border-bottom: 1px solid #ccc;
168
- }
169
- .app-input .datepicker-input[readonly] {
170
- border: none;
171
- background: none;
172
- }
173
- div[contenteditable=true]{
174
- height: 80px;
175
- width: 100%;
176
- outline: none;
177
- padding: 8px;
178
- overflow: scroll;
179
- }
180
-
181
- .flex-between {
182
- display: flex;
183
- justify-content: space-between;
184
- align-items: center;
185
- }
186
- .flex-between span {
187
- padding-right: 10px;
188
- }
189
- .flex-full {
190
- flex: 1;
191
- }
192
- /* app卡片样式 */
193
- .app-preview {
194
- position: relative;
195
- background-color: #FFF;
196
- height: auto;
197
- }
198
- .app-preview > .head > * {
199
- padding: 0px;
200
- margin: 0px;
201
- }
202
- .app-preview > .head {
203
- display: flex;
204
- justify-content: space-between;
205
- padding: 10px 15px;
206
- line-height: 2.5em;
207
- border-bottom: 1px solid #D5D5D6;
208
- }
209
- .app-preview-btn-default {
210
- color: #999999;
211
- }
212
- .app-preview-btn-success {
213
- color: #3CC51F;
214
- }
215
- .app-preview > .body {
216
- padding: 10px 15px;
217
- border-bottom: 1px solid #D5D5D6;
218
-
219
- }
220
- .app-preview > .body > div > label {
221
- text-align: justify;
222
- text-align-last: justify;
223
- min-width: 70px;
224
- }
225
- .app-preview > .foot {
226
- display: flex;
227
- height: 50px;
228
- }
229
- .app-preview > .foot > * {
230
- flex: 1;
231
- display: block;
232
- flex: 1;
233
-
234
- text-align: center;
235
- }
236
- .app-preview > .foot > * + * {
237
- border-left: 1px solid #D5D5D6;
238
- }
239
- // 为工单列表样式
240
- .compatible {
241
- padding: 8px;
242
- }
243
- .compatible .form-input-group {
244
- margin: 3px 0px;
245
- padding: 0 8px;
246
- }
247
- @media screen and (min-width:992px) {
248
- .hd-disappear{
249
- display: none;
107
+ .app-bg {
108
+ background: #F5F5F5;
250
109
  }
251
- }
252
-
253
- #work-history ul {
254
- padding: 0px;
255
- }
256
-
257
- // 从order文件夹拷贝
258
- // 为blockquote写的通用样式
259
- // 大背景
260
- .repair-bg {
261
- background: #DBDBDB;
262
- }
263
- // 头部信息提示
264
- .bq-parent {
265
- height: auto;
266
- background: #FFF;
267
- padding: 10px 15px;
268
- >blockquote {
269
- padding: 0px;
270
- padding-left: 8px;
110
+ .app-input {
111
+ background: #FFF;
112
+ border-bottom: 1px solid #ccc;
113
+ }
114
+ .app-input input, .app-input label {
115
+ padding: 8px 10px;
116
+ border: none;
117
+ outline: none;
271
118
  margin: 0px;
272
- font-size: 18px;
273
- font-weight: bold;
274
- border-left-color: #4C647A;
275
119
  }
276
- }
277
- // 为移动端提供左侧修饰性边框
278
- .lb-left {
279
- padding-left: 8px;
280
- border: none;
281
- border-left: 5px solid #A2C2EB;
282
- }
283
- // 内容块
284
- .repair-info-content {
285
- margin: 15px;
286
- background: #FFF;
287
- border-radius: 5px;
288
- }
289
- @media screen and (max-width:768px) {
290
- .repair-info-content {
120
+ .app-textarea {
121
+ display: block;
122
+ padding: 10px 15px;
123
+ border: 0;
124
+ resize: none;
125
+ width: 100%;
126
+ color: inherit;
127
+ font-size: 1em;
128
+ line-height: inherit;
129
+ outline: 0;
130
+ }
131
+ .app-cells {
132
+ height: auto;
133
+ background-color: #FFFFFF;
134
+ font-size: 1.2em;
135
+ overflow: hidden;
136
+ position: relative;
137
+ }
138
+ .app-cells label {
139
+ padding: 10px;
291
140
  margin: 0px;
292
- padding: 8px;
141
+ color: #999999;
142
+ font-weight: normal;
143
+ }
144
+ .app-cells * + * {
145
+ border-top: 1px solid #D5D5D6;
146
+ }
147
+ .app-btn {
148
+ display: flex;
149
+ width: 100%;
150
+ }
151
+ .app-btn button{
152
+ flex: 1;
153
+ border-radius: 17px;
154
+ margin: 10px;
155
+ }
156
+ .app-btn button:focus, .app-btn button::selection {
157
+ outline: none;
158
+ }
159
+ .app-list {
160
+ margin-top: 8px;
293
161
  background: #FFF;
294
- border-radius: 0px;
295
162
  }
296
- }
297
- // 为a标签:berfor伪元素写的通用样式
298
- .tab-befor-img (@url) {
299
- content: '';
300
- background-image: url("@{url}");
301
- background-size: 30px;
302
- display: inline-block;
303
- margin-right: 8px;
304
- height: 30px;
305
- width: 30px;
306
- vertical-align: -35%;
307
- }
308
- .android-repair-order {
309
- > div {
310
- > ul {
311
- background: #4C647A;
312
- overflow: auto;
313
- li {
314
- display: block;
315
- width: 100%;
316
- }
317
- > .active {
318
- a {
319
- background: #7599C4!important;
320
- color: #FFF!important;
321
- border: none;
322
- display: block;
323
- font-weight: bold;
324
- &::after {
325
- content: "";
326
- width: 0px;
327
- height: 0px;
328
- border-width: 8px 8px 8px 0px;
329
- border-color: transparent #FFF;
330
- border-style: solid;
331
- position: absolute;
332
- right: 0;
333
- top: 50%;
334
- transform: translateY(-50%);
335
- }
336
- &:focus {
337
- color: #FFF;
338
- background: none;
339
- }
340
- }
341
- }
342
- a {
343
- font-size: 18px;
344
- color: #FFF;
345
- padding: 13px 16px;
346
- }
347
- }
163
+ .app-list div {
164
+ padding: 6px 10px;
165
+ }
166
+ .app-list div:first-child{
167
+ border-bottom: 1px solid #ccc;
168
+ }
169
+ .app-input .datepicker-input[readonly] {
170
+ border: none;
171
+ background: none;
172
+ }
173
+ div[contenteditable=true]{
174
+ height: 80px;
175
+ width: 100%;
176
+ outline: none;
177
+ padding: 8px;
178
+ overflow: scroll;
348
179
  }
349
- }
350
-
351
- // 从app中考出
352
- .no-close .nav-tabs a {
353
- padding: 5px 12px;
354
- }
355
- /* checkbox和radio的样式 */
356
- .magic-radio,
357
- .magic-checkbox {
358
- position: absolute;
359
- display: none;
360
- }
361
-
362
- .magic-radio[disabled],
363
- .magic-checkbox[disabled] {
364
- cursor: not-allowed;
365
- }
366
-
367
- .magic-radio + label,
368
- .magic-checkbox + label {
369
- position: relative;
370
- display: block;
371
- padding-left: 30px;
372
- cursor: pointer;
373
- vertical-align: middle;
374
- text-align: left;
375
- }
376
-
377
- .magic-radio + label:hover:before,
378
- .magic-checkbox + label:hover:before {
379
- animation-duration: 0.4s;
380
- animation-fill-mode: both;
381
- animation-name: hover-color;
382
- }
383
-
384
- .magic-radio + label:before,
385
- .magic-checkbox + label:before {
386
- position: absolute;
387
- top: 0;
388
- left: 0;
389
- display: inline-block;
390
- width: 20px;
391
- height: 20px;
392
- content: '';
393
- border: 1px solid #c0c0c0;
394
- }
395
-
396
- .magic-radio + label:after,
397
- .magic-checkbox + label:after {
398
- position: absolute;
399
- display: none;
400
- content: '';
401
- }
402
-
403
- .magic-radio[disabled] + label,
404
- .magic-checkbox[disabled] + label {
405
- cursor: not-allowed;
406
- color: #e4e4e4;
407
- }
408
-
409
- .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
410
- .magic-checkbox[disabled] + label:hover,
411
- .magic-checkbox[disabled] + label:before,
412
- .magic-checkbox[disabled] + label:after {
413
- cursor: not-allowed;
414
- }
415
-
416
- .magic-radio[disabled] + label:hover:before,
417
- .magic-checkbox[disabled] + label:hover:before {
418
- border: 1px solid #e4e4e4;
419
- animation-name: none;
420
- }
421
-
422
- .magic-radio[disabled] + label:before,
423
- .magic-checkbox[disabled] + label:before {
424
- border-color: #e4e4e4;
425
- }
426
-
427
- .magic-radio:checked + label:before,
428
- .magic-checkbox:checked + label:before {
429
- animation-name: none;
430
- }
431
-
432
- .magic-radio:checked + label:after,
433
- .magic-checkbox:checked + label:after {
434
- display: block;
435
- }
436
-
437
- .magic-radio + label:before {
438
- border-radius: 50%;
439
- }
440
-
441
- .magic-radio + label:after {
442
- top: 4px;
443
- left: 4px;
444
- width: 12px;
445
- height: 12px;
446
- border-radius: 50%;
447
- background: #7697c4;
448
- }
449
-
450
- .magic-radio:checked + label:before {
451
- border: 2px solid #7697c4;
452
- }
453
-
454
- .magic-radio:checked[disabled] + label:before {
455
- border: 2px solid #c9e2f9;
456
- }
457
-
458
- /*.magic-radio:checked[disabled] + label:after {
459
- background: #c9e2f9; }*/
460
-
461
- .magic-checkbox + label:before {
462
- border-radius: 3px;
463
- }
464
-
465
- .magic-checkbox + label:after {
466
- top: 2px;
467
- left: 7px;
468
- box-sizing: border-box;
469
- width: 6px;
470
- height: 12px;
471
- transform: rotate(45deg);
472
- border-width: 2px;
473
- border-style: solid;
474
- border-color: #fff;
475
- border-top: 0;
476
- border-left: 0;
477
- }
478
-
479
- .magic-checkbox:checked + label:before {
480
- border: #7697c4;
481
- background: #7697c4;
482
- }
483
-
484
- .magic-checkbox:checked[disabled] + label:before {
485
- border: #c9e2f9;
486
- background: #c9e2f9;
487
- }
488
- /* 滚动条样式 */
489
- /*---滚动条默认显示样式--*/
490
- ::-webkit-scrollbar-thumb{
491
- // display: none;
492
- background-color:rgba(0,0,0,0.2);
493
- height:50px;
494
- outline-offset:-2px;
495
- /*outline:2px solid #fff;*/
496
- -webkit-border-radius:4px;
497
- /*border: 2px solid #fff;*/
498
- }
499
180
 
500
- /*---鼠标点击滚动条显示样式--*/
501
- ::-webkit-scrollbar-thumb:hover{
502
- // display: inherit;
503
- background-color:rgba(0,0,0,0.4);
504
- height:50px;
505
- -webkit-border-radius:4px;
506
- }
507
- /*---滚动条大小--*/
508
- ::-webkit-scrollbar{
509
- width:8px;
510
- height:8px;
511
- }
512
- /*---滚动框背景样式--*/
513
- ::-webkit-scrollbar-track-piece{
514
- /* 全透明,不显示 */
515
- background-color:rgba(255,255,255,0);
516
- -webkit-border-radius:0;
517
- }
518
- /* 表单内输入框 */
519
- .form-input-group-large {
520
- display: -webkit-box;
521
- display: -webkit-flex;
522
- display: -ms-flexbox;
523
- display: flex;
524
- label {
525
- width: 110px;
526
- //padding-top: 6px;
527
- text-align: right;
528
- + * {
529
- -webkit-box-flex:1;
530
- -webkit-flex:1;
531
- -ms-flexbox-flex:1;
532
- flex: 1;
533
- box-sizing: border-box;
534
- vertical-align:middle;
535
- }
181
+ .flex-between {
182
+ display: flex;
183
+ justify-content: space-between;
184
+ align-items: center;
536
185
  }
537
- }
538
- .form-input-group {
539
- display: -webkit-box;
540
- display: -webkit-flex;
541
- display: -ms-flexbox;
542
- display: flex;
543
- label {
544
- width: 110px;
545
- // padding-top: 6px;
546
- text-align: right;
547
- + * {
548
- -webkit-box-flex:1;
549
- -webkit-flex:1;
550
- -ms-flexbox-flex:1;
551
- flex: 1;
552
- box-sizing: border-box;
553
- vertical-align:middle;
554
- }
186
+ .flex-between span {
187
+ padding-right: 10px;
555
188
  }
556
- }
557
- .form-input-group-small {
558
- display: -webkit-box;
559
- display: -webkit-flex;
560
- display: -ms-flexbox;
561
- display: flex;
562
- label {
563
- width: 110px;
564
- //padding-top: 6px;
565
- text-align: right;
566
- + * {
567
- -webkit-box-flex:1;
568
- -webkit-flex:1;
569
- -ms-flexbox-flex:1;
570
- flex: 1;
571
- box-sizing: border-box;
572
- vertical-align:middle;
573
- }
189
+ .flex-full {
190
+ flex: 1;
574
191
  }
575
- }
576
- .bg-white {
577
- background-color: white;
578
- }
579
- .mgb-5 {
580
- margin-bottom: 5px;
581
- }
582
- .pdl-12 {
583
- padding-left: 12px;
584
- }
585
- // 字体加粗
586
- .fwb {
587
- font-weight: bold;
588
- }
589
- // 浮动右对齐
590
- .fr {
591
- float: right;
592
- }
593
- .pl-12 {
594
- padding-left: 12px;
595
- }
596
- .p-10 {
597
- padding: 10px;
598
- }
599
- .pt-8 {
600
- padding-top: 8px;
601
- }
602
- // 下拉选择框占据剩余全部空间
603
- .select-overspread {
604
- .form-group {
605
- // margin: 0px 5px 10px 0px;
606
- .form-control {
607
- margin-right: 0px;
608
- }
192
+ /* app卡片样式 */
193
+ .app-preview {
194
+ position: relative;
195
+ background-color: #FFF;
196
+ height: auto;
609
197
  }
610
- .btn-group, .btn-group-vertical {
611
- width: 100%;
612
- // padding-right: 5px;
613
- button {
614
- width: 100%;
615
- display: flex;
616
- justify-content: space-between;
617
- align-items: center;
618
- }
198
+ .app-preview > .head > * {
199
+ padding: 0px;
200
+ margin: 0px;
619
201
  }
620
- .dropdown-menu {
621
- min-width: 100%
202
+ .app-preview > .head {
203
+ display: flex;
204
+ justify-content: space-between;
205
+ padding: 10px 15px;
206
+ line-height: 2.5em;
207
+ border-bottom: 1px solid #D5D5D6;
622
208
  }
623
- }
624
- .app-bg {
625
- background: #F5F5F5;
626
- }
627
- .app-input {
628
- background: #FFF;
629
- border-bottom: 1px solid #ccc;
630
- }
631
- .app-input input, .app-input label {
632
- padding: 8px 10px;
633
- border: none;
634
- outline: none;
635
- margin: 0px;
636
- }
637
- .app-textarea {
638
- display: block;
639
- padding: 10px 15px;
640
- border: 0;
641
- resize: none;
642
- width: 100%;
643
- color: inherit;
644
- font-size: 1em;
645
- line-height: inherit;
646
- outline: 0;
647
- }
648
- .app-cells {
649
- height: auto;
650
- background-color: #FFFFFF;
651
- font-size: 1.2em;
652
- overflow: hidden;
653
- position: relative;
654
- }
655
- .app-cells label {
656
- padding: 10px;
657
- margin: 0px;
658
- color: #999999;
659
- font-weight: normal;
660
- }
661
- .app-cells * + * {
662
- border-top: 1px solid #D5D5D6;
663
- }
664
- .app-btn {
665
- display: flex;
666
- width: 100%;
667
- }
668
- .app-btn button{
669
- flex: 1;
670
- border-radius: 17px;
671
- margin: 10px;
672
- }
673
- .app-btn button:focus, .app-btn button::selection {
674
- outline: none;
675
- }
676
- .app-list {
677
- margin-top: 8px;
678
- background: #FFF;
679
- }
680
- .app-list div {
681
- padding: 6px 10px;
682
- }
683
- .app-list div:first-child{
684
- border-bottom: 1px solid #ccc;
685
- }
686
- .app-input .datepicker-input[readonly] {
687
- border: none;
688
- background: none;
689
- }
690
- div[contenteditable=true]{
691
- height: 80px;
692
- width: 100%;
693
- outline: none;
694
- padding: 8px;
695
- overflow: scroll;
696
- }
697
-
698
- .flex-between {
699
- display: flex;
700
- justify-content: space-between;
701
- align-items: center;
702
- }
703
- .flex-between span {
704
- padding-right: 10px;
705
- }
706
- .flex-full {
707
- flex: 1;
708
- }
709
- /* app卡片样式 */
710
- .app-preview {
711
- position: relative;
712
- background-color: #FFF;
713
- height: auto;
714
- }
715
- .app-preview > .head > * {
716
- padding: 0px;
717
- margin: 0px;
718
- }
719
- .app-preview > .head {
720
- display: flex;
721
- justify-content: space-between;
722
- padding: 10px 15px;
723
- line-height: 2.5em;
724
- border-bottom: 1px solid #D5D5D6;
725
- }
726
- .app-preview-btn-default {
727
- color: #999999;
728
- }
729
- .app-preview-btn-success {
730
- color: #3CC51F;
731
- }
732
- .app-preview > .body {
733
- padding: 10px 15px;
734
- border-bottom: 1px solid #D5D5D6;
735
-
736
- }
737
- .app-preview > .body > div > label {
738
- text-align: justify;
739
- text-align-last: justify;
740
- min-width: 70px;
741
- }
742
- .app-preview > .foot {
743
- display: flex;
744
- height: 50px;
745
- }
746
- .app-preview > .foot > * {
747
- flex: 1;
748
- display: block;
749
- flex: 1;
750
-
751
- text-align: center;
752
- }
753
- .app-preview > .foot > * + * {
754
- border-left: 1px solid #D5D5D6;
755
- }
756
- // 为工单列表样式
757
- .compatible {
758
- padding: 8px;
759
- }
760
- .compatible .form-input-group {
761
- margin: 3px 0px;
762
- padding: 0 8px;
763
- }
764
- @media screen and (min-width:992px) {
765
- .hd-disappear{
766
- display: none;
209
+ .app-preview-btn-default {
210
+ color: #999999;
767
211
  }
768
- }
212
+ .app-preview-btn-success {
213
+ color: #3CC51F;
214
+ }
215
+ .app-preview > .body {
216
+ padding: 10px 15px;
217
+ border-bottom: 1px solid #D5D5D6;
769
218
 
770
- #work-history ul {
771
- padding: 0px;
772
- }
219
+ }
220
+ .app-preview > .body > div > label {
221
+ text-align: justify;
222
+ text-align-last: justify;
223
+ min-width: 70px;
224
+ }
225
+ .app-preview > .foot {
226
+ display: flex;
227
+ height: 50px;
228
+ }
229
+ .app-preview > .foot > * {
230
+ flex: 1;
231
+ display: block;
232
+ flex: 1;
773
233
 
774
- // 从order文件夹拷贝
775
- // 为blockquote写的通用样式
776
- // 大背景
777
- .repair-bg {
778
- background: #DBDBDB;
779
- }
780
- // 头部信息提示
781
- .bq-parent {
782
- height: auto;
783
- background: #FFF;
784
- padding: 10px 15px;
785
- >blockquote {
786
- padding: 0px;
787
- padding-left: 8px;
788
- margin: 0px;
789
- font-size: 18px;
790
- font-weight: bold;
791
- border-left-color: #4C647A;
234
+ text-align: center;
792
235
  }
793
- }
794
- // 为移动端提供左侧修饰性边框
795
- .lb-left {
796
- padding-left: 8px;
797
- border: none;
798
- border-left: 5px solid #A2C2EB;
799
- }
800
- // 内容块
801
- .repair-info-content {
802
- margin: 15px;
803
- background: #FFF;
804
- border-radius: 5px;
805
- }
806
- @media screen and (max-width:768px) {
807
- .repair-info-content {
808
- margin: 0px;
236
+ .app-preview > .foot > * + * {
237
+ border-left: 1px solid #D5D5D6;
238
+ }
239
+ // 为工单列表样式
240
+ .compatible {
809
241
  padding: 8px;
810
- background: #FFF;
811
- border-radius: 0px;
812
242
  }
813
- }
814
- // 为a标签:berfor伪元素写的通用样式
815
- .tab-befor-img (@url) {
816
- content: '';
817
- background-image: url("@{url}");
818
- background-size: 30px;
819
- display: inline-block;
820
- margin-right: 8px;
821
- height: 30px;
822
- width: 30px;
823
- vertical-align: -35%;
824
- }
825
- .android-repair-order {
826
- > div {
827
- > ul {
828
- background: #4C647A;
829
- overflow: auto;
830
- li {
831
- display: block;
832
- width: 100%;
243
+ .compatible .form-input-group {
244
+ margin: 3px 0px;
245
+ padding: 0 8px;
246
+ }
247
+ @media screen and (min-width:992px) {
248
+ .hd-disappear{
249
+ display: none;
250
+ }
251
+ }
252
+
253
+ #work-history ul {
254
+ padding: 0px;
255
+ }
256
+
257
+ // 从order文件夹拷贝
258
+ // 为blockquote写的通用样式
259
+ // 大背景
260
+ .repair-bg {
261
+ background: #DBDBDB;
262
+ }
263
+ // 头部信息提示
264
+ .bq-parent {
265
+ height: auto;
266
+ background: #FFF;
267
+ padding: 10px 15px;
268
+ >blockquote {
269
+ padding: 0px;
270
+ padding-left: 8px;
271
+ margin: 0px;
272
+ font-size: 18px;
273
+ font-weight: bold;
274
+ border-left-color: #4C647A;
833
275
  }
834
- > .active {
835
- a {
836
- background: #7599C4!important;
837
- color: #FFF!important;
838
- border: none;
839
- display: block;
840
- font-weight: bold;
841
- &::after {
842
- content: "";
843
- width: 0px;
844
- height: 0px;
845
- border-width: 8px 8px 8px 0px;
846
- border-color: transparent #FFF;
847
- border-style: solid;
848
- position: absolute;
849
- right: 0;
850
- top: 50%;
851
- transform: translateY(-50%);
276
+ }
277
+ // 为移动端提供左侧修饰性边框
278
+ .lb-left {
279
+ padding-left: 8px;
280
+ border: none;
281
+ border-left: 5px solid #A2C2EB;
282
+ }
283
+ // 内容块
284
+ .repair-info-content {
285
+ margin: 15px;
286
+ background: #FFF;
287
+ border-radius: 5px;
288
+ }
289
+ @media screen and (max-width:768px) {
290
+ .repair-info-content {
291
+ margin: 0px;
292
+ padding: 8px;
293
+ background: #FFF;
294
+ border-radius: 0px;
295
+ }
296
+ }
297
+ // 为a标签:berfor伪元素写的通用样式
298
+ .tab-befor-img (@url) {
299
+ content: '';
300
+ background-image: url("@{url}");
301
+ background-size: 30px;
302
+ display: inline-block;
303
+ margin-right: 8px;
304
+ height: 30px;
305
+ width: 30px;
306
+ vertical-align: -35%;
307
+ }
308
+ .android-repair-order {
309
+ > div {
310
+ > ul {
311
+ background: #4C647A;
312
+ overflow: auto;
313
+ li {
314
+ display: block;
315
+ width: 100%;
316
+ }
317
+ > .active {
318
+ a {
319
+ background: #7599C4!important;
320
+ color: #FFF!important;
321
+ border: none;
322
+ display: block;
323
+ font-weight: bold;
324
+ &::after {
325
+ content: "";
326
+ width: 0px;
327
+ height: 0px;
328
+ border-width: 8px 8px 8px 0px;
329
+ border-color: transparent #FFF;
330
+ border-style: solid;
331
+ position: absolute;
332
+ right: 0;
333
+ top: 50%;
334
+ transform: translateY(-50%);
335
+ }
336
+ &:focus {
337
+ color: #FFF;
338
+ background: none;
339
+ }
340
+ }
852
341
  }
853
- &:focus {
342
+ a {
343
+ font-size: 18px;
854
344
  color: #FFF;
855
- background: none;
345
+ padding: 13px 16px;
856
346
  }
857
347
  }
858
348
  }
859
- a {
860
- font-size: 18px;
861
- color: #FFF;
862
- padding: 13px 16px;
863
- }
864
349
  }
865
- }
866
- }
867
350
 
868
- // 从app中考出
869
- .no-close .nav-tabs a {
870
- padding: 5px 12px;
871
- }
872
- /* checkbox和radio的样式 */
873
- .magic-radio,
874
- .magic-checkbox {
875
- position: absolute;
876
- display: none;
877
- }
351
+ // 从app中考出
352
+ .no-close .nav-tabs a {
353
+ padding: 5px 12px;
354
+ }
355
+ /* checkbox和radio的样式 */
356
+ .magic-radio,
357
+ .magic-checkbox {
358
+ position: absolute;
359
+ display: none;
360
+ }
878
361
 
879
- .magic-radio[disabled],
880
- .magic-checkbox[disabled] {
881
- cursor: not-allowed;
882
- }
362
+ .magic-radio[disabled],
363
+ .magic-checkbox[disabled] {
364
+ cursor: not-allowed;
365
+ }
883
366
 
884
- .magic-radio + label,
885
- .magic-checkbox + label {
886
- position: relative;
887
- display: block;
888
- padding-left: 30px;
889
- cursor: pointer;
890
- vertical-align: middle;
891
- text-align: left;
892
- }
367
+ .magic-radio + label,
368
+ .magic-checkbox + label {
369
+ position: relative;
370
+ display: block;
371
+ padding-left: 30px;
372
+ cursor: pointer;
373
+ vertical-align: middle;
374
+ text-align: left;
375
+ }
893
376
 
894
- .magic-radio + label:hover:before,
895
- .magic-checkbox + label:hover:before {
896
- animation-duration: 0.4s;
897
- animation-fill-mode: both;
898
- animation-name: hover-color;
899
- }
377
+ .magic-radio + label:hover:before,
378
+ .magic-checkbox + label:hover:before {
379
+ animation-duration: 0.4s;
380
+ animation-fill-mode: both;
381
+ animation-name: hover-color;
382
+ }
900
383
 
901
- .magic-radio + label:before,
902
- .magic-checkbox + label:before {
903
- position: absolute;
904
- top: 0;
905
- left: 0;
906
- display: inline-block;
907
- width: 20px;
908
- height: 20px;
909
- content: '';
910
- border: 1px solid #c0c0c0;
911
- }
384
+ .magic-radio + label:before,
385
+ .magic-checkbox + label:before {
386
+ position: absolute;
387
+ top: 0;
388
+ left: 0;
389
+ display: inline-block;
390
+ width: 20px;
391
+ height: 20px;
392
+ content: '';
393
+ border: 1px solid #c0c0c0;
394
+ }
912
395
 
913
- .magic-radio + label:after,
914
- .magic-checkbox + label:after {
915
- position: absolute;
916
- display: none;
917
- content: '';
918
- }
396
+ .magic-radio + label:after,
397
+ .magic-checkbox + label:after {
398
+ position: absolute;
399
+ display: none;
400
+ content: '';
401
+ }
919
402
 
920
- .magic-radio[disabled] + label,
921
- .magic-checkbox[disabled] + label {
922
- cursor: not-allowed;
923
- color: #e4e4e4;
924
- }
403
+ .magic-radio[disabled] + label,
404
+ .magic-checkbox[disabled] + label {
405
+ cursor: not-allowed;
406
+ color: #e4e4e4;
407
+ }
925
408
 
926
- .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
927
- .magic-checkbox[disabled] + label:hover,
928
- .magic-checkbox[disabled] + label:before,
929
- .magic-checkbox[disabled] + label:after {
930
- cursor: not-allowed;
931
- }
409
+ .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
410
+ .magic-checkbox[disabled] + label:hover,
411
+ .magic-checkbox[disabled] + label:before,
412
+ .magic-checkbox[disabled] + label:after {
413
+ cursor: not-allowed;
414
+ }
932
415
 
933
- .magic-radio[disabled] + label:hover:before,
934
- .magic-checkbox[disabled] + label:hover:before {
935
- border: 1px solid #e4e4e4;
936
- animation-name: none;
937
- }
416
+ .magic-radio[disabled] + label:hover:before,
417
+ .magic-checkbox[disabled] + label:hover:before {
418
+ border: 1px solid #e4e4e4;
419
+ animation-name: none;
420
+ }
938
421
 
939
- .magic-radio[disabled] + label:before,
940
- .magic-checkbox[disabled] + label:before {
941
- border-color: #e4e4e4;
942
- }
422
+ .magic-radio[disabled] + label:before,
423
+ .magic-checkbox[disabled] + label:before {
424
+ border-color: #e4e4e4;
425
+ }
943
426
 
944
- .magic-radio:checked + label:before,
945
- .magic-checkbox:checked + label:before {
946
- animation-name: none;
947
- }
427
+ .magic-radio:checked + label:before,
428
+ .magic-checkbox:checked + label:before {
429
+ animation-name: none;
430
+ }
948
431
 
949
- .magic-radio:checked + label:after,
950
- .magic-checkbox:checked + label:after {
951
- display: block;
952
- }
432
+ .magic-radio:checked + label:after,
433
+ .magic-checkbox:checked + label:after {
434
+ display: block;
435
+ }
953
436
 
954
- .magic-radio + label:before {
955
- border-radius: 50%;
956
- }
437
+ .magic-radio + label:before {
438
+ border-radius: 50%;
439
+ }
957
440
 
958
- .magic-radio + label:after {
959
- top: 4px;
960
- left: 4px;
961
- width: 12px;
962
- height: 12px;
963
- border-radius: 50%;
964
- background: #7697c4;
965
- }
441
+ .magic-radio + label:after {
442
+ top: 4px;
443
+ left: 4px;
444
+ width: 12px;
445
+ height: 12px;
446
+ border-radius: 50%;
447
+ background: #7697c4;
448
+ }
966
449
 
967
- .magic-radio:checked + label:before {
968
- border: 2px solid #7697c4;
969
- }
450
+ .magic-radio:checked + label:before {
451
+ border: 2px solid #7697c4;
452
+ }
970
453
 
971
- .magic-radio:checked[disabled] + label:before {
972
- border: 2px solid #c9e2f9;
973
- }
454
+ .magic-radio:checked[disabled] + label:before {
455
+ border: 2px solid #c9e2f9;
456
+ }
974
457
 
975
- /*.magic-radio:checked[disabled] + label:after {
976
- background: #c9e2f9; }*/
458
+ /*.magic-radio:checked[disabled] + label:after {
459
+ background: #c9e2f9; }*/
977
460
 
978
- .magic-checkbox + label:before {
979
- border-radius: 3px;
980
- }
461
+ .magic-checkbox + label:before {
462
+ border-radius: 3px;
463
+ }
981
464
 
982
- .magic-checkbox + label:after {
983
- top: 2px;
984
- left: 7px;
985
- box-sizing: border-box;
986
- width: 6px;
987
- height: 12px;
988
- transform: rotate(45deg);
989
- border-width: 2px;
990
- border-style: solid;
991
- border-color: #fff;
992
- border-top: 0;
993
- border-left: 0;
994
- }
465
+ .magic-checkbox + label:after {
466
+ top: 2px;
467
+ left: 7px;
468
+ box-sizing: border-box;
469
+ width: 6px;
470
+ height: 12px;
471
+ transform: rotate(45deg);
472
+ border-width: 2px;
473
+ border-style: solid;
474
+ border-color: #fff;
475
+ border-top: 0;
476
+ border-left: 0;
477
+ }
995
478
 
996
- .magic-checkbox:checked + label:before {
997
- border: #7697c4;
998
- background: #7697c4;
999
- }
479
+ .magic-checkbox:checked + label:before {
480
+ border: #7697c4;
481
+ background: #7697c4;
482
+ }
1000
483
 
1001
- .magic-checkbox:checked[disabled] + label:before {
1002
- border: #c9e2f9;
1003
- background: #c9e2f9;
1004
- }
1005
- /* 滚动条样式 */
1006
- /*---滚动条默认显示样式--*/
1007
- ::-webkit-scrollbar-thumb{
1008
- // display: none;
1009
- background-color:rgba(0,0,0,0.2);
1010
- height:50px;
1011
- outline-offset:-2px;
1012
- /*outline:2px solid #fff;*/
1013
- -webkit-border-radius:4px;
1014
- /*border: 2px solid #fff;*/
1015
- }
484
+ .magic-checkbox:checked[disabled] + label:before {
485
+ border: #c9e2f9;
486
+ background: #c9e2f9;
487
+ }
488
+ /* 滚动条样式 */
489
+ /*---滚动条默认显示样式--*/
490
+ ::-webkit-scrollbar-thumb{
491
+ // display: none;
492
+ background-color:rgba(0,0,0,0.2);
493
+ height:50px;
494
+ outline-offset:-2px;
495
+ /*outline:2px solid #fff;*/
496
+ -webkit-border-radius:4px;
497
+ /*border: 2px solid #fff;*/
498
+ }
1016
499
 
1017
- /*---鼠标点击滚动条显示样式--*/
1018
- ::-webkit-scrollbar-thumb:hover{
1019
- // display: inherit;
1020
- background-color:rgba(0,0,0,0.4);
1021
- height:50px;
1022
- -webkit-border-radius:4px;
1023
- }
1024
- /*---滚动条大小--*/
1025
- ::-webkit-scrollbar{
1026
- width:8px;
1027
- height:8px;
1028
- }
1029
- /*---滚动框背景样式--*/
1030
- ::-webkit-scrollbar-track-piece{
1031
- /* 全透明,不显示 */
1032
- background-color:rgba(255,255,255,0);
1033
- -webkit-border-radius:0;
1034
- }
500
+ /*---鼠标点击滚动条显示样式--*/
501
+ ::-webkit-scrollbar-thumb:hover{
502
+ // display: inherit;
503
+ background-color:rgba(0,0,0,0.4);
504
+ height:50px;
505
+ -webkit-border-radius:4px;
506
+ }
507
+ /*---滚动条大小--*/
508
+ ::-webkit-scrollbar{
509
+ width:8px;
510
+ height:8px;
511
+ }
512
+ /*---滚动框背景样式--*/
513
+ ::-webkit-scrollbar-track-piece{
514
+ /* 全透明,不显示 */
515
+ background-color:rgba(255,255,255,0);
516
+ -webkit-border-radius:0;
517
+ }