react_hsbc_teller 1.8.3 → 1.8.6
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/api/api.js +37 -1
- package/packages/api/server.js +3 -0
- package/packages/pages/foot/foot.jsx +3 -2
- package/packages/pages/video/video.jsx +338 -177
- package/packages/pages/video/video.less +11 -3
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
}
|
|
156
156
|
.faceBody{
|
|
157
157
|
text-align: center;
|
|
158
|
-
height:
|
|
158
|
+
height: 100%;
|
|
159
159
|
.faceCardImg{
|
|
160
|
-
height: 100%;
|
|
160
|
+
// height: 100%;
|
|
161
161
|
}
|
|
162
162
|
.resuleCard{
|
|
163
163
|
text-align: -webkit-left;
|
|
@@ -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
|
}
|
|
@@ -519,4 +523,8 @@
|
|
|
519
523
|
}
|
|
520
524
|
.speakerTitle{
|
|
521
525
|
color: red;
|
|
522
|
-
}
|
|
526
|
+
}
|
|
527
|
+
.selectCustomer{
|
|
528
|
+
font-size: 16px;
|
|
529
|
+
margin-left: 40px;
|
|
530
|
+
}
|