index.less 291 B

1234567891011121314151617
  1. @import '../style/var';
  2. .van-list {
  3. &__loading,
  4. &__finished-text,
  5. &__error-text {
  6. color: @list-text-color;
  7. font-size: @list-text-font-size;
  8. line-height: @list-text-line-height;
  9. text-align: center;
  10. }
  11. &__placeholder {
  12. height: 0;
  13. pointer-events: none;
  14. }
  15. }