提交
This commit is contained in:
37
甲情_甲意/miniprogram/node_modules/antd-mini/less/Empty/index.less
generated
vendored
Normal file
37
甲情_甲意/miniprogram/node_modules/antd-mini/less/Empty/index.less
generated
vendored
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user