You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@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;
|
|
}
|
|
|
|
&__placeholder {
|
|
height: 0;
|
|
pointer-events: none;
|
|
}
|
|
}
|