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

跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第32行: 第32行:
transition: all 1s ease; /* 添加平滑过渡 */
transition: all 1s ease; /* 添加平滑过渡 */
}
}
.video_block:hover {
.cd_block:hover {
box-shadow: 1px 5px 8px #aaa;
box-shadow: 1px 5px 8px #aaa;
animation: float 4s infinite ease-in-out;
animation: float 4s infinite ease-in-out;