123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- page {
- background-color: #EFF5F8;
- }
- .zaiui-status-view {
- position: relative;
- text-align: center;
- margin: 90.9upx 0 54.54upx;
- display: flex;
- height: 116.36upx;
- align-items: center;
- justify-content: center;
- .status-img {
- position: absolute;
- width: 127.27upx;
- }
- .status-bg-view {
- position: relative;
- border-radius: 50%;
- border: 6upx solid #fff;
- width: 54.54upx;
- height: 54.54upx;
- top: -63.63upx;
- left: 69.09upx;
- display: flex;
- justify-content: center;
- align-items: center;
- .icon {
- font-size: 32.72upx;
- }
- }
- }
- .zaiui-padding {
- position: relative;
- padding: 18.18upx 63.63upx;
- }
- .zaiui-btn-view {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- .cu-btn {
- background: #FFFFFF;
- }
- }
- .zaiui-ad-view {
- margin-top: 72.72upx;
- .qrcode-img-view {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 18.18upx;
- .qrcode-img {
- width: 327.27upx;
- border-radius: 3%;
- }
- }
- }
|