28 lines
373 B
Plaintext
28 lines
373 B
Plaintext
|
|
.audit-page {
|
||
|
|
padding: 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.status-card {
|
||
|
|
background: #ffffff;
|
||
|
|
border-radius: 24rpx;
|
||
|
|
padding: 40rpx 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.status-title {
|
||
|
|
font-size: 40rpx;
|
||
|
|
font-weight: 700;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.status-message {
|
||
|
|
color: #666666;
|
||
|
|
line-height: 1.7;
|
||
|
|
margin-bottom: 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.primary-btn {
|
||
|
|
background: #e8593c;
|
||
|
|
color: #ffffff;
|
||
|
|
border-radius: 999rpx;
|
||
|
|
}
|