page { height: 60%; } .box { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .loading { display: flex; align-items: center; justify-content: center; } .box .text1 { font-size: 36rpx; font-family: PingFang SC; font-weight: 800; color: #2A2A2A; margin-top: 60rpx; } .box .text2 { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #9C9C9C; margin-top: 27rpx; } .btn { width: 690rpx; height: 88rpx; background: #FF4C00; border-radius: 4rpx; display: flex; align-items: center; justify-content: center; color: white; font-size: 30rpx; margin-top: 53rpx; }