react_hsbc_teller 1.8.6 → 1.8.7
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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/demo/demo.js +19 -6
- package/packages/pages/video/video.jsx +1886 -1732
- package/packages/pages/video/video.less +42 -1
|
@@ -449,7 +449,41 @@
|
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
}
|
|
452
|
+
.errorClassFace{
|
|
453
|
+
min-width: 350px;
|
|
454
|
+
height: 44px;
|
|
455
|
+
background: #F9F2F3;
|
|
456
|
+
border: 1px #E5B2B5 solid;
|
|
457
|
+
font-size: 16px;
|
|
458
|
+
color: #252525;
|
|
459
|
+
text-align: center;
|
|
460
|
+
padding: 7px;
|
|
461
|
+
|
|
462
|
+
img{
|
|
463
|
+
margin-right: 8px;
|
|
464
|
+
width: 16px;
|
|
465
|
+
height: 16px;
|
|
466
|
+
margin-bottom: 3px;
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
.successClassFace{
|
|
470
|
+
min-width: 350px;
|
|
471
|
+
height: 44px;
|
|
472
|
+
background: #E5F2F2;
|
|
473
|
+
border: 1px #99CECC solid;
|
|
474
|
+
font-size: 16px;
|
|
475
|
+
color: #252525;
|
|
476
|
+
text-align: center;
|
|
477
|
+
padding: 7px;
|
|
478
|
+
|
|
479
|
+
img{
|
|
480
|
+
margin-right: 8px;
|
|
481
|
+
width: 16px;
|
|
482
|
+
height: 16px;
|
|
483
|
+
margin-bottom: 3px;
|
|
484
|
+
}
|
|
452
485
|
|
|
486
|
+
}
|
|
453
487
|
.radio {
|
|
454
488
|
position: relative;
|
|
455
489
|
display: inline-block;
|
|
@@ -527,4 +561,11 @@
|
|
|
527
561
|
.selectCustomer{
|
|
528
562
|
font-size: 16px;
|
|
529
563
|
margin-left: 40px;
|
|
530
|
-
}
|
|
564
|
+
}
|
|
565
|
+
.faceImgCard{
|
|
566
|
+
width: 11rem;
|
|
567
|
+
margin: 0 1rem;
|
|
568
|
+
}
|
|
569
|
+
.titleDiv{
|
|
570
|
+
font-size: 16px;
|
|
571
|
+
}
|