新手试炼页面完善
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user