init
This commit is contained in:
32
miniprogram/components/empty-state/index.wxss
Normal file
32
miniprogram/components/empty-state/index.wxss
Normal file
@@ -0,0 +1,32 @@
|
||||
.empty-state {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 120rpx 40rpx;
|
||||
text-align: center;
|
||||
min-height: 400rpx;
|
||||
}
|
||||
|
||||
.empty-state__icon {
|
||||
margin-bottom: 32rpx;
|
||||
}
|
||||
|
||||
.empty-state__title {
|
||||
font-size: 32rpx;
|
||||
color: #999;
|
||||
margin-bottom: 16rpx;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.empty-state__description {
|
||||
font-size: 28rpx;
|
||||
color: #bbb;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 40rpx;
|
||||
max-width: 400rpx;
|
||||
}
|
||||
|
||||
.empty-state__action {
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user