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

无编辑摘要
无编辑摘要
第32行: 第32行:
transition: all 1s ease; /* 添加平滑过渡 */
transition: all 1s ease; /* 添加平滑过渡 */
}
}
 
.video_block:hover {
box-shadow: 1px 5px 8px #aaa;
animation: float 4s infinite ease-in-out;
}
.neuro-button {
.neuro-button {
position: absolute; /* 默认使用绝对定位 */
position: absolute; /* 默认使用绝对定位 */