tplus-portaltouch 1.24.5 → 1.26.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 (58) hide show
  1. package/dist/api/ModifyPassApi.js.map +1 -1
  2. package/dist/components/dutyandsettle/dutysettlebill.js +2 -1
  3. package/dist/components/dutyandsettle/dutysettlebill.js.map +1 -1
  4. package/dist/components/dutyandsettle/dutysettlehistory.js +16 -72
  5. package/dist/components/dutyandsettle/dutysettlehistory.js.map +1 -1
  6. package/dist/components/dutyandsettle/index.js.map +1 -1
  7. package/dist/components/dutyandsettle/tipContent.js.map +1 -1
  8. package/dist/components/header/customUse.js.map +1 -1
  9. package/dist/components/header/headContent.js.map +1 -1
  10. package/dist/components/header/index.js +13 -13
  11. package/dist/components/header/index.js.map +1 -1
  12. package/dist/components/header/style.less +331 -331
  13. package/dist/components/header/vertical-touch.js.map +1 -1
  14. package/dist/components/header/vertical-touch.less +212 -212
  15. package/dist/containers/Main/index.js.map +1 -1
  16. package/dist/dutyService/index.js.map +1 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/middleWare/index.js.map +1 -1
  19. package/dist/modalRouter/StaticRouter.js.map +1 -1
  20. package/dist/pages/Modal/style.less +5 -5
  21. package/dist/pages/Portal/PortalPage.less +661 -655
  22. package/dist/pages/Portal/data.js +11 -8
  23. package/dist/pages/Portal/data.js.map +1 -1
  24. package/dist/pages/Portal/horizontalPadPortal.js +9 -18
  25. package/dist/pages/Portal/horizontalPadPortal.js.map +1 -1
  26. package/dist/pages/Portal/horizontalSunMiPortal.js.map +1 -1
  27. package/dist/pages/Portal/index.js +6 -6
  28. package/dist/pages/Portal/index.js.map +1 -1
  29. package/dist/pages/Portal/verticalPortal.js.map +1 -1
  30. package/dist/pages/dutyandsettle/AuthProcess.js.map +1 -1
  31. package/dist/pages/dutyandsettle/index.js.map +1 -1
  32. package/dist/pages/dutyandsettle/index.less +575 -575
  33. package/dist/pages/dutyandsettle/offDuty.js +55 -106
  34. package/dist/pages/dutyandsettle/offDuty.js.map +1 -1
  35. package/dist/pages/dutyandsettle/onDialy.js.map +1 -1
  36. package/dist/pages/dutyandsettle/onDuty.js.map +1 -1
  37. package/dist/pages/dutyandsettle/onUnDaily.js.map +1 -1
  38. package/dist/pages/dutyandsettle/settleDialy.js.map +1 -1
  39. package/dist/pages/index.js.map +1 -1
  40. package/dist/pages/modifyPass/index.js.map +1 -1
  41. package/dist/pages/modifyPass/style.less +75 -75
  42. package/dist/pages/notFound/index.js.map +1 -1
  43. package/dist/pages/notFound/style.less +4 -4
  44. package/dist/stores/ModalRouter.js.map +1 -1
  45. package/dist/stores/ModifyPassStore.js +0 -0
  46. package/dist/stores/ModifyPassStore.js.map +1 -1
  47. package/dist/stores/PortalStore.js +5 -5
  48. package/dist/stores/PortalStore.js.map +1 -1
  49. package/dist/stores/PosLoginStore.js.map +1 -1
  50. package/dist/stores/billHistoryStore.js.map +1 -1
  51. package/dist/stores/dutySettleStore.js.map +1 -1
  52. package/dist/stores/index.js.map +1 -1
  53. package/dist/utils/PrintProcess.js +10 -10
  54. package/dist/utils/PrintProcess.js.map +1 -1
  55. package/dist/utils/index.js.map +1 -1
  56. package/dist/utils/networkCheck.js.map +1 -1
  57. package/package.json +37 -37
  58. package/tsconfig.json +14 -14
@@ -1,656 +1,662 @@
1
- .electron-env{
2
- * {
3
- moz-user-select: -moz-none;
4
- -moz-user-select: none;
5
- -o-user-select:none;
6
- -khtml-user-select:none;
7
- -webkit-user-select:none;
8
- -ms-user-select:none;
9
- user-select:none;
10
- }
11
- }
12
- .isPortal-layout {
13
- > .tplus-layout{
14
- background-image: url("https://newretail.static.chanjet.com/portal-background.jpg");
15
- background-size: cover;
16
- }
17
- .portal-content{
18
- background: transparent;
19
- }
20
- }
21
- .portal-container {
22
- @icon-white: #FFFFFF;
23
- @icon-orange: #A86A03;
24
- @bg-yellow: #E4D409;
25
- @bg-orange: #C07800;
26
- @bg-orange2: #F5A623;
27
- @bg-white-27: rgba(255, 255, 255, .27);
28
- @bg-white-77: rgba(255, 255, 255, .77);
29
- @bg-white-62: rgba(255, 255, 255, .62);
30
- @font-red-brown: #891C1C;
31
- overflow: hidden;
32
- padding-top: 4%;
33
- .animation{
34
- -webkit-transition: all 0.2s ease-in-out;
35
- -o-transition: all 0.2s ease-in-out;
36
- transition: all 0.2s ease-in-out;
37
- }
38
- .menu-item-disabled{
39
- pointer-events: none;
40
- user-select:none;
41
- opacity: .6;
42
- }
43
- .menu-item-common{
44
- border-radius: 5px;
45
- cursor: pointer;
46
- position: relative;
47
- overflow: hidden;
48
- box-shadow: 0px 4px 8px rgba(0, 0, 0, .04);
49
- &:hover{
50
- box-shadow: 0px 4px 12px rgba(0, 0, 0, .12);
51
- .animation;
52
- }
53
- .animation;
54
- i {
55
- position: absolute;
56
- color: @icon-white;
57
- }
58
- .icon-iconff{
59
- background-color: #0b737b;
60
- }
61
- h1{
62
- color: @icon-white;
63
- word-break:keep-all;
64
- white-space:nowrap;
65
- overflow:hidden;
66
- text-overflow:ellipsis;
67
- }
68
- p {
69
- color: @icon-white;
70
- }
71
- }
72
- .portal-left-content, .portal-center-content, .portal-right-content{
73
- i {
74
- &:before {
75
- position: relative;
76
- }
77
- }
78
- }
79
- .portal-left-content{
80
- width: 304px;
81
- float: right;
82
- margin-right: 12px;
83
- .member-item{
84
- .menu-item-common;
85
- background-color: @bg-white-27;
86
- }
87
- .member-item-padding{
88
- padding: 30px 0px 0px 15px;
89
- }
90
- .member-item-top{
91
- width: 100%;
92
- height: 148px;
93
- h1 {
94
- font-size: 22px;
95
- }
96
- p {
97
- font-size: 18px;
98
- font-weight: 900;
99
- }
100
- i {
101
- width: 62px;
102
- height: 72px;
103
- right: 12%;
104
- bottom: 20%;
105
- font-size: 64px;
106
- &:before{
107
- top: -15px;
108
- left: -2px;
109
- }
110
- }
111
- .member-item-padding;
112
- }
113
- .member-item-center-container{
114
- width: 100%;
115
- margin: 8px 0px;
116
- overflow: auto;
117
- & > div{
118
- width: 148px;
119
- height: 148px;
120
- float: left;
121
- h1 {
122
- font-size: 18px;
123
- }
124
- p {
125
- font-size: 22px;
126
- font-weight: 900;
127
- }
128
- .member-item-padding;
129
- }
130
- .member-item-center-1{
131
- margin-right: 8px;
132
- i {
133
- width: 36px;
134
- height: 36px;
135
- right: 10%;
136
- bottom: 10%;
137
- font-size: 32px;
138
- &:before {
139
- top: -6px;
140
- left: 2px;
141
- }
142
- }
143
- }
144
- .member-item-center-2{
145
- i {
146
- width: 36px;
147
- height: 36px;
148
- right: 10%;
149
- bottom: 10%;
150
- font-size: 36px;
151
- &:before{
152
- top: -8px;
153
- left: 1px;
154
- }
155
- }
156
- }
157
- .member-item-center-3 {
158
- height : 70px;
159
- padding: 0;
160
-
161
- h1 {
162
- font-size : 16px;
163
- height : 67px;
164
- line-height: normal;
165
- padding : 10px 0 0 15px;
166
- }
167
-
168
- i {
169
- width: 24px;
170
- height: 24px;
171
- right: 10%;
172
- bottom: 10%;
173
- font-size: 24px;
174
- &:before{
175
- top: -8px;
176
- left: 1px;
177
- }
178
- }
179
- }
180
-
181
- .member-item-center-4 {
182
- height : 70px;
183
- padding: 0;
184
-
185
- h1 {
186
- font-size : 16px;
187
- height : 67px;
188
- line-height: normal;
189
- padding : 10px 0 0 15px;
190
- }
191
-
192
- i {
193
- width: 24px;
194
- height: 24px;
195
- right: 10%;
196
- bottom: 10%;
197
- font-size: 24px;
198
- &:before{
199
- top: -8px;
200
- left: 1px;
201
- }
202
- }
203
- }
204
- }
205
- .member-item-bottom-top,.member-item-practice{
206
- height: 70px;
207
- line-height: 70px;
208
- font-size: 22px;
209
- margin-bottom: 8px;
210
- padding-left: 15px;
211
- i {
212
- width: 36px;
213
- height: 36px;
214
- right: 10%;
215
- top: 50%;
216
- margin-top: -18px;
217
- font-size: 32px;
218
- &:before{
219
- top: -20px;
220
- }
221
- }
222
- }
223
- .member-item-bottom-container{
224
- width: 304px;
225
- display: inline-block;
226
- & > div {
227
- width: 148px;
228
- height: 70px;
229
- line-height: 70px;
230
- float: left;
231
- h1{
232
- padding-left: 15px;
233
- }
234
- i {
235
- width: 20px;
236
- height: 20px;
237
- right: 14%;
238
- top: 50%;
239
- margin-top: -10px;
240
- }
241
- }
242
- .member-item-bottom-1{
243
- margin-right: 8px;
244
- i{
245
- font-size: 18px;
246
- &:before{
247
- top: -20px;
248
- left: 2px;
249
- }
250
- }
251
- }
252
- .member-item-bottom-2{
253
- i{
254
- font-size: 18px;
255
- &:before{
256
- top: -20px;
257
- left: 2px;
258
- }
259
- }
260
- }
261
- }
262
- }
263
- .portal-center-content{
264
- width: 460px;
265
- margin: 0px auto;
266
- overflow: hidden;
267
- .worktop-container-left{
268
- float: left;
269
- width: 304px;
270
- margin-right: 8px;
271
- & > div {
272
- width: 100%;
273
- background-color: rgba(255, 255, 255, .6);
274
- margin-bottom: 8px;
275
- .menu-item-common;
276
- i{
277
- width: 48px;
278
- height: 48px;
279
- top: 50%;
280
- right: 12%;
281
- margin-top: -24px;
282
- font-size: 42px;
283
- &:before{
284
- top: -6px;
285
- left: 2px;
286
- }
287
- }
288
- }
289
- .worktop-item-cashier{
290
- background-image: url("https://newretail.static.chanjet.com/cashier-background.jpg");
291
- background-size: cover;
292
- height: 304px;
293
- h1{
294
- font-size: 40px;
295
- text-align: center;
296
- position: relative;
297
- top: 60%;
298
- }
299
- i{
300
- width: 48px;
301
- height: 60px;
302
- top: 20%;
303
- left: 50%;
304
- margin-left: -24px;
305
- margin-top: 0px;
306
- font-size: 60px;
307
- &:before{
308
- top: -15px;
309
- left: -7px;
310
- }
311
- }
312
- }
313
- .worktop-item-common{
314
- padding: 20px;
315
- h1 {
316
- font-size: 24px;
317
- }
318
- }
319
- .worktop-item-onduty{
320
- height: 70px;
321
- background-color: @bg-orange2;
322
- .worktop-item-common;
323
- }
324
- .worktop-item-offduty{
325
- height: 70px;
326
- background-color: @bg-yellow;
327
- .worktop-item-common
328
- }
329
- .worktop-item-settlement{
330
- height: 70px;
331
- background-color: @bg-orange;
332
- .worktop-item-common
333
- }
334
- }
335
- .worktop-container-right{
336
- width: 148px;
337
- float: left;
338
- & > div {
339
- width: 100%;
340
- height: 90px;
341
- margin-bottom: 8px;
342
- padding: 20px;
343
- background-color: rgba(255, 255, 255, .6);
344
- h1{
345
- font-size: 18px;
346
- }
347
- i{
348
- width: 30px;
349
- height: 36px;
350
- bottom: 10%;
351
- right: 8%;
352
- font-size: 24px;
353
- }
354
- .menu-item-common;
355
- }
356
- & > div:last-child{
357
- padding: 0px;
358
- }
359
- .worktop-item-right-bottom {
360
- overflow: hidden;
361
- height: auto;
362
- background-color: transparent;
363
- width: 148px;
364
- &:hover{
365
- box-shadow: none;
366
- }
367
- & > div {
368
- .menu-item-common;
369
- width: 70px;
370
- height: 70px;
371
- float: left;
372
- margin-bottom: 8px;
373
- margin-right: 8px;
374
- background-color: @bg-white-77;
375
- h1{
376
- font-size: 14px;
377
- text-align: center;
378
- line-height: 40px;
379
- font-weight: normal;
380
- color: @font-red-brown;
381
- }
382
- i{
383
- width: 18px;
384
- height: 18px;
385
- bottom: 12%;
386
- left: 50%;
387
- margin-left: -9px;
388
- font-size: 18px;
389
- color: @icon-orange;
390
- &:before{
391
- top: -5px;
392
- }
393
- }
394
- }
395
- & > div:nth-child(even) {
396
- margin-right: 0px;
397
- }
398
- }
399
- .worktop-item-search{
400
- height: 148px;
401
- background-color: @bg-orange2;
402
- }
403
- .worktop-item-money{
404
- height: 70px;
405
- background-color: @bg-yellow;
406
- }
407
- .worktop-item-money{
408
- height: 70px;
409
- background-color: @bg-orange;
410
- }
411
- .worktop-item-money,.worktop-item-money{
412
- padding: 10px 0 0 20px;
413
- h1{
414
- font-size: 16px;
415
- }
416
- }
417
- }
418
- }
419
- .portal-right-content{
420
- width: 304px;
421
- margin-left: 12px;
422
- display: inline-block;
423
- & > div {
424
- .menu-item-common;
425
- width: 148px;
426
- height: 148px;
427
- float: left;
428
- margin-bottom: 8px;
429
- margin-right: 8px;
430
- background-color: @bg-white-62;
431
- padding: 20px 0px 0px 20px;
432
- h1 {
433
- font-size: 18px;
434
- }
435
- i{
436
- width: 32px;
437
- height: 32px;
438
- bottom: 15%;
439
- right: 15%;
440
- font-size: 32px;
441
- &:before{
442
- top: -7px;
443
- }
444
- }
445
- }
446
- & > div:nth-child(even) {
447
- margin-right: 0px;
448
- }
449
- .stock-item-buy{
450
- background-color: @bg-orange;
451
- }
452
- .stock-item-bar{
453
- background-color: @bg-yellow;
454
- }
455
- .stock-item-allocate{
456
- background-color: @bg-orange2;
457
- }
458
- .stock-item-search{
459
- background-image: url("https://newretail.static.chanjet.com/search-background.jpg");
460
- background-size: cover;
461
- }
462
- .stock-item-offduty,.stock-item-outstock{
463
- height: 70px;
464
- padding-top: 8px;
465
- }
466
- .stock-item-offduty, .stock-item-outstock,.stock-item-record, .stock-item-instock{
467
- h1 {
468
- color: @font-red-brown;
469
- }
470
- i {
471
- color: @icon-orange;
472
- }
473
- }
474
- }
475
- }
476
-
477
- /*适配Pad*/
478
- .portal-container-pad{
479
-
480
- .portal-center-content {
481
- width: 66vw !important;
482
- height: 100vh !important;
483
- .worktop-container-left{
484
- width: 48vw !important;
485
- .worktop-item-cashier{
486
- width: 48vw !important;
487
- height: 40vh !important;
488
- }
489
-
490
- .worktop-item {
491
- display: inline-block;
492
- width: 24vw;
493
- }
494
- .worktop-item-onduty{
495
- width: 48vw !important;
496
- }
497
- .worktop-item-offduty {
498
- float: none !important;
499
- width: 23vw !important;
500
- margin-right: 2vw !important;
501
- }
502
- .worktop-item-settlement {
503
- width: 23vw !important;
504
- margin-right: 0 !important;
505
- }
506
-
507
- }
508
- .worktop-container-right{
509
- .worktop-item {
510
- width: 16vw !important;
511
- height: 19.5vh !important;
512
- margin-bottom: 1vh;
513
- h1 {
514
- font-size: 18px !important;
515
- color: #891C1C;
516
- }
517
- i{
518
- color: #A86A03;
519
- font-size: 36px;
520
- }
521
- &:last-child{
522
- padding: 20px;
523
- }
524
- }
525
-
526
- }
527
- }
528
- }
529
-
530
- /*适配SunMi*/
531
- .portal-container-sunmi{
532
-
533
- .portal-center-content {
534
- width: 66vw !important;
535
- height: 100vh !important;
536
- .worktop-container-left{
537
- width: 48vw !important;
538
- .worktop-item-cashier{
539
- width: 48vw !important;
540
- height: 40vh !important;
541
- }
542
-
543
- .worktop-item {
544
- display: inline-block;
545
- width: 24vw;
546
- }
547
- .worktop-item-onduty{
548
- width: 48vw !important;
549
- }
550
- .worktop-item-offduty {
551
- float: none !important;
552
- width: 23vw !important;
553
- margin-right: 2vw !important;
554
- }
555
- .worktop-item-settlement {
556
- width: 23vw !important;
557
- margin-right: 0 !important;
558
- }
559
- }
560
- .worktop-container-right{
561
- .worktop-item {
562
- width: 16vw !important;
563
- height: 24.3vh !important;
564
- margin-bottom: 1vh;
565
- h1 {
566
- font-size: 18px !important;
567
- color: #891C1C;
568
- }
569
- i{
570
- color: #A86A03;
571
- font-size: 36px;
572
- }
573
- &:last-child{
574
- padding: 20px;
575
- }
576
- }
577
-
578
- }
579
- }
580
- }
581
-
582
- @media (max-width: 1200px){
583
- .portal-container{
584
- .u-col-lg-3 {
585
- width: 28%;
586
- }
587
- .u-col-lg-6 {
588
- width: 44%;
589
- }
590
- }
591
- }
592
-
593
- @media (min-width: 1000px) {
594
- .portal-container{
595
- .u-col-sm-3 {
596
- display: block;
597
- -webkit-box-sizing: border-box;
598
- box-sizing: border-box;
599
- width: 29.16666667%;
600
- }
601
- .u-col-sm-6 {
602
- display: block;
603
- -webkit-box-sizing: border-box;
604
- box-sizing: border-box;
605
- width: 41.66666667%;
606
- }
607
- }
608
- }
609
-
610
- @media (max-width: 1080px) {
611
- .portal-container{
612
- min-width: 996px;
613
- padding: 4% 0px 0px 0px !important;
614
- zoom: 0.8;
615
- .portal-left-col, .portal-center-col, .portal-right-col{
616
- display: inline-block;
617
- float: left;
618
- }
619
- .u-col-sm-3 {
620
- display: block;
621
- -webkit-box-sizing: border-box;
622
- box-sizing: border-box;
623
- width: 29.16666667%;
624
- }
625
- .u-col-sm-6 {
626
- display: block;
627
- -webkit-box-sizing: border-box;
628
- box-sizing: border-box;
629
- width: 41.66666667%;
630
- }
631
- }
632
- }
633
-
634
- @media (max-height: 680px) {
635
- .portal-container{
636
- zoom: 0.85;
637
- }
638
- }
639
-
640
- @media (max-height: 580px) {
641
- .portal-container{
642
- zoom: 0.75;
643
- }
644
- }
645
-
646
- @media (max-height: 500px) {
647
- .portal-container{
648
- min-width: 996px;
649
- padding: 4% 0px 0px 0px !important;
650
- zoom: 0.65;
651
- .portal-left-col, .portal-center-col, .portal-right-col{
652
- display: inline-block;
653
- float: left;
654
- }
655
- }
1
+ .electron-env{
2
+ * {
3
+ moz-user-select: -moz-none;
4
+ -moz-user-select: none;
5
+ -o-user-select:none;
6
+ -khtml-user-select:none;
7
+ -webkit-user-select:none;
8
+ -ms-user-select:none;
9
+ user-select:none;
10
+ }
11
+ }
12
+ .isPortal-layout {
13
+ > .tplus-layout{
14
+ background-image: url("https://newretail.static.chanjet.com/portal-background.jpg");
15
+ background-size: cover;
16
+ }
17
+ .portal-content{
18
+ background: transparent;
19
+ }
20
+ }
21
+ .portal-container {
22
+ @icon-white: #FFFFFF;
23
+ @icon-orange: #A86A03;
24
+ @bg-yellow: #E4D409;
25
+ @bg-orange: #C07800;
26
+ @bg-orange2: #F5A623;
27
+ @bg-white-27: rgba(255, 255, 255, .27);
28
+ @bg-white-77: rgba(255, 255, 255, .77);
29
+ @bg-white-62: rgba(255, 255, 255, .62);
30
+ @font-red-brown: #891C1C;
31
+ overflow: hidden;
32
+ padding-top: 4%;
33
+ .animation{
34
+ -webkit-transition: all 0.2s ease-in-out;
35
+ -o-transition: all 0.2s ease-in-out;
36
+ transition: all 0.2s ease-in-out;
37
+ }
38
+ .menu-item-disabled{
39
+ pointer-events: none;
40
+ user-select:none;
41
+ opacity: .6;
42
+ }
43
+ .menu-item-common{
44
+ border-radius: 5px;
45
+ cursor: pointer;
46
+ position: relative;
47
+ overflow: hidden;
48
+ box-shadow: 0px 4px 8px rgba(0, 0, 0, .04);
49
+ &:hover{
50
+ box-shadow: 0px 4px 12px rgba(0, 0, 0, .12);
51
+ .animation;
52
+ }
53
+ .animation;
54
+ i {
55
+ position: absolute;
56
+ color: @icon-white;
57
+ }
58
+ .icon-iconff{
59
+ background-color: #0b737b;
60
+ }
61
+ h1{
62
+ color: @icon-white;
63
+ word-break:keep-all;
64
+ white-space:nowrap;
65
+ overflow:hidden;
66
+ text-overflow:ellipsis;
67
+ }
68
+ p {
69
+ color: @icon-white;
70
+ }
71
+ }
72
+ .portal-left-content, .portal-center-content, .portal-right-content{
73
+ i {
74
+ &:before {
75
+ position: relative;
76
+ }
77
+ }
78
+ }
79
+ .portal-left-content{
80
+ width: 304px;
81
+ float: right;
82
+ margin-right: 12px;
83
+ .member-item{
84
+ .menu-item-common;
85
+ background-color: @bg-white-27;
86
+ }
87
+ .member-item-padding{
88
+ padding: 30px 0px 0px 15px;
89
+ }
90
+ .member-item-top{
91
+ width: 100%;
92
+ height: 148px;
93
+ h1 {
94
+ font-size: 22px;
95
+ }
96
+ p {
97
+ font-size: 18px;
98
+ font-weight: 900;
99
+ }
100
+ i {
101
+ width: 62px;
102
+ height: 72px;
103
+ right: 12%;
104
+ bottom: 20%;
105
+ font-size: 64px;
106
+ &:before{
107
+ top: -15px;
108
+ left: -2px;
109
+ }
110
+ }
111
+ .member-item-padding;
112
+ }
113
+ .member-item-center-container{
114
+ width: 100%;
115
+ margin: 8px 0px;
116
+ overflow: auto;
117
+ & > div{
118
+ width: 148px;
119
+ height: 148px;
120
+ float: left;
121
+ h1 {
122
+ font-size: 18px;
123
+ }
124
+ p {
125
+ font-size: 22px;
126
+ font-weight: 900;
127
+ }
128
+ .member-item-padding;
129
+ }
130
+ .member-item-center-1{
131
+ margin-right: 8px;
132
+ i {
133
+ width: 36px;
134
+ height: 36px;
135
+ right: 10%;
136
+ bottom: 10%;
137
+ font-size: 32px;
138
+ &:before {
139
+ top: -6px;
140
+ left: 2px;
141
+ }
142
+ }
143
+ }
144
+ .member-item-center-2{
145
+ i {
146
+ width: 36px;
147
+ height: 36px;
148
+ right: 10%;
149
+ bottom: 10%;
150
+ font-size: 36px;
151
+ &:before{
152
+ top: -8px;
153
+ left: 1px;
154
+ }
155
+ }
156
+ }
157
+ .member-item-center-3 {
158
+ height : 70px;
159
+ padding: 0;
160
+
161
+ h1 {
162
+ font-size : 16px;
163
+ height : 67px;
164
+ line-height: normal;
165
+ padding : 10px 0 0 15px;
166
+ }
167
+
168
+ i {
169
+ width: 24px;
170
+ height: 24px;
171
+ right: 10%;
172
+ bottom: 10%;
173
+ font-size: 24px;
174
+ &:before{
175
+ top: -8px;
176
+ left: 1px;
177
+ }
178
+ }
179
+ }
180
+
181
+ .member-item-center-4 {
182
+ height : 70px;
183
+ padding: 0;
184
+
185
+ h1 {
186
+ font-size : 16px;
187
+ height : 67px;
188
+ line-height: normal;
189
+ padding : 10px 0 0 15px;
190
+ }
191
+
192
+ i {
193
+ width: 24px;
194
+ height: 24px;
195
+ right: 10%;
196
+ bottom: 10%;
197
+ font-size: 24px;
198
+ &:before{
199
+ top: -8px;
200
+ left: 1px;
201
+ }
202
+ }
203
+ }
204
+ }
205
+ .member-item-bottom-top,.member-item-practice{
206
+ height: 70px;
207
+ line-height: 70px;
208
+ font-size: 22px;
209
+ margin-bottom: 8px;
210
+ padding-left: 15px;
211
+ i {
212
+ width: 36px;
213
+ height: 36px;
214
+ right: 10%;
215
+ top: 50%;
216
+ margin-top: -18px;
217
+ font-size: 32px;
218
+ &:before{
219
+ top: -20px;
220
+ }
221
+ }
222
+ }
223
+ .member-item-bottom-container{
224
+ width: 304px;
225
+ display: inline-block;
226
+ & > div {
227
+ width: 148px;
228
+ height: 70px;
229
+ line-height: 70px;
230
+ float: left;
231
+ h1{
232
+ padding-left: 15px;
233
+ }
234
+ i {
235
+ width: 20px;
236
+ height: 20px;
237
+ right: 14%;
238
+ top: 50%;
239
+ margin-top: -10px;
240
+ }
241
+ }
242
+ .member-item-bottom-1{
243
+ margin-right: 8px;
244
+ i{
245
+ font-size: 18px;
246
+ &:before{
247
+ top: -20px;
248
+ left: 2px;
249
+ }
250
+ }
251
+ }
252
+ .member-item-bottom-2{
253
+ i{
254
+ font-size: 18px;
255
+ &:before{
256
+ top: -20px;
257
+ left: 2px;
258
+ }
259
+ }
260
+ }
261
+ }
262
+ }
263
+ .portal-center-content{
264
+ width: 460px;
265
+ margin: 0px auto;
266
+ overflow: hidden;
267
+ .worktop-container-left{
268
+ float: left;
269
+ width: 304px;
270
+ margin-right: 8px;
271
+ & > div {
272
+ width: 100%;
273
+ background-color: rgba(255, 255, 255, .6);
274
+ margin-bottom: 8px;
275
+ .menu-item-common;
276
+ i{
277
+ width: 48px;
278
+ height: 48px;
279
+ top: 50%;
280
+ right: 12%;
281
+ margin-top: -24px;
282
+ font-size: 42px;
283
+ &:before{
284
+ top: -6px;
285
+ left: 2px;
286
+ }
287
+ }
288
+ }
289
+ .worktop-item-cashier{
290
+ background-image: url("https://newretail.static.chanjet.com/cashier-background.jpg");
291
+ background-size: cover;
292
+ height: 304px;
293
+ h1{
294
+ font-size: 40px;
295
+ text-align: center;
296
+ position: relative;
297
+ top: 60%;
298
+ }
299
+ i{
300
+ width: 48px;
301
+ height: 60px;
302
+ top: 20%;
303
+ left: 50%;
304
+ margin-left: -24px;
305
+ margin-top: 0px;
306
+ font-size: 60px;
307
+ &:before{
308
+ top: -15px;
309
+ left: -7px;
310
+ }
311
+ }
312
+ }
313
+ .worktop-item-common{
314
+ padding: 20px;
315
+ h1 {
316
+ font-size: 24px;
317
+ }
318
+ }
319
+ .worktop-item-onduty{
320
+ height: 70px;
321
+ background-color: @bg-orange2;
322
+ .worktop-item-common;
323
+ }
324
+ .worktop-item-offduty{
325
+ height: 70px;
326
+ background-color: @bg-yellow;
327
+ .worktop-item-common
328
+ }
329
+ .worktop-item-settlement{
330
+ height: 70px;
331
+ background-color: @bg-orange;
332
+ .worktop-item-common
333
+ }
334
+ }
335
+ .worktop-container-right{
336
+ width: 148px;
337
+ float: left;
338
+ & > div {
339
+ width: 100%;
340
+ height: 90px;
341
+ margin-bottom: 8px;
342
+ padding: 20px;
343
+ background-color: rgba(255, 255, 255, .6);
344
+ h1{
345
+ font-size: 18px;
346
+ }
347
+ i{
348
+ width: 30px;
349
+ height: 36px;
350
+ bottom: 10%;
351
+ right: 8%;
352
+ font-size: 24px;
353
+ }
354
+ .menu-item-common;
355
+ }
356
+ & > div:last-child{
357
+ padding: 0px;
358
+ }
359
+ .worktop-item-right-bottom {
360
+ overflow: hidden;
361
+ height: auto;
362
+ background-color: transparent;
363
+ width: 148px;
364
+ &:hover{
365
+ box-shadow: none;
366
+ }
367
+ & > div {
368
+ .menu-item-common;
369
+ width: 70px;
370
+ height: 70px;
371
+ float: left;
372
+ margin-bottom: 8px;
373
+ margin-right: 8px;
374
+ background-color: @bg-white-77;
375
+ h1{
376
+ font-size: 14px;
377
+ text-align: center;
378
+ line-height: 40px;
379
+ font-weight: normal;
380
+ color: @font-red-brown;
381
+ }
382
+ i{
383
+ width: 18px;
384
+ height: 18px;
385
+ bottom: 12%;
386
+ left: 50%;
387
+ margin-left: -9px;
388
+ font-size: 18px;
389
+ color: @icon-orange;
390
+ &:before{
391
+ top: -5px;
392
+ }
393
+ }
394
+ }
395
+ & > div:nth-child(even) {
396
+ margin-right: 0px;
397
+ }
398
+ }
399
+ .worktop-item-search{
400
+ height: 148px;
401
+ background-color: @bg-orange2;
402
+ }
403
+ .worktop-item-money{
404
+ height: 70px;
405
+ background-color: @bg-yellow;
406
+ }
407
+ .worktop-item-money{
408
+ height: 70px;
409
+ background-color: @bg-orange;
410
+ }
411
+ .worktop-item-money,.worktop-item-money{
412
+ padding: 10px 0 0 20px;
413
+ h1{
414
+ font-size: 16px;
415
+ }
416
+ }
417
+ }
418
+ }
419
+ .portal-right-content{
420
+ width: 304px;
421
+ margin-left: 12px;
422
+ display: inline-block;
423
+ & > div {
424
+ .menu-item-common;
425
+ width: 148px;
426
+ height: 148px;
427
+ float: left;
428
+ margin-bottom: 8px;
429
+ margin-right: 8px;
430
+ background-color: @bg-white-62;
431
+ padding: 20px 0px 0px 20px;
432
+ h1 {
433
+ font-size: 18px;
434
+ }
435
+ i{
436
+ width: 32px;
437
+ height: 32px;
438
+ bottom: 15%;
439
+ right: 15%;
440
+ font-size: 32px;
441
+ &:before{
442
+ top: -7px;
443
+ }
444
+ }
445
+ }
446
+ & > div:nth-child(even) {
447
+ margin-right: 0px;
448
+ }
449
+ .stock-item-buy{
450
+ background-color: @bg-orange;
451
+ }
452
+ .stock-item-bar{
453
+ background-color: @bg-yellow;
454
+ }
455
+ .stock-item-allocate{
456
+ background-color: @bg-orange2;
457
+ }
458
+ .stock-item-search{
459
+ background-image: url("https://newretail.static.chanjet.com/search-background.jpg");
460
+ background-size: cover;
461
+ }
462
+ .stock-item-offduty,.stock-item-outstock{
463
+ height: 70px;
464
+ padding-top: 8px;
465
+ }
466
+ .stock-item-offduty, .stock-item-outstock,.stock-item-record, .stock-item-instock{
467
+ h1 {
468
+ color: @font-red-brown;
469
+ }
470
+ i {
471
+ color: @icon-orange;
472
+ }
473
+ }
474
+ }
475
+ }
476
+
477
+ /*适配Pad*/
478
+ .portal-container-pad{
479
+
480
+ .portal-center-content {
481
+ width: 66vw !important;
482
+ height: 100vh !important;
483
+ .worktop-container-left{
484
+ width: 48vw !important;
485
+ .worktop-item-cashier{
486
+ width: 48vw !important;
487
+ height: 40vh !important;
488
+ }
489
+
490
+ .worktop-item {
491
+ display: inline-block;
492
+ width: 24vw;
493
+ }
494
+ .worktop-item-onduty{
495
+ width: 48vw !important;
496
+ }
497
+ .worktop-item-offduty {
498
+ float: none !important;
499
+ width: 23vw !important;
500
+ margin-right: 2vw !important;
501
+ }
502
+ .worktop-item-settlement {
503
+ width: 23vw !important;
504
+ margin-right: 0 !important;
505
+ }
506
+
507
+ }
508
+ .worktop-container-right{
509
+ .worktop-item {
510
+ width: 16vw !important;
511
+ height: 22vh !important;
512
+ margin-bottom: 1vh;
513
+ h1 {
514
+ font-size: 18px !important;
515
+ color: #891C1C;
516
+ }
517
+ i{
518
+ color: #A86A03;
519
+ font-size: 36px;
520
+ }
521
+ &:last-child{
522
+ padding: 20px;
523
+ }
524
+ }
525
+ .worktop-item-option {
526
+ height: 11vh !important;
527
+ i{
528
+ bottom:17% !important;
529
+ }
530
+ }
531
+
532
+ }
533
+ }
534
+ }
535
+
536
+ /*适配SunMi*/
537
+ .portal-container-sunmi{
538
+
539
+ .portal-center-content {
540
+ width: 66vw !important;
541
+ height: 100vh !important;
542
+ .worktop-container-left{
543
+ width: 48vw !important;
544
+ .worktop-item-cashier{
545
+ width: 48vw !important;
546
+ height: 40vh !important;
547
+ }
548
+
549
+ .worktop-item {
550
+ display: inline-block;
551
+ width: 24vw;
552
+ }
553
+ .worktop-item-onduty{
554
+ width: 48vw !important;
555
+ }
556
+ .worktop-item-offduty {
557
+ float: none !important;
558
+ width: 23vw !important;
559
+ margin-right: 2vw !important;
560
+ }
561
+ .worktop-item-settlement {
562
+ width: 23vw !important;
563
+ margin-right: 0 !important;
564
+ }
565
+ }
566
+ .worktop-container-right{
567
+ .worktop-item {
568
+ width: 16vw !important;
569
+ height: 24.3vh !important;
570
+ margin-bottom: 1vh;
571
+ h1 {
572
+ font-size: 18px !important;
573
+ color: #891C1C;
574
+ }
575
+ i{
576
+ color: #A86A03;
577
+ font-size: 36px;
578
+ }
579
+ &:last-child{
580
+ padding: 20px;
581
+ }
582
+ }
583
+
584
+ }
585
+ }
586
+ }
587
+
588
+ @media (max-width: 1200px){
589
+ .portal-container{
590
+ .u-col-lg-3 {
591
+ width: 28%;
592
+ }
593
+ .u-col-lg-6 {
594
+ width: 44%;
595
+ }
596
+ }
597
+ }
598
+
599
+ @media (min-width: 1000px) {
600
+ .portal-container{
601
+ .u-col-sm-3 {
602
+ display: block;
603
+ -webkit-box-sizing: border-box;
604
+ box-sizing: border-box;
605
+ width: 29.16666667%;
606
+ }
607
+ .u-col-sm-6 {
608
+ display: block;
609
+ -webkit-box-sizing: border-box;
610
+ box-sizing: border-box;
611
+ width: 41.66666667%;
612
+ }
613
+ }
614
+ }
615
+
616
+ @media (max-width: 1080px) {
617
+ .portal-container{
618
+ min-width: 996px;
619
+ padding: 4% 0px 0px 0px !important;
620
+ zoom: 0.8;
621
+ .portal-left-col, .portal-center-col, .portal-right-col{
622
+ display: inline-block;
623
+ float: left;
624
+ }
625
+ .u-col-sm-3 {
626
+ display: block;
627
+ -webkit-box-sizing: border-box;
628
+ box-sizing: border-box;
629
+ width: 29.16666667%;
630
+ }
631
+ .u-col-sm-6 {
632
+ display: block;
633
+ -webkit-box-sizing: border-box;
634
+ box-sizing: border-box;
635
+ width: 41.66666667%;
636
+ }
637
+ }
638
+ }
639
+
640
+ @media (max-height: 680px) {
641
+ .portal-container{
642
+ zoom: 0.85;
643
+ }
644
+ }
645
+
646
+ @media (max-height: 580px) {
647
+ .portal-container{
648
+ zoom: 0.75;
649
+ }
650
+ }
651
+
652
+ @media (max-height: 500px) {
653
+ .portal-container{
654
+ min-width: 996px;
655
+ padding: 4% 0px 0px 0px !important;
656
+ zoom: 0.65;
657
+ .portal-left-col, .portal-center-col, .portal-right-col{
658
+ display: inline-block;
659
+ float: left;
660
+ }
661
+ }
656
662
  }