月球任务(Routine)RUNE中文版

月球任务(Routine)RUNE中文版-灵悟界
月球任务(Routine)RUNE中文版
此内容为付费资源,请付费后查看
灵石20
限时特惠
灵石99
付费资源

#lunboMain {
max-width: 1200px;
margin: 20px auto;
padding: 15px;
background: #f5f5f5;
border-radius: 8px;
}
/* 16:9比例容器:通过padding-top实现(9/16=56.25%) */
#lunboMainView {
width: 100%;
background: #000;
border-radius: 4px;
overflow: hidden;
position: relative; /* 相对定位,用于子元素绝对定位 */
padding-top: 56.25%; /* 核心:维持16:9比例 */
}
#videoPlayer {
/* 绝对定位填充容器,确保16:9比例 */
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain; /* 保持视频比例,不拉伸 */
}
#errorMsg {
color: red;
margin-top: 10px;
text-align: center;
}


© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
畅所欲言 抢沙发

请登录后发表评论

    暂无评论内容