page{ background-color: #ebebeb; } .page{ overflow: hidden; } .card{ background-color: #fff; margin: 74rpx auto 0; border-radius: 40rpx; width: 600rpx; height: 800rpx; overflow: hidden; } .icon-status{ display: block; margin: 100rpx auto 0; width: 141rpx; height: 141rpx; } .status-text{ text-align: center; font-size: 46rpx; color: #494949; margin-top: 80rpx; } .btn-green{ width: 300rpx; height: 80rpx; text-align: center; line-height: 80rpx; border-radius: 40rpx; color: #fff; font-size: 30rpx; background-color: #1aad19; margin: 210rpx auto 0; }