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

无编辑摘要
无编辑摘要
第23行: 第23行:
     color: white;
     color: white;
     text-align: center;
     text-align: center;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
     background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.video_block .progress_bar .bar{
    position: absolute;
    top: 16px;
    left: 2.5%;
    width: 95%;
    height: 4px;
    color: white;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}
}