react_hsbc_teller 1.9.81 → 2.0.0
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/lib/hsbc.js.LICENSE.txt +6 -0
- package/package.json +2 -1
- package/packages/api/api.js +2 -2
- package/packages/assets/img/jietu.png +0 -0
- package/packages/assets/img/jietu_face.png +0 -0
- package/packages/pages/components/step/step.jsx +32 -0
- package/packages/pages/components/step/step.less +0 -0
- package/packages/pages/foot/foot.jsx +1 -1
- package/packages/pages/video/video.jsx +805 -1834
- package/packages/pages/video/video.less +11 -3
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
}
|
|
27
27
|
.wrapper {
|
|
28
28
|
overflow: auto;
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
29
31
|
height: 100%;
|
|
30
32
|
width: 20%;
|
|
31
33
|
background: #f3f3f3;
|
|
@@ -43,7 +45,7 @@
|
|
|
43
45
|
// border: 1px solid #fff;
|
|
44
46
|
color: #fff;
|
|
45
47
|
font-weight: bold;
|
|
46
|
-
height: 170px;
|
|
48
|
+
min-height: 170px;
|
|
47
49
|
position: relative;
|
|
48
50
|
background: #333;
|
|
49
51
|
margin-bottom: 20px;
|
|
@@ -157,6 +159,7 @@
|
|
|
157
159
|
.faceBody{
|
|
158
160
|
text-align: center;
|
|
159
161
|
height: 100%;
|
|
162
|
+
width: ~"calc(100% - 150px)";
|
|
160
163
|
.faceCardImg{
|
|
161
164
|
// height: 100%;
|
|
162
165
|
}
|
|
@@ -218,6 +221,7 @@
|
|
|
218
221
|
background: rgba(0, 0, 0, 0.65);
|
|
219
222
|
display: inline-flex;
|
|
220
223
|
position: absolute;
|
|
224
|
+
align-items: center;
|
|
221
225
|
// top: 0;
|
|
222
226
|
left: 10px;
|
|
223
227
|
// width: 80px;
|
|
@@ -406,7 +410,7 @@
|
|
|
406
410
|
border-spacing: 20px!important;
|
|
407
411
|
}
|
|
408
412
|
.modelButtonFaceOkColor{
|
|
409
|
-
width: 170px!important;
|
|
413
|
+
min-width: 170px!important;
|
|
410
414
|
height: 40px!important;
|
|
411
415
|
font-size: 16px!important;
|
|
412
416
|
color: #ffffff!important;
|
|
@@ -432,6 +436,9 @@
|
|
|
432
436
|
font-size: 16px;
|
|
433
437
|
margin: 20px 50px;
|
|
434
438
|
}
|
|
439
|
+
.CustomerSelectTitle{
|
|
440
|
+
margin-bottom: 10px;
|
|
441
|
+
}
|
|
435
442
|
.errorClassName{
|
|
436
443
|
.ant-message-notice-content{
|
|
437
444
|
min-width: 500px;
|
|
@@ -598,7 +605,8 @@ margin: 20Px 40px;
|
|
|
598
605
|
margin-bottom: 0px !important;
|
|
599
606
|
}
|
|
600
607
|
.titleDiv{
|
|
601
|
-
font-size: 1.
|
|
608
|
+
font-size: 1.2rem;
|
|
609
|
+
margin: 10px 0;
|
|
602
610
|
}
|
|
603
611
|
.videoListClass{
|
|
604
612
|
align-content: flex-start;
|