3
0
Fork 0

feat(index): 首页banner样式调整

This commit is contained in:
woody 2025-04-28 11:31:27 +08:00
parent 3ced29bb63
commit aaeb240673
1 changed files with 5 additions and 5 deletions

View File

@ -940,7 +940,7 @@ header {
.swiper-items {
// height: 495rpx;
width: 340rpx;
// width: 340rpx;
border-radius: 12rpx;
image {
@ -953,13 +953,13 @@ header {
.swiper-item {
height: 300rpx;
text-align: center;
margin: 0 auto;
width: 690rpx;
padding: 0 20rpx;
width: 100%;
box-sizing: border-box;
image {
border-radius: 24rpx;
height: 300rpx;
width: 690rpx;
width: 100%;
}
}