啊鑫
8 天以前 fca192d3c38c5dcfbb6ace8bc71d6078f6a079b2
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;
  }
}