The editors' meeting has been canceled for technical reasons.

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

来自NeuroWiki
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第27行: 第27行:
.video_block .progress_bar .bar{
.video_block .progress_bar .bar{
     position: absolute;
     position: absolute;
     top: 16px;
     top: 22px;
     left: 2.5%;
     left: 2.5%;
     width: 95%;
     width: 95%;
第40行: 第40行:
     left: 24px;
     left: 24px;
     color: white;
     color: white;
     font-size: 24px;
     font-size: 20px;
     text-align: center;
     text-align: center;
}
}
.dO1PAe {
.dO1PAe {
     position: absolute;
     position: absolute;
     bottom: 40px;
     top: 4px;
     left: 20px;
     left: 20px;
     color: white;
     color: white;
     text-align: center;
     text-align: center;
}
}

2024年10月28日 (一) 21:14的版本

.base_block {
    max-width: 1600px;
    padding: 1.6em;
    margin: 0.8em auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 5px #aaa;
}
.base_block .video_block{
	position: relative; 
	box-shadow: 0 2px 5px #aaa;
	max-width: 800px;
}
.base_block .video_block p .mw-default-size span img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.video_block .progress_bar{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
    color: white;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.video_block .progress_bar .bar{
    position: absolute;
    top: 22px;
    left: 2.5%;
    width: 95%;
    height: 4px;
    color: white;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}
.dOOPAe {
    position: absolute;
    bottom: 6px;
    left: 24px;
    color: white;
    font-size: 20px;
    text-align: center;
}
.dO1PAe {
    position: absolute;
    top: 4px;
    left: 20px;
    color: white;
    text-align: center;
}