0
你好,我試圖解決CSS這就是唯一的問題是出現在全屏幕videojs確實有全屏的CSS,但我一直在試圖繞過寬度videojs全屏CSS
主進度欄我用下面的
.vjs-cinematography-skin .vjs-progress-control {
border-style: solid;
border-width: 1px;
border-color: #666;
position: absolute;
left: 100px;
right: 0;
width: 55%;
font-size: 0.3em;
height: 2em;
/* Set above the rest of the controls. *///
top: 4em;
/* Shrink the bar slower than it grows. *///
.transition(all 0.4s);
}
,但我試圖改變這一點使用全屏調試原因,我增添了不少色彩
.vjs-cinematography-skin .vjs-progress-control .vjs-fullscreen .vjs-fullscreen-control div {
width: 100% !important;
background-color: #FFF !important;
}
,但我已經嘗試了很多方法,我也不知道如何繞過CSS對於f ullscreen只有
這裏是我的演示鏈接
http://muse4u.tv/dev/dist/demo.html