feat: port artplayer

This commit is contained in:
shinya
2025-07-07 01:34:19 +08:00
parent f54d61b7bb
commit e70289f27d
5 changed files with 712 additions and 353 deletions

View File

@@ -153,20 +153,13 @@ div[data-media-provider] video {
object-fit: contain;
}
/* Vidstack Menu 自定义样式:背景黑色,文字白色 */
.vds-menu-items {
background-color: #000;
color: #fff;
.art-notice {
display: none !important;
}
.vds-radio {
color: #fff !important;
}
.vds-radio:hover {
background-color: rgba(245, 245, 245, 0.1) !important;
}
.vds-radio .vds-icon {
color: #fff !important;
.art-poster {
background-size: contain !important; /* 使图片完整展示 */
background-position: center center !important; /* 居中显示 */
background-repeat: no-repeat !important; /* 防止重复 */
background-color: #000 !important; /* 其余区域填充为黑色 */
}