xwt
2025-08-07 b4c354b235a7755b62e941c6ae30291d1f9a3f8f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@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;
  }
}