首页/styles.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第31行: | 第31行: | ||
gap: 10px; /* 悬浮时子元素之间的间距 */ | gap: 10px; /* 悬浮时子元素之间的间距 */ | ||
transition: all 1s ease; /* 添加平滑过渡 */ | transition: all 1s ease; /* 添加平滑过渡 */ | ||
} | } | ||
第45行: | 第44行: | ||
border-radius: 5px; | border-radius: 5px; | ||
transition: transform 1s ease; /* 平滑过渡 */ | transition: transform 1s ease; /* 平滑过渡 */ | ||
margin: 15px; | |||
} | } | ||
/* 手动为每个子元素设置 transform 属性 */ | /* 手动为每个子元素设置 transform 属性 */ |