mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
25 lines
425 B
Plaintext
25 lines
425 B
Plaintext
@import './var.less';
|
|
|
|
.van-list {
|
|
&__loading,
|
|
&__finished-text,
|
|
&__error-text {
|
|
color: @list-text-color;
|
|
font-size: @list-text-font-size;
|
|
line-height: @list-text-line-height;
|
|
text-align: center;
|
|
}
|
|
|
|
&__placeholder {
|
|
height: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
&__loading-icon {
|
|
.van-loading__spinner {
|
|
width: @list-loading-icon-size;
|
|
height: @list-loading-icon-size;
|
|
}
|
|
}
|
|
}
|