修改轮播大小

This commit is contained in:
Dragon
2023-10-27 16:32:27 +08:00
parent 4e14fbe8d5
commit b2ac650c5d
2 changed files with 4 additions and 4 deletions

View File

@@ -111,8 +111,8 @@ body::-webkit-scrollbar {
}
.giftBox .swiper {
width: 6.56rem;
height: 4rem;
width: 8.02667rem;
height: 4.85333rem;
margin: 1.48rem auto 0;
}

View File

@@ -118,8 +118,8 @@ body {
overflow: hidden;
.swiper {
width: px2rem(492);
height: px2rem(300);
width: px2rem(602);
height: px2rem(364);
margin: px2rem(111) auto 0;
}
}