17 lines
490 B
Plaintext
17 lines
490 B
Plaintext
|
|
.face{
|
|
width: 100vw;
|
|
height: 90vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.face-icon{ width: 48rpx; height: 48rpx; margin-bottom: 40rpx; }
|
|
.face-loding{ color: gray; }
|
|
|
|
.btn-content{ margin-top: 150rpx; font-size: 30rpx; color: #333; }
|
|
|
|
.btn-content button[size="default"]{ background: #da2b54; height: 90rpx; line-height: 90rpx; color: white; padding: 0; border-radius: 45rpx; width: 400rpx; margin-top: 100rpx; }
|