apply-clients 3.3.217 → 3.4.2

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 (121) hide show
  1. package/android.html +23 -23
  2. package/build/css-loaders.js +34 -0
  3. package/build/dev-android.js +101 -0
  4. package/build/dev-client.js +8 -0
  5. package/build/dev-server-app.js +76 -0
  6. package/build/dev-server.js +119 -0
  7. package/build/example-server.js +80 -0
  8. package/build/release.sh +28 -0
  9. package/build/utils.js +80 -0
  10. package/build/webpack.base.conf.js +84 -0
  11. package/build/webpack.baseandroid.conf.js +84 -0
  12. package/build/webpack.dev.conf.js +39 -0
  13. package/build/webpack.devandroid.conf.js +34 -0
  14. package/build/webpack.example.conf.js +49 -0
  15. package/build/webpack.prod.conf.js +60 -0
  16. package/build/webpack.prodandroid.conf.js +60 -0
  17. package/build/webpack.test.conf.js +31 -0
  18. package/index.html +33 -33
  19. package/package.json +3 -3
  20. package/src/AndroidApp.vue +35 -30
  21. package/src/App.vue +20 -20
  22. package/src/android.js +21 -21
  23. package/src/apply.js +81 -90
  24. package/src/applyAndroid.js +32 -53
  25. package/src/components/android/AppOnetomany.vue +301 -285
  26. package/src/components/android/AppServiceView.vue +566 -570
  27. package/src/components/android/AppSign.vue +142 -142
  28. package/src/components/android/AppTakePic.vue +143 -144
  29. package/src/components/android/Process/AppExplorationUser.vue +320 -270
  30. package/src/components/android/Process/AppServiceControl.vue +757 -686
  31. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
  32. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
  33. package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
  34. package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
  35. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
  36. package/src/components/android/TaskGraph.vue +125 -0
  37. package/src/components/build/Install/ExplorationUser.vue +304 -0
  38. package/src/components/build/Install/Process/zhongran/ZR_Design.vue +537 -0
  39. package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
  40. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  41. package/src/components/product/Function/InstallFunction.vue +125 -122
  42. package/src/components/product/Function/InstallInfoSelect.vue +292 -318
  43. package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
  44. package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
  45. package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
  46. package/src/components/product/Function/functions/StopInstall.vue +106 -0
  47. package/src/components/product/Onetomany.vue +377 -296
  48. package/src/components/product/Order/OrderApply.vue +30 -30
  49. package/src/components/product/Order/OrderApplyList.vue +78 -67
  50. package/src/components/product/Order/OrderMessage.vue +11 -87
  51. package/src/components/product/Process/ExplorationSelect.vue +410 -369
  52. package/src/components/product/Process/ExplorationUser.vue +138 -128
  53. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
  54. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  55. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  56. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  57. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  58. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  59. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
  60. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
  61. package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
  62. package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
  63. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  64. package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
  65. package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
  66. package/src/components/product/ServiceView.vue +631 -741
  67. package/src/components/product/Stop/StopApply.vue +103 -103
  68. package/src/components/product/Stop/StopApplyList.vue +269 -254
  69. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
  70. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
  71. package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
  72. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
  73. package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
  74. package/src/components/product/VueUtils/HighMeter.vue +208 -0
  75. package/src/expandcssAndroid.less +1034 -517
  76. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +731 -414
  77. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -456
  78. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -0
  79. package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -0
  80. package/src/{components/android/Process/Processes/AppBuildSign.vue → filiale/yuchuan/android/Sign/BuildSign.vue} +50 -47
  81. package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -0
  82. package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -0
  83. package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -0
  84. package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -0
  85. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
  86. package/src/filiale/yuchuan/android.js +14 -8
  87. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
  88. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  89. package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
  90. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -131
  91. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -0
  92. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -0
  93. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -0
  94. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
  95. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1074 -517
  96. package/src/filiale/yuchuan/pc.js +12 -13
  97. package/src/main.js +23 -23
  98. package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
  99. package/src/components/android/Function/AppInstallFunction.vue +0 -330
  100. package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
  101. package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
  102. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
  103. package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
  104. package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
  105. package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
  106. package/src/components/image/dwg.jpg +0 -0
  107. package/src/components/image/yasuobao.jpg +0 -0
  108. package/src/components/product/Function/Inform.vue +0 -73
  109. package/src/components/product/Function/MarketSurvey.vue +0 -81
  110. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  111. package/src/components/product/Process/ShowBackReason.vue +0 -33
  112. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  113. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  114. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  115. package/src/components/product/VueUtils/Tree.vue +0 -330
  116. package/src/filiale/wuan/android.js +0 -0
  117. package/src/filiale/wuan/pc.js +0 -4
  118. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  119. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  120. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  121. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -1,517 +1,1034 @@
1
- /* 表单内输入框 */
2
- .form-input-group-large {
3
- display: -webkit-box;
4
- display: -webkit-flex;
5
- display: -ms-flexbox;
6
- display: flex;
7
- label {
8
- width: 110px;
9
- //padding-top: 6px;
10
- text-align: right;
11
- + * {
12
- -webkit-box-flex:1;
13
- -webkit-flex:1;
14
- -ms-flexbox-flex:1;
15
- flex: 1;
16
- box-sizing: border-box;
17
- vertical-align:middle;
18
- }
19
- }
20
- }
21
- .form-input-group {
22
- display: -webkit-box;
23
- display: -webkit-flex;
24
- display: -ms-flexbox;
25
- display: flex;
26
- label {
27
- width: 110px;
28
- // padding-top: 6px;
29
- text-align: right;
30
- + * {
31
- -webkit-box-flex:1;
32
- -webkit-flex:1;
33
- -ms-flexbox-flex:1;
34
- flex: 1;
35
- box-sizing: border-box;
36
- vertical-align:middle;
37
- }
38
- }
39
- }
40
- .form-input-group-small {
41
- display: -webkit-box;
42
- display: -webkit-flex;
43
- display: -ms-flexbox;
44
- display: flex;
45
- label {
46
- width: 110px;
47
- //padding-top: 6px;
48
- text-align: right;
49
- + * {
50
- -webkit-box-flex:1;
51
- -webkit-flex:1;
52
- -ms-flexbox-flex:1;
53
- flex: 1;
54
- box-sizing: border-box;
55
- vertical-align:middle;
56
- }
57
- }
58
- }
59
- .bg-white {
60
- background-color: white;
61
- }
62
- .mgb-5 {
63
- margin-bottom: 5px;
64
- }
65
- .pdl-12 {
66
- padding-left: 12px;
67
- }
68
- // 字体加粗
69
- .fwb {
70
- font-weight: bold;
71
- }
72
- // 浮动右对齐
73
- .fr {
74
- float: right;
75
- }
76
- .pl-12 {
77
- padding-left: 12px;
78
- }
79
- .p-10 {
80
- padding: 10px;
81
- }
82
- .pt-8 {
83
- padding-top: 8px;
84
- }
85
- // 下拉选择框占据剩余全部空间
86
- .select-overspread {
87
- .form-group {
88
- // margin: 0px 5px 10px 0px;
89
- .form-control {
90
- margin-right: 0px;
91
- }
92
- }
93
- .btn-group, .btn-group-vertical {
94
- width: 100%;
95
- // padding-right: 5px;
96
- button {
97
- width: 100%;
98
- display: flex;
99
- justify-content: space-between;
100
- align-items: center;
101
- }
102
- }
103
- .dropdown-menu {
104
- min-width: 100%
105
- }
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;
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;
275
- }
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
- }
341
- }
342
- a {
343
- font-size: 18px;
344
- color: #FFF;
345
- padding: 13px 16px;
346
- }
347
- }
348
- }
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
-
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
- }
1
+ /* 表单内输入框 */
2
+ .form-input-group-large {
3
+ display: -webkit-box;
4
+ display: -webkit-flex;
5
+ display: -ms-flexbox;
6
+ display: flex;
7
+ label {
8
+ width: 110px;
9
+ //padding-top: 6px;
10
+ text-align: right;
11
+ + * {
12
+ -webkit-box-flex:1;
13
+ -webkit-flex:1;
14
+ -ms-flexbox-flex:1;
15
+ flex: 1;
16
+ box-sizing: border-box;
17
+ vertical-align:middle;
18
+ }
19
+ }
20
+ }
21
+ .form-input-group {
22
+ display: -webkit-box;
23
+ display: -webkit-flex;
24
+ display: -ms-flexbox;
25
+ display: flex;
26
+ label {
27
+ width: 110px;
28
+ // padding-top: 6px;
29
+ text-align: right;
30
+ + * {
31
+ -webkit-box-flex:1;
32
+ -webkit-flex:1;
33
+ -ms-flexbox-flex:1;
34
+ flex: 1;
35
+ box-sizing: border-box;
36
+ vertical-align:middle;
37
+ }
38
+ }
39
+ }
40
+ .form-input-group-small {
41
+ display: -webkit-box;
42
+ display: -webkit-flex;
43
+ display: -ms-flexbox;
44
+ display: flex;
45
+ label {
46
+ width: 110px;
47
+ //padding-top: 6px;
48
+ text-align: right;
49
+ + * {
50
+ -webkit-box-flex:1;
51
+ -webkit-flex:1;
52
+ -ms-flexbox-flex:1;
53
+ flex: 1;
54
+ box-sizing: border-box;
55
+ vertical-align:middle;
56
+ }
57
+ }
58
+ }
59
+ .bg-white {
60
+ background-color: white;
61
+ }
62
+ .mgb-5 {
63
+ margin-bottom: 5px;
64
+ }
65
+ .pdl-12 {
66
+ padding-left: 12px;
67
+ }
68
+ // 字体加粗
69
+ .fwb {
70
+ font-weight: bold;
71
+ }
72
+ // 浮动右对齐
73
+ .fr {
74
+ float: right;
75
+ }
76
+ .pl-12 {
77
+ padding-left: 12px;
78
+ }
79
+ .p-10 {
80
+ padding: 10px;
81
+ }
82
+ .pt-8 {
83
+ padding-top: 8px;
84
+ }
85
+ // 下拉选择框占据剩余全部空间
86
+ .select-overspread {
87
+ .form-group {
88
+ // margin: 0px 5px 10px 0px;
89
+ .form-control {
90
+ margin-right: 0px;
91
+ }
92
+ }
93
+ .btn-group, .btn-group-vertical {
94
+ width: 100%;
95
+ // padding-right: 5px;
96
+ button {
97
+ width: 100%;
98
+ display: flex;
99
+ justify-content: space-between;
100
+ align-items: center;
101
+ }
102
+ }
103
+ .dropdown-menu {
104
+ min-width: 100%
105
+ }
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;
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;
275
+ }
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
+ }
341
+ }
342
+ a {
343
+ font-size: 18px;
344
+ color: #FFF;
345
+ padding: 13px 16px;
346
+ }
347
+ }
348
+ }
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
+
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
+ }
536
+ }
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
+ }
555
+ }
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
+ }
574
+ }
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
+ }
609
+ }
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
+ }
619
+ }
620
+ .dropdown-menu {
621
+ min-width: 100%
622
+ }
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;
767
+ }
768
+ }
769
+
770
+ #work-history ul {
771
+ padding: 0px;
772
+ }
773
+
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;
792
+ }
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;
809
+ padding: 8px;
810
+ background: #FFF;
811
+ border-radius: 0px;
812
+ }
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%;
833
+ }
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%);
852
+ }
853
+ &:focus {
854
+ color: #FFF;
855
+ background: none;
856
+ }
857
+ }
858
+ }
859
+ a {
860
+ font-size: 18px;
861
+ color: #FFF;
862
+ padding: 13px 16px;
863
+ }
864
+ }
865
+ }
866
+ }
867
+
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
+ }
878
+
879
+ .magic-radio[disabled],
880
+ .magic-checkbox[disabled] {
881
+ cursor: not-allowed;
882
+ }
883
+
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
+ }
893
+
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
+ }
900
+
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
+ }
912
+
913
+ .magic-radio + label:after,
914
+ .magic-checkbox + label:after {
915
+ position: absolute;
916
+ display: none;
917
+ content: '';
918
+ }
919
+
920
+ .magic-radio[disabled] + label,
921
+ .magic-checkbox[disabled] + label {
922
+ cursor: not-allowed;
923
+ color: #e4e4e4;
924
+ }
925
+
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
+ }
932
+
933
+ .magic-radio[disabled] + label:hover:before,
934
+ .magic-checkbox[disabled] + label:hover:before {
935
+ border: 1px solid #e4e4e4;
936
+ animation-name: none;
937
+ }
938
+
939
+ .magic-radio[disabled] + label:before,
940
+ .magic-checkbox[disabled] + label:before {
941
+ border-color: #e4e4e4;
942
+ }
943
+
944
+ .magic-radio:checked + label:before,
945
+ .magic-checkbox:checked + label:before {
946
+ animation-name: none;
947
+ }
948
+
949
+ .magic-radio:checked + label:after,
950
+ .magic-checkbox:checked + label:after {
951
+ display: block;
952
+ }
953
+
954
+ .magic-radio + label:before {
955
+ border-radius: 50%;
956
+ }
957
+
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
+ }
966
+
967
+ .magic-radio:checked + label:before {
968
+ border: 2px solid #7697c4;
969
+ }
970
+
971
+ .magic-radio:checked[disabled] + label:before {
972
+ border: 2px solid #c9e2f9;
973
+ }
974
+
975
+ /*.magic-radio:checked[disabled] + label:after {
976
+ background: #c9e2f9; }*/
977
+
978
+ .magic-checkbox + label:before {
979
+ border-radius: 3px;
980
+ }
981
+
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
+ }
995
+
996
+ .magic-checkbox:checked + label:before {
997
+ border: #7697c4;
998
+ background: #7697c4;
999
+ }
1000
+
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
+ }
1016
+
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
+ }