mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
@import '../style/var';
|
|
|
|
.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;
|
|
}
|
|
}
|