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

跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第1行: 第1行:
.base_block {
.base_block {
    max-width: 1600px;
max-width: 1600px;
    padding: 1.6em;
padding: 1.6em;
    margin: 0.8em auto;
margin: 0.8em auto;
    background-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 5px #aaa;
box-shadow: 0 2px 5px #aaa;
}
}
.base_block .video_block{
.base_block .video_block{
第18行: 第18行:
.base_block .video_block .neuro-button{
.base_block .video_block .neuro-button{
position: absolute;
position: absolute;
    width: 0;
width: 0;
    overflow: hidden;
overflow: hidden;
    white-space: nowrap;
white-space: nowrap;
    background-color: rgba(150, 50, 220, 0.4);
background-color: rgba(150, 50, 220, 0.4);
    color: white;
color: white;
    padding: 0;
padding: 0;
    box-sizing: border-box;
box-sizing: border-box;
    transition: width 2s ease-in-out, padding 1.2s ease-in-out, transform 0.3s ease-in-out;
transition: width 1.2s ease-in-out, padding 2.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 24px;
font-size: 24px;
    text-align: center;
text-align: center;
}
}
.base_block .video_block:hover .neuro-button{
.base_block .video_block:hover .neuro-button{
    width: 120px;
width: 120px;
    padding: 5px;
padding: 5px;
    padding-left:10px;
padding-left:10px;
    animation: float-left 2.15s infinite ease-in-out;
animation: float-left 0.35s infinite ease-in-out;
}
}
.base_block .video_block #neuro{
.base_block .video_block #neuro{
    top: 55%;
top: 55%;
    right: 5%;
right: 5%;
}
.base_block .video_block * a{
color: white;
}
.base_block .video_block * a.new{
color: white;
}
}
@keyframes float {
@keyframes float {
第68行: 第74行:
.video_block .progress_bar{
.video_block .progress_bar{
position: absolute;
position: absolute;
    bottom: 0;
bottom: 0;
    width: 100%;
width: 100%;
    height: 64px;
height: 64px;
    color: white;
color: white;
    text-align: center;
text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), 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{
.video_block .progress_bar .bar{
    position: absolute;
position: absolute;
    top: 22px;
top: 22px;
    left: 2.5%;
left: 2.5%;
    width: 95%;
width: 95%;
    height: 4px;
height: 4px;
    color: white;
color: white;
    text-align: center;
text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.8);
}
}
.dOOPAe {
.dOOPAe {
    position: absolute;
position: absolute;
    bottom: 6px;
bottom: 6px;
    left: 24px;
left: 24px;
    color: white;
color: white;
    font-size: 20px;
font-size: 20px;
    text-align: center;
text-align: center;
}
}
.dO1PAe {
.dO1PAe {
    position: absolute;
position: absolute;
    top: 4px;
top: 4px;
    left: 20px;
left: 20px;
    color: white;
color: white;
    text-align: center;
text-align: center;
}
}