新手试炼页面完善

This commit is contained in:
kron
2025-05-15 12:43:40 +08:00
parent a949786226
commit 34c9dd00e2
7 changed files with 67 additions and 26 deletions

View File

@@ -52,8 +52,10 @@ const handleChange = (e) => {
.swiper-container {
width: calc(100% - 20px);
margin: 10px;
height: 440px;
height: 560px;
position: relative;
border-radius: 10px;
overflow: hidden;
}
.swiper-container > swiper {
@@ -67,7 +69,7 @@ const handleChange = (e) => {
.dots {
position: absolute;
bottom: 27%;
bottom: 12%;
left: 50%;
transform: translateX(-50%);
display: flex;