提交 e01b0e0e authored 作者: lihuihui's avatar lihuihui

update

上级 553f3bf7
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
webkit-playsinline="" webkit-playsinline=""
ref="video" ref="video"
id="myAudio" id="myAudio"
style="width: 100%;height: 100%; object-fit: fill;" style="width: 100%;height: 80%; object-fit: fill;"
src="https://zws-imgs-pub.ezijing.com/static/public/54f23971c68517443056d531c6d1f982.mp4" src="https://zws-imgs-pub.ezijing.com/static/public/54f23971c68517443056d531c6d1f982.mp4"
playsinline playsinline
></video> ></video>
...@@ -427,7 +427,11 @@ export default { ...@@ -427,7 +427,11 @@ export default {
width: 100%; width: 100%;
position: relative; position: relative;
height: 100%; height: 100%;
background: #000;
video { video {
position: absolute;
top: 50%;
transform: translateY(-50%);
display: inline-block; display: inline-block;
vertical-align: baseline; vertical-align: baseline;
} }
......
...@@ -1216,7 +1216,7 @@ export default { ...@@ -1216,7 +1216,7 @@ export default {
color: #fff; color: #fff;
width: 90%; width: 90%;
text-align: center; text-align: center;
z-index: 999999; z-index: 9;
&.top-n{ &.top-n{
bottom: 23px; bottom: 23px;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论