.swiper { padding-bottom: 10rpx; } .indication { display: flex; flex-direction: row; align-items: center; justify-content: center; } .default { margin-right: 9rpx; width: 15rpx; height: 15rpx; background: #B9BBCD; border-radius: 15rpx; } .active { margin-right: 9rpx; width: 26rpx; height: 15rpx; background: #FF4330; border-radius: 7.5rpx; } .banner-content { display: flex; align-items: center; justify-content: center; } .default-banner { display: flex; justify-content: center; align-items: center; }