隐藏播放器带的提示内容
This commit is contained in:
@@ -204,6 +204,16 @@
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 隐藏播放器自带的错误显示 */
|
||||||
|
.video-js .vjs-error-display {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 隐藏播放器自带的错误提示文字 */
|
||||||
|
.video-js .vjs-modal-dialog {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* 全屏模式下的样式调整 */
|
/* 全屏模式下的样式调整 */
|
||||||
.monitor-screen.fullscreen {
|
.monitor-screen.fullscreen {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user