隐藏播放器带的提示内容

This commit is contained in:
zqc
2026-01-15 11:58:26 +08:00
parent 3da55fa4db
commit 0cb2518009

View File

@@ -204,6 +204,16 @@
display: none !important;
}
/* 隐藏播放器自带的错误显示 */
.video-js .vjs-error-display {
display: none !important;
}
/* 隐藏播放器自带的错误提示文字 */
.video-js .vjs-modal-dialog {
display: none !important;
}
/* 全屏模式下的样式调整 */
.monitor-screen.fullscreen {
position: fixed;