react_hsbc_teller 1.8.8 → 1.9.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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/demo/demo.js +4 -4
- package/packages/pages/video/video.jsx +284 -82
- package/packages/pages/video/video.less +20 -6
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
.faceImg{
|
|
154
|
-
width:
|
|
154
|
+
width: 60%;
|
|
155
155
|
}
|
|
156
156
|
.faceBody{
|
|
157
157
|
text-align: center;
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
}
|
|
162
162
|
.resuleCard{
|
|
163
163
|
text-align: -webkit-left;
|
|
164
|
-
padding:
|
|
164
|
+
padding: 0Px 2Px;
|
|
165
165
|
div{
|
|
166
166
|
font-size: 16Px;
|
|
167
167
|
color: #646464;
|
|
@@ -560,12 +560,26 @@
|
|
|
560
560
|
}
|
|
561
561
|
.selectCustomer{
|
|
562
562
|
font-size: 16px;
|
|
563
|
-
margin
|
|
563
|
+
margin: 0 40px;
|
|
564
564
|
}
|
|
565
565
|
.faceImgCard{
|
|
566
|
-
width:
|
|
567
|
-
margin:
|
|
566
|
+
width: 20rem;
|
|
567
|
+
margin-right: 3Px;
|
|
568
568
|
}
|
|
569
569
|
.titleDiv{
|
|
570
|
-
font-size:
|
|
570
|
+
font-size: 1.4rem;
|
|
571
|
+
}
|
|
572
|
+
.videoListClass{
|
|
573
|
+
align-content: flex-start;
|
|
574
|
+
flex-wrap: wrap;
|
|
575
|
+
display: inline-flex;
|
|
576
|
+
}
|
|
577
|
+
.videoMinutuListClass{
|
|
578
|
+
width: 50%;
|
|
579
|
+
}
|
|
580
|
+
.videoMinutuClass{
|
|
581
|
+
width: 100%;
|
|
582
|
+
}
|
|
583
|
+
.imgDIV{
|
|
584
|
+
margin: 0 !important;
|
|
571
585
|
}
|