提交 a8f96342 authored 作者: matian's avatar matian

video自动播放

上级 21047a4a
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood.mp4" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood.mp4"
controls="controls" controls="controls"
preload="none" preload="none"
autoplay="autoplay"
></video> ></video>
<div class="overlay" v-show="isShow" @click="close"></div> <div class="overlay" v-show="isShow" @click="close"></div>
</div> </div>
...@@ -70,7 +71,7 @@ export default { ...@@ -70,7 +71,7 @@ export default {
height: 100%; height: 100%;
} }
.video { .video {
width: 60%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
left: 50%; left: 50%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论