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

无编辑摘要
无编辑摘要
第38行: 第38行:
.neuro-button {
.neuro-button {
position: absolute; /* 默认使用绝对定位 */
position: absolute; /* 默认使用绝对定位 */
background-color: #4caf50;
color: white;
color: white;
display: flex;
display: flex;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
border-radius: 5px;
transition: transform 1s ease; /* 平滑过渡 */
transition: transform 1s ease; /* 平滑过渡 */
margin: 7px;
margin: 7px;