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

跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第26行: 第26行:
.video_block .neuro-button{
.video_block .neuro-button{
position: absolute;
position: absolute;
}
.video_block:hover .neuro-button{
}
.video_block .neuro-button:hover{
}
}
.video_block #neuro{
.video_block #neuro{
第36行: 第32行:
animation: float-neuro 4.5s infinite ease-in-out;
animation: float-neuro 4.5s infinite ease-in-out;
}
}
.video_block #neuro .screen-large{
.video_block #neuro div{
     transform: scale(1.5);
     transform: scale(1.5);
}
}
.video_block #evil{
.video_block #evil{
top: 53%;
top: 15%;
left: 18%;
left: 20%;
animation: float-evil 6s infinite ease-in-out;
animation: float-evil 6s infinite ease-in-out;
}
.video_block #evil div{
    transform: scale(1.3);
}
}
.video_block #vedal{
.video_block #vedal{
top: 25%;
top: 8%;
right: 25%;
right: 7%;
animation: float-vedal 5s infinite ease-in-out;
animation: float-vedal 5s infinite ease-in-out;
}
.video_block #vedal div{
    transform: scale(1.0);
}
}
@keyframes float {
@keyframes float {