背景:部分课程禁止客户拖动视频进度条直至播放结束
<video enable-progress-gesture="false" >
<cover-view class="cover"></cover-view>
</video>
.cover{
position: absolute;
bottom: 0;
z-index: 998;
height: 20%;
background-color: red;
left: 10%;
background-color: rgba(255, 255, 255, 0.007);
width: 80%;
}
background-color: red;是为了方便调试的时候使用可删除
.cover中的width可调整大概位置在70-80之间