mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-17 11:07:30 +08:00
feat: port artplayer
This commit is contained in:
@@ -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; /* 其余区域填充为黑色 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user