index.wxss 307 B

12345678910111213141516171819
  1. .wux-virtual-list {
  2. position: relative;
  3. display: block;
  4. overflow: auto;
  5. height: auto
  6. }
  7. .wux-virtual-list__mask {
  8. position: absolute;
  9. left: 0;
  10. top: 0;
  11. z-index: 2;
  12. width: 100%;
  13. height: 100%;
  14. background-color: transparent
  15. }
  16. .wux-virtual-list__scroll-view {
  17. width: 100%;
  18. height: 100%
  19. }