react_hsbc_teller 0.4.1 → 0.4.5
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/pages/video/video.jsx +812 -137
- package/packages/pages/video/video.less +12 -11
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.mixedvideo{
|
|
6
6
|
display: none;
|
|
7
7
|
position:absolute;
|
|
8
|
-
object-fit:
|
|
8
|
+
object-fit: contain
|
|
9
9
|
}
|
|
10
10
|
.imgClass{
|
|
11
11
|
width: 100%;
|
|
@@ -40,23 +40,24 @@
|
|
|
40
40
|
font-weight: bold;
|
|
41
41
|
height: 170px;
|
|
42
42
|
position: relative;
|
|
43
|
+
background: #333;
|
|
43
44
|
}
|
|
44
45
|
.videoFit{
|
|
45
46
|
object-fit: contain !important;
|
|
46
47
|
}
|
|
47
|
-
.isBack {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
48
|
+
// .isBack {
|
|
49
|
+
// transform: rotateY(180deg);
|
|
50
|
+
// // background: #333;
|
|
51
|
+
// }
|
|
51
52
|
.video1{
|
|
52
53
|
width: 100%;
|
|
53
54
|
height: 100%;
|
|
54
|
-
object-fit:
|
|
55
|
+
object-fit: contain
|
|
55
56
|
}
|
|
56
57
|
.video{
|
|
57
58
|
width: 100%;
|
|
58
59
|
height: 100%;
|
|
59
|
-
object-fit:
|
|
60
|
+
object-fit: contain;
|
|
60
61
|
}
|
|
61
62
|
.video1Div{
|
|
62
63
|
width: 100%;
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
}
|
|
74
75
|
.ownClass{
|
|
75
76
|
height: calc(100vh - 15px);
|
|
76
|
-
object-fit:
|
|
77
|
+
object-fit: contain;
|
|
77
78
|
width: 100%;
|
|
78
79
|
}
|
|
79
80
|
.publishVideoClass{
|
|
@@ -111,7 +112,7 @@
|
|
|
111
112
|
.canvasClass{
|
|
112
113
|
position: absolute;
|
|
113
114
|
bottom: 0;
|
|
114
|
-
|
|
115
|
+
right: 0;
|
|
115
116
|
}
|
|
116
117
|
.canvasClassOne{
|
|
117
118
|
position: absolute;
|
|
@@ -163,7 +164,7 @@
|
|
|
163
164
|
.tellerTitle{
|
|
164
165
|
position: absolute;
|
|
165
166
|
// top: 0;
|
|
166
|
-
|
|
167
|
+
left: 0px;
|
|
167
168
|
// width: 80px;
|
|
168
169
|
line-height: 30px;
|
|
169
170
|
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
height: 30px;
|
|
172
173
|
// background: rgba(219, 0, 17, 0.1);
|
|
173
174
|
border-radius: 4px 0px 2px 0px;
|
|
174
|
-
transform: rotateY(180deg);
|
|
175
|
+
// transform: rotateY(180deg);
|
|
175
176
|
// color: #DB0011;
|
|
176
177
|
font-size: 14px;
|
|
177
178
|
}
|