29 lines
566 B
Plaintext
29 lines
566 B
Plaintext
.main.data-v-709532b6 {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: #f8f8f8;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.main .noDataBox.data-v-709532b6 {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
.main .noDataBox .waitIcon.data-v-709532b6 {
|
|
width: 176rpx;
|
|
height: 176rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.main .noDataBox .waitText.data-v-709532b6 {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #6c737a;
|
|
line-height: 20px;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
|