首页/styles.css:修订间差异

无编辑摘要
无编辑摘要
第18行: 第18行:
.video_block .progress_bar{
.video_block .progress_bar{
position: absolute;
position: absolute;
top: 100%; /* 相对于父元素的底部 */
    bottom: 0;
left: 0;
    width: 100%;
width: 100%; /* 宽度和父元素相同 */
    height: 64px;
height: 64px; /* 固定高度 */
    color: white;
background-color: #007bff; /* 示例背景色 */
    text-align: center;
color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
text-align: center;
line-height: 64px; /* 垂直居中内容 */
}
}