readmeter-changan 1.0.33 → 1.0.34

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 (41) hide show
  1. package/.idea/ReadMeterClient.iml +9 -0
  2. package/.idea/workspace.xml +62 -442
  3. package/.npmignore +7 -0
  4. package/build/dev-server.js +132 -132
  5. package/build/webpack.base.conf.js +75 -75
  6. package/hs_err_pid13284.log +207 -0
  7. package/package.json +1 -1
  8. package/package.json.bak +99 -99
  9. package/src/AndroidPlugin.js +28 -28
  10. package/src/App.vue +74 -74
  11. package/src/components/readingmeter/CheckInfo.vue +618 -618
  12. package/src/components/readingmeter/FinishHandInfo.vue +75 -75
  13. package/src/components/readingmeter/FinishHandInfocopy.vue +99 -99
  14. package/src/components/readingmeter/HandInfo.vue +87 -87
  15. package/src/components/readingmeter/HandMessage.vue +40 -40
  16. package/src/components/readingmeter/HistoryHandInfo.vue +114 -114
  17. package/src/components/readingmeter/MeterInfo.vue +183 -183
  18. package/src/components/readingmeter/PhoneHand.vue +93 -93
  19. package/src/components/readingmeter/PhoneHandHome.vue +2 -0
  20. package/src/components/readingmeter/PhoneHandplanInfo.vue +643 -643
  21. package/src/components/readingmeter/PictureArea.vue +156 -156
  22. package/src/components/readingmeter/PlanDown.vue +232 -232
  23. package/src/components/readingmeter/PlanUpdate.vue +186 -186
  24. package/src/components/readingmeter/ReadMeterCenter.vue +325 -325
  25. package/src/components/readingmeter/ReadMeterInfo.vue +349 -349
  26. package/src/components/readingmeter/ReadMeterInfoChangan.vue +1 -1
  27. package/src/components/readingmeter/SellHistory.vue +36 -36
  28. package/src/components/readingmeter/SellInfo.vue +88 -88
  29. package/src/components/readingmeter/UserInfo.vue +1 -0
  30. package/src/components/server/AppHeader.vue +65 -65
  31. package/src/components/server/ReadMeterHome.vue +192 -192
  32. package/src/components/server/ReadMeterLogin.vue +161 -161
  33. package/src/components/server/ReadMeterNavBottom.vue +119 -119
  34. package/src/components/server/ReadMeterRoute.vue +79 -79
  35. package/src/components/server/ReadMeterTop.vue +61 -61
  36. package/src/components/server/ReadMeterTopcopy.vue +53 -53
  37. package/src/expandcss.less +668 -668
  38. package/src/main.js +23 -23
  39. package/src/readmeter-android.js +34 -34
  40. package/src/readmeter.js +54 -54
  41. package/yarn.lock +7818 -0
@@ -1,668 +1,668 @@
1
- @import "./bootstrap/less/variables.less";
2
-
3
- @form-text-fout-size: @font-size-base;//引用bootstrap的字体大小
4
- @form-text-padding: 10px;//右padding
5
- /**
6
- 文本表单flex布局实现固定label
7
- */
8
- .form-fix-width{
9
- display: -webkit-box;
10
- display: -webkit-flex;
11
- display: -ms-flexbox;
12
- display:flex;
13
- }
14
- .form-fix-width>:first-child{
15
- width: @form-text-padding+@form-text-fout-size*5;
16
- -webkit-box-flex:none;
17
- -webkit-flex:none;
18
- -ms-flexbox-flex:none;
19
- flex:none;
20
- }
21
- .form-fix-width>:last-child{
22
- flex:1;
23
- -webkit-box-flex:1;
24
- -webkit-flex:1;
25
- -ms-flexbox-flex:1;
26
- }
27
- /**
28
- 固定checkbox的一些属性 后续继续扩增
29
- */
30
- .checkbox-fix-width {
31
- width: @form-text-fout-size*4+@form-text-padding+20px;
32
- text-align: left;
33
- margin-left: 0px !important;
34
- }
35
-
36
- #android-app {
37
- font-size: 16px;
38
- }
39
-
40
- /* 解决chrome最小字体为12px问题 */
41
- .chrome_adjust {
42
- font-size: 10px;
43
- -webkit-transform: scale(0.85);
44
- -o-transform: scale(1); //针对能识别-webkit的opera browser设置
45
- }
46
-
47
- /* 表单内输入框 */
48
- .form-input-group-large {
49
- display: -webkit-box;
50
- display: -webkit-flex;
51
- display: -ms-flexbox;
52
- display: flex;
53
- .control-label {
54
- width: 100px;
55
- line-height: @input-height-base;
56
- text-align: right;
57
- + * {
58
- -webkit-box-flex:1;
59
- -webkit-flex:1;
60
- -ms-flexbox-flex:1;
61
- flex: 1;
62
- width: 100px; // 随意给的宽度,将有flex重新计算
63
- box-sizing: border-box;
64
- vertical-align:middle;
65
- }
66
- }
67
- }
68
- .form-input-group {
69
- display: -webkit-box;
70
- display: -webkit-flex;
71
- display: -ms-flexbox;
72
- display: flex;
73
- .control-label {
74
- // 居中对齐
75
- line-height: @input-height-base;
76
- width: 70px;
77
- // padding-top: 6px;
78
- text-align: right;
79
- vertical-align: middle;
80
- + * {
81
- -webkit-box-flex:1;
82
- -webkit-flex:1;
83
- -ms-flexbox-flex:1;
84
- flex: 1;
85
- width: 100px; // 随意给的宽度,将有flex重新计算
86
- box-sizing: border-box;
87
- vertical-align:middle;
88
- }
89
- }
90
- }
91
- .form-input-group-small {
92
- display: -webkit-box;
93
- display: -webkit-flex;
94
- display: -ms-flexbox;
95
- display: flex;
96
- label {
97
- width: 50px;
98
- line-height: @input-height-base;
99
- text-align: right;
100
- + * {
101
- -webkit-box-flex:1;
102
- -webkit-flex:1;
103
- -ms-flexbox-flex:1;
104
- flex: 1;
105
- width: 100px; // 随意给的宽度,将有flex重新计算
106
- box-sizing: border-box;
107
- vertical-align:middle;
108
- }
109
- }
110
- }
111
- .bg-white {
112
- background-color: white;
113
- }
114
- .mgb-5 {
115
- margin-bottom: 5px;
116
- }
117
- .pdl-12 {
118
- padding-left: 12px;
119
- }
120
- // 字体加粗
121
- .fwb {
122
- font-weight: bold;
123
- }
124
- // 浮动右对齐
125
- .fr {
126
- float: right;
127
- }
128
- .pl-12 {
129
- padding-left: 12px;
130
- }
131
- .p-10 {
132
- padding: 10px;
133
- }
134
- .pt-8 {
135
- padding-top: 8px;
136
- }
137
- // 下拉选择框占据剩余全部空间
138
- .select-overspread {
139
- .form-group {
140
- // margin: 0px 5px 10px 0px;
141
- .form-control {
142
- margin-right: 0px;
143
- }
144
- }
145
- .btn-group, .btn-group-vertical {
146
- // width: 100%;
147
- // padding-right: 5px;
148
- button {
149
- width: 100%;
150
- display: flex;
151
- justify-content: space-between;
152
- align-items: center;
153
- }
154
- }
155
- .dropdown-menu {
156
- min-width: 100%
157
- }
158
- }
159
- .nav-tabs {
160
- padding-top: 1em;
161
- background: #00a3f0;
162
- }
163
- .app-bg {
164
- background: #F5F5F5;
165
- }
166
- .app-input {
167
- background: #FFF;
168
- border-bottom: 1px solid rgba(235, 235, 235, 0.5);
169
- }
170
- //.app-row{
171
- // margin-bottom: 0.5em;
172
- //}
173
- app-input input{
174
- border: 1px solid skyblue;
175
-
176
- }
177
- app-input label{
178
- border: none;
179
-
180
- }
181
- .app-input input, .app-input label {
182
- padding: 8px 10px;
183
- //border: none;
184
- outline: none;
185
- margin: 0px;
186
- }
187
- .app-textarea {
188
- display: block;
189
- padding: 10px 15px;
190
- border: 0;
191
- resize: none;
192
- width: 100%;
193
- color: inherit;
194
- font-size: 1em;
195
- line-height: inherit;
196
- outline: 0;
197
- }
198
- .app-cells {
199
- height: auto;
200
- background-color: #FFFFFF;
201
- font-size: 1.2em;
202
- overflow: hidden;
203
- position: relative;
204
- }
205
- .app-cells label {
206
- padding: 10px;
207
- margin: 0px;
208
- color: #999999;
209
- font-weight: normal;
210
- }
211
- .app-cells * + * {
212
- border-top: 1px solid #D5D5D6;
213
- }
214
- .app-btn {
215
- display: flex;
216
- width: 100%;
217
- }
218
- .app-btn button{
219
- flex: 1;
220
- border-radius: 17px;
221
- margin: 10px;
222
- }
223
- .app-btn button:focus, .app-btn button::selection {
224
- outline: none;
225
- }
226
- .app-list {
227
- margin-top: 8px;
228
- background: #FFF;
229
- }
230
- .app-list div {
231
- padding: 6px 10px;
232
- }
233
- .app-list div:first-child{
234
- border-bottom: 1px solid #ccc;
235
- }
236
- .app-input .datepicker-input[readonly] {
237
- border: none;
238
- background: none;
239
- }
240
- div[contenteditable=true]{
241
- height: 80px;
242
- width: 100%;
243
- outline: none;
244
- padding: 8px;
245
- overflow: scroll;
246
- }
247
- .bg:hover{
248
- background-color: @table-bg-hover;
249
- }
250
- .flex-between {
251
- display: flex;
252
- justify-content: space-between;
253
- align-items: center;
254
- }
255
- .flex-between span {
256
- padding-right: 10px;
257
- }
258
- .flex-full {
259
- flex: 1;
260
- }
261
- /* app卡片样式 */
262
- .app-preview {
263
- position: relative;
264
- background-color: #FFF;
265
- height: auto;
266
- }
267
- .app-preview > .head > * {
268
- padding: 0px;
269
- margin: 0px;
270
- }
271
- .app-preview > .head {
272
- display: flex;
273
- justify-content: space-between;
274
- padding: 10px 15px;
275
- line-height: 2.5em;
276
- border-bottom: 1px solid #D5D5D6;
277
- }
278
- .app-preview-btn-default {
279
- color: #999999;
280
- }
281
- .app-preview-btn-success {
282
- color: #3CC51F;
283
- }
284
- .app-preview > .body {
285
- padding: 10px 15px;
286
- border-bottom: 1px solid #D5D5D6;
287
-
288
- }
289
- .app-preview > .body > div > label {
290
- text-align: justify;
291
- text-align-last: justify;
292
- min-width: 70px;
293
- }
294
- .app-preview > .foot {
295
- display: flex;
296
- height: 50px;
297
- }
298
- .app-preview > .foot > * {
299
- flex: 1;
300
- display: block;
301
- flex: 1;
302
-
303
- text-align: center;
304
- }
305
- .app-preview > .foot > * + * {
306
- border-left: 1px solid #D5D5D6;
307
- }
308
- // 为工单列表样式
309
- .compatible {
310
- padding: 8px;
311
- }
312
- .compatible .form-input-group {
313
- margin: 3px 0px;
314
- padding: 0 8px;
315
- }
316
- @media screen and (min-width:992px) {
317
- .hd-disappear{
318
- display: none;
319
- }
320
- }
321
-
322
- #work-history ul {
323
- padding: 0px;
324
- }
325
-
326
- // 从order文件夹拷贝
327
- // 为blockquote写的通用样式
328
- // 大背景
329
- .repair-bg {
330
- background: #DBDBDB;
331
- }
332
- // 头部信息提示
333
- .bq-parent {
334
- height: auto;
335
- background: #FFF;
336
- padding: 10px 15px;
337
- >blockquote {
338
- padding: 0px;
339
- padding-left: 8px;
340
- margin: 0px;
341
- font-size: 18px;
342
- font-weight: bold;
343
- border-left-color: #4C647A;
344
- }
345
- }
346
- // 为移动端提供左侧修饰性边框
347
- .lb-left {
348
- padding-left: 8px;
349
- border: none;
350
- border-left: 5px solid #A2C2EB;
351
- }
352
- // 内容块
353
- .repair-info-content {
354
- margin: 15px;
355
- background: #FFF;
356
- border-radius: 5px;
357
- }
358
- @media screen and (max-width:768px) {
359
- .repair-info-content {
360
- margin: 0px;
361
- padding: 8px;
362
- background: #FFF;
363
- border-radius: 0px;
364
- }
365
- }
366
- // 为a标签:berfor伪元素写的通用样式
367
- .tab-befor-img (@url) {
368
- content: '';
369
- background-image: url("@{url}");
370
- background-size: 30px;
371
- display: inline-block;
372
- margin-right: 8px;
373
- height: 30px;
374
- width: 30px;
375
- vertical-align: -35%;
376
- }
377
- .android-repair-order {
378
- > div {
379
- > ul {
380
- background: #4C647A;
381
- overflow: auto;
382
- li {
383
- display: block;
384
- width: 100%;
385
- }
386
- > .active {
387
- a {
388
- background: #7599C4!important;
389
- color: #FFF!important;
390
- border: none;
391
- display: block;
392
- font-weight: bold;
393
- &::after {
394
- content: "";
395
- width: 0px;
396
- height: 0px;
397
- border-width: 8px 8px 8px 0px;
398
- border-color: transparent #FFF;
399
- border-style: solid;
400
- position: absolute;
401
- right: 0;
402
- top: 50%;
403
- transform: translateY(-50%);
404
- }
405
- &:focus {
406
- color: #FFF;
407
- background: none;
408
- }
409
- }
410
- }
411
- a {
412
- font-size: 18px;
413
- color: #FFF;
414
- padding: 13px 16px;
415
- }
416
- }
417
- }
418
- }
419
-
420
- // 从app中考出
421
- .no-close .nav-tabs a {
422
- padding: 5px 12px;
423
- }
424
- /* checkbox和radio的样式 */
425
- .magic-radio,
426
- .magic-checkbox {
427
- position: absolute;
428
- display: none;
429
- }
430
-
431
- .magic-radio[disabled],
432
- .magic-checkbox[disabled] {
433
- cursor: not-allowed;
434
- }
435
-
436
- .magic-radio + label,
437
- .magic-checkbox + label {
438
- position: relative;
439
- display: block;
440
- padding-left: 30px;
441
- cursor: pointer;
442
- vertical-align: middle;
443
- text-align: left;
444
- }
445
-
446
- .magic-radio + label:hover:before,
447
- .magic-checkbox + label:hover:before {
448
- animation-duration: 0.4s;
449
- animation-fill-mode: both;
450
- animation-name: hover-color;
451
- }
452
-
453
- .magic-radio + label:before,
454
- .magic-checkbox + label:before {
455
- position: absolute;
456
- top: 0;
457
- left: 0;
458
- display: inline-block;
459
- width: 20px;
460
- height: 20px;
461
- content: '';
462
- border: 1px solid #c0c0c0;
463
- }
464
-
465
- .magic-radio + label:after,
466
- .magic-checkbox + label:after {
467
- position: absolute;
468
- display: none;
469
- content: '';
470
- }
471
-
472
- .magic-radio[disabled] + label,
473
- .magic-checkbox[disabled] + label {
474
- cursor: not-allowed;
475
- color: #e4e4e4;
476
- }
477
-
478
- .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
479
- .magic-checkbox[disabled] + label:hover,
480
- .magic-checkbox[disabled] + label:before,
481
- .magic-checkbox[disabled] + label:after {
482
- cursor: not-allowed;
483
- }
484
-
485
- .magic-radio[disabled] + label:hover:before,
486
- .magic-checkbox[disabled] + label:hover:before {
487
- border: 1px solid #e4e4e4;
488
- animation-name: none;
489
- }
490
-
491
- .magic-radio[disabled] + label:before,
492
- .magic-checkbox[disabled] + label:before {
493
- border-color: #e4e4e4;
494
- }
495
-
496
- .magic-radio:checked + label:before,
497
- .magic-checkbox:checked + label:before {
498
- animation-name: none;
499
- }
500
-
501
- .magic-radio:checked + label:after,
502
- .magic-checkbox:checked + label:after {
503
- display: block;
504
- }
505
-
506
- .magic-radio + label:before {
507
- border-radius: 50%;
508
- }
509
-
510
- .magic-radio + label:after {
511
- top: 4px;
512
- left: 4px;
513
- width: 12px;
514
- height: 12px;
515
- border-radius: 50%;
516
- background: #7697c4;
517
- }
518
-
519
- .magic-radio:checked + label:before {
520
- border: 2px solid #7697c4;
521
- }
522
-
523
- .magic-radio:checked[disabled] + label:before {
524
- border: 2px solid #c9e2f9;
525
- }
526
-
527
- /*.magic-radio:checked[disabled] + label:after {
528
- background: #c9e2f9; }*/
529
-
530
- .magic-checkbox + label:before {
531
- border-radius: 3px;
532
- }
533
-
534
- .magic-checkbox + label:after {
535
- top: 2px;
536
- left: 7px;
537
- box-sizing: border-box;
538
- width: 6px;
539
- height: 12px;
540
- transform: rotate(45deg);
541
- border-width: 2px;
542
- border-style: solid;
543
- border-color: #fff;
544
- border-top: 0;
545
- border-left: 0;
546
- }
547
-
548
- .magic-checkbox:checked + label:before {
549
- border: #7697c4;
550
- background: #7697c4;
551
- }
552
-
553
- .magic-checkbox:checked[disabled] + label:before {
554
- border: #c9e2f9;
555
- background: #c9e2f9;
556
- }
557
- /* 滚动条样式 */
558
- /*---滚动条默认显示样式--*/
559
- ::-webkit-scrollbar-thumb{
560
- // display: none;
561
- background-color:rgba(0,0,0,0.2);
562
- height:50px;
563
- outline-offset:-2px;
564
- /*outline:2px solid #fff;*/
565
- -webkit-border-radius:4px;
566
- /*border: 2px solid #fff;*/
567
- }
568
-
569
- /*---鼠标点击滚动条显示样式--*/
570
- ::-webkit-scrollbar-thumb:hover{
571
- // display: inherit;
572
- background-color:rgba(0,0,0,0.4);
573
- height:50px;
574
- -webkit-border-radius:4px;
575
- }
576
- /*---滚动条大小--*/
577
- ::-webkit-scrollbar{
578
- width:8px;
579
- height:8px;
580
- }
581
- /*---滚动框背景样式--*/
582
- ::-webkit-scrollbar-track-piece{
583
- /* 全透明,不显示 */
584
- background-color:rgba(255,255,255,0);
585
- -webkit-border-radius:0;
586
- }
587
- .amap-marker {
588
- top: -31px;
589
- left: -9px;
590
- z-index: 100;
591
- transform: rotate(0deg);
592
- transform-origin: 9px 31px 0px;
593
- display: block;
594
- height: auto;
595
- max-height: 30px;
596
- }
597
- .amap-marker-content{
598
- height:auto;
599
- }
600
- div.overlay-title.left{
601
- height: auto;
602
- }
603
- .panel-body {
604
- padding: 8px;
605
- }
606
- .panel-self{
607
- border-radius: 5px;
608
- border: 1px solid #c5e1f7;
609
- background-color: #F2F6FA;
610
- }
611
- .mt-5 {
612
- margin-top: 5px;
613
- }
614
- .mt-10 {
615
- margin-top: 10px;
616
- }
617
- .mt-20 {
618
- margin-top: 20px;
619
- }
620
- .app-row {
621
- background-color: white;
622
- padding: 10px 10px 6px 10px;
623
- border-bottom: 1px solid rgba(235, 235, 235, 0.5);
624
- }
625
- .app-row-none-border {
626
- background-color: white;
627
- padding: 10px 10px 0 10px;
628
- }
629
- .font{
630
- font: 17px PingFang-SC-Medium;
631
- color: #666666
632
- }
633
- .show-font{
634
- font: 17px PingFang-SC-Medium;
635
- color: #333333
636
- }
637
- .btn-font{
638
- font:600 16px PingFang-SC-Bold;
639
- color: #499EDF;
640
- }
641
- .btn-color{
642
- background-color: #FFFFFF;
643
- border-radius: 10px ;
644
- border: 1px solid #499EDF;
645
- }
646
- .nav-tabs > li > a{
647
- //background: #4a7cae;
648
- background: #304A66;
649
- }
650
- .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
651
- /* color: #4094e3; */
652
- color: white;
653
- cursor: default;
654
- font-weight: 600;
655
- /* background-color: #f0efef; */
656
- background-color: #4094e3;
657
- border-bottom: 2px solid white;
658
- }
659
- .nav-tabs-full {
660
- background: #304A66;
661
- > li {
662
- width: 100%;
663
- padding: 0 1em;
664
- }
665
- }
666
- .nav-tabs{
667
- padding:1em 0;
668
- }
1
+ @import "./bootstrap/less/variables.less";
2
+
3
+ @form-text-fout-size: @font-size-base;//引用bootstrap的字体大小
4
+ @form-text-padding: 10px;//右padding
5
+ /**
6
+ 文本表单flex布局实现固定label
7
+ */
8
+ .form-fix-width{
9
+ display: -webkit-box;
10
+ display: -webkit-flex;
11
+ display: -ms-flexbox;
12
+ display:flex;
13
+ }
14
+ .form-fix-width>:first-child{
15
+ width: @form-text-padding+@form-text-fout-size*5;
16
+ -webkit-box-flex:none;
17
+ -webkit-flex:none;
18
+ -ms-flexbox-flex:none;
19
+ flex:none;
20
+ }
21
+ .form-fix-width>:last-child{
22
+ flex:1;
23
+ -webkit-box-flex:1;
24
+ -webkit-flex:1;
25
+ -ms-flexbox-flex:1;
26
+ }
27
+ /**
28
+ 固定checkbox的一些属性 后续继续扩增
29
+ */
30
+ .checkbox-fix-width {
31
+ width: @form-text-fout-size*4+@form-text-padding+20px;
32
+ text-align: left;
33
+ margin-left: 0px !important;
34
+ }
35
+
36
+ #android-app {
37
+ font-size: 16px;
38
+ }
39
+
40
+ /* 解决chrome最小字体为12px问题 */
41
+ .chrome_adjust {
42
+ font-size: 10px;
43
+ -webkit-transform: scale(0.85);
44
+ -o-transform: scale(1); //针对能识别-webkit的opera browser设置
45
+ }
46
+
47
+ /* 表单内输入框 */
48
+ .form-input-group-large {
49
+ display: -webkit-box;
50
+ display: -webkit-flex;
51
+ display: -ms-flexbox;
52
+ display: flex;
53
+ .control-label {
54
+ width: 100px;
55
+ line-height: @input-height-base;
56
+ text-align: right;
57
+ + * {
58
+ -webkit-box-flex:1;
59
+ -webkit-flex:1;
60
+ -ms-flexbox-flex:1;
61
+ flex: 1;
62
+ width: 100px; // 随意给的宽度,将有flex重新计算
63
+ box-sizing: border-box;
64
+ vertical-align:middle;
65
+ }
66
+ }
67
+ }
68
+ .form-input-group {
69
+ display: -webkit-box;
70
+ display: -webkit-flex;
71
+ display: -ms-flexbox;
72
+ display: flex;
73
+ .control-label {
74
+ // 居中对齐
75
+ line-height: @input-height-base;
76
+ width: 70px;
77
+ // padding-top: 6px;
78
+ text-align: right;
79
+ vertical-align: middle;
80
+ + * {
81
+ -webkit-box-flex:1;
82
+ -webkit-flex:1;
83
+ -ms-flexbox-flex:1;
84
+ flex: 1;
85
+ width: 100px; // 随意给的宽度,将有flex重新计算
86
+ box-sizing: border-box;
87
+ vertical-align:middle;
88
+ }
89
+ }
90
+ }
91
+ .form-input-group-small {
92
+ display: -webkit-box;
93
+ display: -webkit-flex;
94
+ display: -ms-flexbox;
95
+ display: flex;
96
+ label {
97
+ width: 50px;
98
+ line-height: @input-height-base;
99
+ text-align: right;
100
+ + * {
101
+ -webkit-box-flex:1;
102
+ -webkit-flex:1;
103
+ -ms-flexbox-flex:1;
104
+ flex: 1;
105
+ width: 100px; // 随意给的宽度,将有flex重新计算
106
+ box-sizing: border-box;
107
+ vertical-align:middle;
108
+ }
109
+ }
110
+ }
111
+ .bg-white {
112
+ background-color: white;
113
+ }
114
+ .mgb-5 {
115
+ margin-bottom: 5px;
116
+ }
117
+ .pdl-12 {
118
+ padding-left: 12px;
119
+ }
120
+ // 字体加粗
121
+ .fwb {
122
+ font-weight: bold;
123
+ }
124
+ // 浮动右对齐
125
+ .fr {
126
+ float: right;
127
+ }
128
+ .pl-12 {
129
+ padding-left: 12px;
130
+ }
131
+ .p-10 {
132
+ padding: 10px;
133
+ }
134
+ .pt-8 {
135
+ padding-top: 8px;
136
+ }
137
+ // 下拉选择框占据剩余全部空间
138
+ .select-overspread {
139
+ .form-group {
140
+ // margin: 0px 5px 10px 0px;
141
+ .form-control {
142
+ margin-right: 0px;
143
+ }
144
+ }
145
+ .btn-group, .btn-group-vertical {
146
+ // width: 100%;
147
+ // padding-right: 5px;
148
+ button {
149
+ width: 100%;
150
+ display: flex;
151
+ justify-content: space-between;
152
+ align-items: center;
153
+ }
154
+ }
155
+ .dropdown-menu {
156
+ min-width: 100%
157
+ }
158
+ }
159
+ .nav-tabs {
160
+ padding-top: 1em;
161
+ background: #00a3f0;
162
+ }
163
+ .app-bg {
164
+ background: #F5F5F5;
165
+ }
166
+ .app-input {
167
+ background: #FFF;
168
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
169
+ }
170
+ //.app-row{
171
+ // margin-bottom: 0.5em;
172
+ //}
173
+ app-input input{
174
+ border: 1px solid skyblue;
175
+
176
+ }
177
+ app-input label{
178
+ border: none;
179
+
180
+ }
181
+ .app-input input, .app-input label {
182
+ padding: 8px 10px;
183
+ //border: none;
184
+ outline: none;
185
+ margin: 0px;
186
+ }
187
+ .app-textarea {
188
+ display: block;
189
+ padding: 10px 15px;
190
+ border: 0;
191
+ resize: none;
192
+ width: 100%;
193
+ color: inherit;
194
+ font-size: 1em;
195
+ line-height: inherit;
196
+ outline: 0;
197
+ }
198
+ .app-cells {
199
+ height: auto;
200
+ background-color: #FFFFFF;
201
+ font-size: 1.2em;
202
+ overflow: hidden;
203
+ position: relative;
204
+ }
205
+ .app-cells label {
206
+ padding: 10px;
207
+ margin: 0px;
208
+ color: #999999;
209
+ font-weight: normal;
210
+ }
211
+ .app-cells * + * {
212
+ border-top: 1px solid #D5D5D6;
213
+ }
214
+ .app-btn {
215
+ display: flex;
216
+ width: 100%;
217
+ }
218
+ .app-btn button{
219
+ flex: 1;
220
+ border-radius: 17px;
221
+ margin: 10px;
222
+ }
223
+ .app-btn button:focus, .app-btn button::selection {
224
+ outline: none;
225
+ }
226
+ .app-list {
227
+ margin-top: 8px;
228
+ background: #FFF;
229
+ }
230
+ .app-list div {
231
+ padding: 6px 10px;
232
+ }
233
+ .app-list div:first-child{
234
+ border-bottom: 1px solid #ccc;
235
+ }
236
+ .app-input .datepicker-input[readonly] {
237
+ border: none;
238
+ background: none;
239
+ }
240
+ div[contenteditable=true]{
241
+ height: 80px;
242
+ width: 100%;
243
+ outline: none;
244
+ padding: 8px;
245
+ overflow: scroll;
246
+ }
247
+ .bg:hover{
248
+ background-color: @table-bg-hover;
249
+ }
250
+ .flex-between {
251
+ display: flex;
252
+ justify-content: space-between;
253
+ align-items: center;
254
+ }
255
+ .flex-between span {
256
+ padding-right: 10px;
257
+ }
258
+ .flex-full {
259
+ flex: 1;
260
+ }
261
+ /* app卡片样式 */
262
+ .app-preview {
263
+ position: relative;
264
+ background-color: #FFF;
265
+ height: auto;
266
+ }
267
+ .app-preview > .head > * {
268
+ padding: 0px;
269
+ margin: 0px;
270
+ }
271
+ .app-preview > .head {
272
+ display: flex;
273
+ justify-content: space-between;
274
+ padding: 10px 15px;
275
+ line-height: 2.5em;
276
+ border-bottom: 1px solid #D5D5D6;
277
+ }
278
+ .app-preview-btn-default {
279
+ color: #999999;
280
+ }
281
+ .app-preview-btn-success {
282
+ color: #3CC51F;
283
+ }
284
+ .app-preview > .body {
285
+ padding: 10px 15px;
286
+ border-bottom: 1px solid #D5D5D6;
287
+
288
+ }
289
+ .app-preview > .body > div > label {
290
+ text-align: justify;
291
+ text-align-last: justify;
292
+ min-width: 70px;
293
+ }
294
+ .app-preview > .foot {
295
+ display: flex;
296
+ height: 50px;
297
+ }
298
+ .app-preview > .foot > * {
299
+ flex: 1;
300
+ display: block;
301
+ flex: 1;
302
+
303
+ text-align: center;
304
+ }
305
+ .app-preview > .foot > * + * {
306
+ border-left: 1px solid #D5D5D6;
307
+ }
308
+ // 为工单列表样式
309
+ .compatible {
310
+ padding: 8px;
311
+ }
312
+ .compatible .form-input-group {
313
+ margin: 3px 0px;
314
+ padding: 0 8px;
315
+ }
316
+ @media screen and (min-width:992px) {
317
+ .hd-disappear{
318
+ display: none;
319
+ }
320
+ }
321
+
322
+ #work-history ul {
323
+ padding: 0px;
324
+ }
325
+
326
+ // 从order文件夹拷贝
327
+ // 为blockquote写的通用样式
328
+ // 大背景
329
+ .repair-bg {
330
+ background: #DBDBDB;
331
+ }
332
+ // 头部信息提示
333
+ .bq-parent {
334
+ height: auto;
335
+ background: #FFF;
336
+ padding: 10px 15px;
337
+ >blockquote {
338
+ padding: 0px;
339
+ padding-left: 8px;
340
+ margin: 0px;
341
+ font-size: 18px;
342
+ font-weight: bold;
343
+ border-left-color: #4C647A;
344
+ }
345
+ }
346
+ // 为移动端提供左侧修饰性边框
347
+ .lb-left {
348
+ padding-left: 8px;
349
+ border: none;
350
+ border-left: 5px solid #A2C2EB;
351
+ }
352
+ // 内容块
353
+ .repair-info-content {
354
+ margin: 15px;
355
+ background: #FFF;
356
+ border-radius: 5px;
357
+ }
358
+ @media screen and (max-width:768px) {
359
+ .repair-info-content {
360
+ margin: 0px;
361
+ padding: 8px;
362
+ background: #FFF;
363
+ border-radius: 0px;
364
+ }
365
+ }
366
+ // 为a标签:berfor伪元素写的通用样式
367
+ .tab-befor-img (@url) {
368
+ content: '';
369
+ background-image: url("@{url}");
370
+ background-size: 30px;
371
+ display: inline-block;
372
+ margin-right: 8px;
373
+ height: 30px;
374
+ width: 30px;
375
+ vertical-align: -35%;
376
+ }
377
+ .android-repair-order {
378
+ > div {
379
+ > ul {
380
+ background: #4C647A;
381
+ overflow: auto;
382
+ li {
383
+ display: block;
384
+ width: 100%;
385
+ }
386
+ > .active {
387
+ a {
388
+ background: #7599C4!important;
389
+ color: #FFF!important;
390
+ border: none;
391
+ display: block;
392
+ font-weight: bold;
393
+ &::after {
394
+ content: "";
395
+ width: 0px;
396
+ height: 0px;
397
+ border-width: 8px 8px 8px 0px;
398
+ border-color: transparent #FFF;
399
+ border-style: solid;
400
+ position: absolute;
401
+ right: 0;
402
+ top: 50%;
403
+ transform: translateY(-50%);
404
+ }
405
+ &:focus {
406
+ color: #FFF;
407
+ background: none;
408
+ }
409
+ }
410
+ }
411
+ a {
412
+ font-size: 18px;
413
+ color: #FFF;
414
+ padding: 13px 16px;
415
+ }
416
+ }
417
+ }
418
+ }
419
+
420
+ // 从app中考出
421
+ .no-close .nav-tabs a {
422
+ padding: 5px 12px;
423
+ }
424
+ /* checkbox和radio的样式 */
425
+ .magic-radio,
426
+ .magic-checkbox {
427
+ position: absolute;
428
+ display: none;
429
+ }
430
+
431
+ .magic-radio[disabled],
432
+ .magic-checkbox[disabled] {
433
+ cursor: not-allowed;
434
+ }
435
+
436
+ .magic-radio + label,
437
+ .magic-checkbox + label {
438
+ position: relative;
439
+ display: block;
440
+ padding-left: 30px;
441
+ cursor: pointer;
442
+ vertical-align: middle;
443
+ text-align: left;
444
+ }
445
+
446
+ .magic-radio + label:hover:before,
447
+ .magic-checkbox + label:hover:before {
448
+ animation-duration: 0.4s;
449
+ animation-fill-mode: both;
450
+ animation-name: hover-color;
451
+ }
452
+
453
+ .magic-radio + label:before,
454
+ .magic-checkbox + label:before {
455
+ position: absolute;
456
+ top: 0;
457
+ left: 0;
458
+ display: inline-block;
459
+ width: 20px;
460
+ height: 20px;
461
+ content: '';
462
+ border: 1px solid #c0c0c0;
463
+ }
464
+
465
+ .magic-radio + label:after,
466
+ .magic-checkbox + label:after {
467
+ position: absolute;
468
+ display: none;
469
+ content: '';
470
+ }
471
+
472
+ .magic-radio[disabled] + label,
473
+ .magic-checkbox[disabled] + label {
474
+ cursor: not-allowed;
475
+ color: #e4e4e4;
476
+ }
477
+
478
+ .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
479
+ .magic-checkbox[disabled] + label:hover,
480
+ .magic-checkbox[disabled] + label:before,
481
+ .magic-checkbox[disabled] + label:after {
482
+ cursor: not-allowed;
483
+ }
484
+
485
+ .magic-radio[disabled] + label:hover:before,
486
+ .magic-checkbox[disabled] + label:hover:before {
487
+ border: 1px solid #e4e4e4;
488
+ animation-name: none;
489
+ }
490
+
491
+ .magic-radio[disabled] + label:before,
492
+ .magic-checkbox[disabled] + label:before {
493
+ border-color: #e4e4e4;
494
+ }
495
+
496
+ .magic-radio:checked + label:before,
497
+ .magic-checkbox:checked + label:before {
498
+ animation-name: none;
499
+ }
500
+
501
+ .magic-radio:checked + label:after,
502
+ .magic-checkbox:checked + label:after {
503
+ display: block;
504
+ }
505
+
506
+ .magic-radio + label:before {
507
+ border-radius: 50%;
508
+ }
509
+
510
+ .magic-radio + label:after {
511
+ top: 4px;
512
+ left: 4px;
513
+ width: 12px;
514
+ height: 12px;
515
+ border-radius: 50%;
516
+ background: #7697c4;
517
+ }
518
+
519
+ .magic-radio:checked + label:before {
520
+ border: 2px solid #7697c4;
521
+ }
522
+
523
+ .magic-radio:checked[disabled] + label:before {
524
+ border: 2px solid #c9e2f9;
525
+ }
526
+
527
+ /*.magic-radio:checked[disabled] + label:after {
528
+ background: #c9e2f9; }*/
529
+
530
+ .magic-checkbox + label:before {
531
+ border-radius: 3px;
532
+ }
533
+
534
+ .magic-checkbox + label:after {
535
+ top: 2px;
536
+ left: 7px;
537
+ box-sizing: border-box;
538
+ width: 6px;
539
+ height: 12px;
540
+ transform: rotate(45deg);
541
+ border-width: 2px;
542
+ border-style: solid;
543
+ border-color: #fff;
544
+ border-top: 0;
545
+ border-left: 0;
546
+ }
547
+
548
+ .magic-checkbox:checked + label:before {
549
+ border: #7697c4;
550
+ background: #7697c4;
551
+ }
552
+
553
+ .magic-checkbox:checked[disabled] + label:before {
554
+ border: #c9e2f9;
555
+ background: #c9e2f9;
556
+ }
557
+ /* 滚动条样式 */
558
+ /*---滚动条默认显示样式--*/
559
+ ::-webkit-scrollbar-thumb{
560
+ // display: none;
561
+ background-color:rgba(0,0,0,0.2);
562
+ height:50px;
563
+ outline-offset:-2px;
564
+ /*outline:2px solid #fff;*/
565
+ -webkit-border-radius:4px;
566
+ /*border: 2px solid #fff;*/
567
+ }
568
+
569
+ /*---鼠标点击滚动条显示样式--*/
570
+ ::-webkit-scrollbar-thumb:hover{
571
+ // display: inherit;
572
+ background-color:rgba(0,0,0,0.4);
573
+ height:50px;
574
+ -webkit-border-radius:4px;
575
+ }
576
+ /*---滚动条大小--*/
577
+ ::-webkit-scrollbar{
578
+ width:8px;
579
+ height:8px;
580
+ }
581
+ /*---滚动框背景样式--*/
582
+ ::-webkit-scrollbar-track-piece{
583
+ /* 全透明,不显示 */
584
+ background-color:rgba(255,255,255,0);
585
+ -webkit-border-radius:0;
586
+ }
587
+ .amap-marker {
588
+ top: -31px;
589
+ left: -9px;
590
+ z-index: 100;
591
+ transform: rotate(0deg);
592
+ transform-origin: 9px 31px 0px;
593
+ display: block;
594
+ height: auto;
595
+ max-height: 30px;
596
+ }
597
+ .amap-marker-content{
598
+ height:auto;
599
+ }
600
+ div.overlay-title.left{
601
+ height: auto;
602
+ }
603
+ .panel-body {
604
+ padding: 8px;
605
+ }
606
+ .panel-self{
607
+ border-radius: 5px;
608
+ border: 1px solid #c5e1f7;
609
+ background-color: #F2F6FA;
610
+ }
611
+ .mt-5 {
612
+ margin-top: 5px;
613
+ }
614
+ .mt-10 {
615
+ margin-top: 10px;
616
+ }
617
+ .mt-20 {
618
+ margin-top: 20px;
619
+ }
620
+ .app-row {
621
+ background-color: white;
622
+ padding: 10px 10px 6px 10px;
623
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
624
+ }
625
+ .app-row-none-border {
626
+ background-color: white;
627
+ padding: 10px 10px 0 10px;
628
+ }
629
+ .font{
630
+ font: 17px PingFang-SC-Medium;
631
+ color: #666666
632
+ }
633
+ .show-font{
634
+ font: 17px PingFang-SC-Medium;
635
+ color: #333333
636
+ }
637
+ .btn-font{
638
+ font:600 16px PingFang-SC-Bold;
639
+ color: #499EDF;
640
+ }
641
+ .btn-color{
642
+ background-color: #FFFFFF;
643
+ border-radius: 10px ;
644
+ border: 1px solid #499EDF;
645
+ }
646
+ .nav-tabs > li > a{
647
+ //background: #4a7cae;
648
+ background: #304A66;
649
+ }
650
+ .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
651
+ /* color: #4094e3; */
652
+ color: white;
653
+ cursor: default;
654
+ font-weight: 600;
655
+ /* background-color: #f0efef; */
656
+ background-color: #4094e3;
657
+ border-bottom: 2px solid white;
658
+ }
659
+ .nav-tabs-full {
660
+ background: #304A66;
661
+ > li {
662
+ width: 100%;
663
+ padding: 0 1em;
664
+ }
665
+ }
666
+ .nav-tabs{
667
+ padding:1em 0;
668
+ }