mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-08 23:54:10 +08:00
视频播放优化
This commit is contained in:
parent
15a8dbd3ca
commit
af136e1f57
@ -19,7 +19,7 @@
|
|||||||
.video-box {
|
.video-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
height: 211px;
|
height: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
.alert-message {
|
.alert-message {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -28,7 +28,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 211px;
|
||||||
background: rgba(0, 0, 0);
|
background: rgba(0, 0, 0);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user