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

跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第16行: 第16行:
animation: float 4s infinite ease-in-out;
animation: float 4s infinite ease-in-out;
}
}
 
.base_block .video_block .neuro-button{
position: absolute;
    bottom: 10px;
    left: 10px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(150, 50, 220, 0.4);
    color: white;
    padding: 5px;
    box-sizing: border-box;
    transition: width 1s, transform 0.3s;
}
.base_block .video_block:hover .neuro-button{
    width: auto;
    animation: float 2.15s infinite ease-in-out;
}
@keyframes float {
@keyframes float {
0%, 100% {
0%, 100% {