/* pages/status/status.wxss */ .status { text-align: center; padding-top: 13vh; } .text { display: block; margin: 30rpx auto 100rpx; color: #111; font-size: 34rpx; width: 280rpx; } .button { display: block; margin: 30rpx auto; width: 540rpx; height: 80rpx; line-height: 80rpx; border-radius: 40rpx; text-align: center; background: #267DFF; border: 2rpx solid #267DFF; color: #fff; } .normal { background: #fff; color: #267DFF; border: 2rpx solid #267DFF; } .load { width: 230rpx; height: 230rpx; }