@ -121,7 +121,7 @@ const goToHomePage = () => {
align-items: center;
justify-content: center;
/* 添加水平居中 */
gap: 23px;
/* gap: 23px; */
margin-bottom: 10px;
flex-wrap: wrap;
/* 添加换行支持,防止小屏幕溢出 */
@ -181,7 +181,7 @@ const goToHomePage = () => {
.btn-item img {
width: 50%;
margin-top: 20px;
/* margin-top: 20px; */
}
</style>