tplus-components-touch 3.21.2 → 3.22.1
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.
- package/dist/components/settlement/settlement.js +61 -103
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlement.less +10 -62
- package/dist/components/settlement/settlementStore.js +89 -341
- package/dist/components/settlement/settlementStore.js.map +1 -1
- package/dist/components/ticon/iconfont/demo.css +539 -539
- package/dist/components/ticon/iconfont/demo_index.html +4949 -5041
- package/dist/components/ticon/iconfont/iconfont.css +843 -859
- package/dist/components/ticon/iconfont/iconfont.js +4 -4
- package/dist/components/ticon/iconfont/iconfont.js.map +1 -1
- package/dist/components/ticon/iconfont/iconfont.json +1458 -1486
- package/dist/components/ticon/iconfont/iconfont.ttf +0 -0
- package/dist/components/ticon/iconfont/iconfont.woff +0 -0
- package/dist/components/ticon/iconfont/iconfont.woff2 +0 -0
- package/package.json +2 -2
|
@@ -337,37 +337,6 @@
|
|
|
337
337
|
font-size: 20px;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
.col4 {
|
|
341
|
-
width: 496px;
|
|
342
|
-
margin-left: 16px;
|
|
343
|
-
border-bottom: 1px solid #E6E6EB;
|
|
344
|
-
.ant-btn {
|
|
345
|
-
margin-right: 2px;
|
|
346
|
-
padding: 0 10px;
|
|
347
|
-
font-size: 14px;
|
|
348
|
-
border: none;
|
|
349
|
-
border-bottom: 2px solid;
|
|
350
|
-
border-radius: 0;
|
|
351
|
-
margin-bottom: -1px;
|
|
352
|
-
position: relative;
|
|
353
|
-
}
|
|
354
|
-
.couponBorder {
|
|
355
|
-
border-color: #E6E6EB;
|
|
356
|
-
&::after{
|
|
357
|
-
position: absolute;
|
|
358
|
-
bottom: -1px;
|
|
359
|
-
left: 0px;
|
|
360
|
-
content: '';
|
|
361
|
-
width: 100%;
|
|
362
|
-
height: 1px;
|
|
363
|
-
border-bottom: 1px solid white;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
.couponTip {
|
|
367
|
-
color: #F83A41;
|
|
368
|
-
font-size: 12px;
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
340
|
}
|
|
372
341
|
.djq2outer{
|
|
373
342
|
padding-top:8px;
|
|
@@ -460,10 +429,7 @@
|
|
|
460
429
|
left: -5px;
|
|
461
430
|
}
|
|
462
431
|
.djqLeftCash{
|
|
463
|
-
|
|
464
|
-
}
|
|
465
|
-
.djqLeftCashGrey {
|
|
466
|
-
background-image: linear-gradient(137deg, #CBCAC9 0%, #B0B0B0 100%);
|
|
432
|
+
background-image: linear-gradient(-137deg, #FD6E21 0%, #F9365D 100%);
|
|
467
433
|
}
|
|
468
434
|
.djqLeftDiscount{
|
|
469
435
|
background-image: linear-gradient(-137deg, #FF8F36 0%, #FD6B59 100%);
|
|
@@ -476,15 +442,15 @@
|
|
|
476
442
|
background-color: #FFFFFF;
|
|
477
443
|
border-radius: 1px 4px 4px 1px;
|
|
478
444
|
text-align: left;
|
|
479
|
-
text-indent:
|
|
445
|
+
text-indent: 20px;
|
|
480
446
|
cursor: pointer;
|
|
481
447
|
.name{
|
|
482
448
|
// padding-left:23px;
|
|
483
449
|
padding-top:16px;
|
|
484
450
|
padding-bottom: 19px;
|
|
485
451
|
font-size: 17px;
|
|
452
|
+
color: #333333;
|
|
486
453
|
line-height: 16px;
|
|
487
|
-
width: 136px;
|
|
488
454
|
}
|
|
489
455
|
.info{
|
|
490
456
|
// padding-left:23px;
|
|
@@ -493,35 +459,17 @@
|
|
|
493
459
|
color: #333333;
|
|
494
460
|
line-height: 13px;
|
|
495
461
|
}
|
|
496
|
-
.
|
|
497
|
-
|
|
498
|
-
top: 12px;
|
|
499
|
-
right: 12px;
|
|
500
|
-
border: 1px solid #979797;
|
|
501
|
-
border-radius: 0.83px;
|
|
502
|
-
width: 18px;
|
|
503
|
-
height: 18px;
|
|
504
|
-
}
|
|
505
|
-
.noxuanzhong1 {
|
|
506
|
-
position: absolute;
|
|
507
|
-
top: 6px;
|
|
508
|
-
right: 6px;
|
|
509
|
-
border: 1px solid #979797;
|
|
510
|
-
border-radius: 0.83px;
|
|
511
|
-
width: 18px;
|
|
512
|
-
height: 18px;
|
|
513
|
-
background: #F0F0F0;
|
|
462
|
+
.info_red{
|
|
463
|
+
color: #F5372F;
|
|
514
464
|
}
|
|
465
|
+
|
|
515
466
|
}
|
|
516
467
|
|
|
517
468
|
.djqRightSelected{
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
.
|
|
521
|
-
|
|
522
|
-
position: absolute;
|
|
523
|
-
top: 6px;
|
|
524
|
-
right: 6px;
|
|
469
|
+
background:#FFFFFF url('http://newretail-static-pro-bj.oss-cn-beijing-internal.aliyuncs.com/pos/img/shiyong.png') no-repeat !important;
|
|
470
|
+
background-position: right bottom !important;
|
|
471
|
+
.name{
|
|
472
|
+
color:#FE7351;
|
|
525
473
|
}
|
|
526
474
|
}
|
|
527
475
|
}
|