/* pages/info/guideInfo/index.wxss */ .swiper,.info image { display: block; width: 100%; height: 100%; } .info { display: flex; align-items: center; justify-content: center; position: absolute; left: 0; right: 0; bottom: 0; top: 0; } .pages { display: flex; align-items: center; justify-content: center; position: absolute; left: 0; right: 0; bottom: 100rpx; } .pages .btn { font-size: 28rpx; background: white; line-height: 50rpx; width: 140rpx; text-align: center; color: #815D3A; border: 1rpx solid #815D3A; border-radius: 20rpx; } .pagenum { margin: 0 30rpx; color: #815D3A; font-size: 28rpx; } swiper { width: 100%; height: 100%; } .img-box { display: flex; align-items: center; }