react_hsbc_teller 0.7.3 → 0.7.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/assets/img/link.png +0 -0
- package/packages/pages/video/video.jsx +378 -263
- package/packages/pages/video/video.less +23 -0
|
@@ -123,6 +123,15 @@
|
|
|
123
123
|
font-size: 17px;
|
|
124
124
|
color: #666666;
|
|
125
125
|
}
|
|
126
|
+
.invitationImg{
|
|
127
|
+
width: 20px;
|
|
128
|
+
height: 20px;
|
|
129
|
+
}
|
|
130
|
+
.invitationButton{
|
|
131
|
+
color: #1a9adc !important;
|
|
132
|
+
border: none !important;
|
|
133
|
+
background: #fff !important;
|
|
134
|
+
}
|
|
126
135
|
.invitationDiv{
|
|
127
136
|
margin-left: 40px;
|
|
128
137
|
margin-bottom: 15px;
|
|
@@ -312,6 +321,15 @@
|
|
|
312
321
|
border: 1px #5C5C5C solid!important;
|
|
313
322
|
border-spacing: 20px!important;
|
|
314
323
|
}
|
|
324
|
+
.modelButtonCancelOne{
|
|
325
|
+
width: 100px!important;
|
|
326
|
+
height: 40px!important;
|
|
327
|
+
font-size: 16px!important;
|
|
328
|
+
color: #5C5C5C!important;
|
|
329
|
+
border: 1px #5C5C5C solid!important;
|
|
330
|
+
border-spacing: 20px!important;
|
|
331
|
+
background: #d9d9d9!important;
|
|
332
|
+
}
|
|
315
333
|
.modelButtonOk{
|
|
316
334
|
width: 100px!important;
|
|
317
335
|
height: 40px!important;
|
|
@@ -434,4 +452,9 @@
|
|
|
434
452
|
width: 18px;
|
|
435
453
|
height: 18px;
|
|
436
454
|
}
|
|
455
|
+
}
|
|
456
|
+
.linkClass{
|
|
457
|
+
margin: 20px 40px;
|
|
458
|
+
font-size: 14px;
|
|
459
|
+
word-break: break-all;
|
|
437
460
|
}
|