react_hsbc_teller 1.8.4 → 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 +1973 -1834
- package/packages/pages/video/video.less +46 -1
|
@@ -173,6 +173,10 @@
|
|
|
173
173
|
line-height: 2.5rem;
|
|
174
174
|
margin-left: 15px;
|
|
175
175
|
}
|
|
176
|
+
span{
|
|
177
|
+
display: inline-block;
|
|
178
|
+
width: 5rem;
|
|
179
|
+
}
|
|
176
180
|
}
|
|
177
181
|
}
|
|
178
182
|
}
|
|
@@ -445,7 +449,41 @@
|
|
|
445
449
|
}
|
|
446
450
|
|
|
447
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;
|
|
448
478
|
|
|
479
|
+
img{
|
|
480
|
+
margin-right: 8px;
|
|
481
|
+
width: 16px;
|
|
482
|
+
height: 16px;
|
|
483
|
+
margin-bottom: 3px;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
}
|
|
449
487
|
.radio {
|
|
450
488
|
position: relative;
|
|
451
489
|
display: inline-block;
|
|
@@ -523,4 +561,11 @@
|
|
|
523
561
|
.selectCustomer{
|
|
524
562
|
font-size: 16px;
|
|
525
563
|
margin-left: 40px;
|
|
526
|
-
}
|
|
564
|
+
}
|
|
565
|
+
.faceImgCard{
|
|
566
|
+
width: 11rem;
|
|
567
|
+
margin: 0 1rem;
|
|
568
|
+
}
|
|
569
|
+
.titleDiv{
|
|
570
|
+
font-size: 16px;
|
|
571
|
+
}
|