20 lines
308 B
Plaintext
20 lines
308 B
Plaintext
/* components/empty/empty.wxss */
|
|
.empty-box {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
padding-top: 205rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.empty-box .empty-icon {
|
|
width: 500rpx;
|
|
height: 414rpx;
|
|
}
|
|
|
|
.empty-box .empty-tips {
|
|
font-size: 30rpx;
|
|
color: #666666;
|
|
text-align: center;
|
|
margin-top: 60rpx;
|
|
}
|