10 lines
602 B
Plaintext
10 lines
602 B
Plaintext
|
|
.success{ height: 90vh; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
|
|
.icon{ width: 128rpx; height: 128rpx; margin-bottom: 40rpx; }
|
|
.title{ font-size: 50rpx; font-weight: bold; line-height: 50rpx; margin-bottom: 30rpx; color: #333; }
|
|
.text{ font-size: 30rpx; color: gray; margin-bottom: 100px; }
|
|
|
|
.idcard-btn{ padding: 50rpx 60rpx; width: 100vw; box-sizing: border-box; }
|
|
.idcard-btn button[size='default']{ background: #da2b54; width: 100%; height: 90rpx; border-radius: 45rpx; color: white; line-height: 90rpx; padding: 0; font-size: 32rpx; }
|
|
|