18 lines
243 B
Plaintext
18 lines
243 B
Plaintext
view.no-data {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: calc(50vh - 300rpx);
|
|
color: gray;
|
|
}
|
|
|
|
image.no-data {
|
|
display: block;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin: 20rpx auto;
|
|
}
|
|
|
|
text.no-data {
|
|
font-size: 26rpx;
|
|
display: block;
|
|
} |