This commit is contained in:
Ling53666
2025-08-18 09:11:51 +08:00
commit 02554225da
2516 changed files with 133155 additions and 0 deletions

View File

@ -0,0 +1,37 @@
@import (reference) './variable.less';
@emptyPrefix: ant-empty;
.@{emptyPrefix} {
text-align: center;
margin-top: @empty-margin-large;
&-image {
display: flex;
justify-content: center;
&-element {
width: 200 * @rpx;
height: 170 * @rpx;
}
}
&-text {
margin-top: @v-spacing-large;
&-main {
color: @COLOR_TEXT_PRIMARY;
font-size: @empty-font-size-large;
}
&-sub {
color: @COLOR_TEXT_ASSIST;
font-size: @empty-font-size-common;
margin-top: @v-spacing-standard;
}
}
&-extra {
padding-top: 20px;
}
}