html 视频进度条消失,html5 vedio 播放器,禁掉进度条快进快退事件

  • Post author:
  • Post category:其他


HTML5-Video-Player

.videoPlayer{border:1px solid #000;width:600px;

}#video{margin-top:0px;

}#videoControls{width:600px;margin-top:0px;

}.show{opacity:1;

}.hide{opacity:0;

}#progressWrap{background-color:black;height:25px;cursor:pointer;

}#playProgress{background-color:red;width:0px;height:25px;border-right:2px solid blue;

}#showProgress{background-color: ;font-weight:600;font-size:20px;line-height:25px;

}

HTML5_Video_Player

0