/**app.wxss**/ .banner { width: 750rpx; height: 324rpx; display: block; } .bottom-view { width: 100%; height: 162rpx; display: flex; flex-direction: column; } .bottom-view>image { width: 260rpx; height: 60rpx; margin: 0rpx auto 0; display: block; } Page { height: 100%; width: 100%; background-color: #F8F8F8; } button::after { border: none; } button { font-size: 28rpx; background-color: #fff; border: none; padding: 0; margin: 0; line-height: 1; }