Commit 66ec6fd3 authored by 李苏's avatar 李苏 💬

查看视频问题

parent 34387efa
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
</div> </div>
<div class="center-cen fl" style="padding-top: 0;"> <div class="center-cen fl" style="padding-top: 0;">
<div class="cen-top rightTop border" style="height: 6.55rem;margin-bottom: .2rem;"> <div class="cen-top rightTop border" style="height: 6.55rem;margin-bottom: .2rem;">
<video width="100%" style="width:100%;height:100%" height="100%" controls id="firstVideo" muted autoplay="autoplay" loop="loop"> <video width="100%" style="width:100%;height:100%" height="100%" controls id="firstVideo" preload="none" muted autoplay="autoplay" loop="loop">
</video> </video>
</div> </div>
<div class="cen-bottom rightTop border" style="height: 3.8rem;"> <div class="cen-bottom rightTop border" style="height: 3.8rem;">
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<div class="center"> <div class="center">
<div class="center-left fl" style="width: 33.3%"> <div class="center-left fl" style="width: 33.3%">
<div class="left-top rightTop border"> <div class="left-top rightTop border">
<video width="100%" height="100%" controls id="firstVideo" autoplay="autoplay" muted loop="loop"> <video width="100%" height="100%" controls id="firstVideo" autoplay="autoplay" preload="none" muted loop="loop">
</video> </video>
</div> </div>
<div class="left-cen rightTop border"> <div class="left-cen rightTop border">
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<div class="center"> <div class="center">
<div class="center-cen fl"> <div class="center-cen fl">
<div class="cen-top rightTop border"> <div class="cen-top rightTop border">
<video width="100%" height="100%" controls id="firstVideo" autoplay="autoplay" muted loop="loop"> <video width="100%" height="100%" controls id="firstVideo" autoplay="autoplay" preload="none" muted loop="loop">
</video> </video>
</div> </div>
<div class="cen-bottom rightTop border" style="width: calc(50% - 0.1rem);float: left;margin-right: 0.1rem"> <div class="cen-bottom rightTop border" style="width: calc(50% - 0.1rem);float: left;margin-right: 0.1rem">
......
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</div> </div>
<div class="center-cen fr" style="width: 60%"> <div class="center-cen fr" style="width: 60%">
<div class="cen-top rightTop border"> <div class="cen-top rightTop border">
<video width="100%" height="100%" controls id="firstVideo" autoplay="autoplay" muted loop="loop"> <video width="100%" height="100%" controls id="firstVideo" autoplay="autoplay" preload="none" muted loop="loop">
</video> </video>
</div> </div>
<div class="cen-bottom rightTop border" style="width: calc(50% - 0.1rem);float: left;margin-right: 0.1rem"> <div class="cen-bottom rightTop border" style="width: calc(50% - 0.1rem);float: left;margin-right: 0.1rem">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment