achieve.wxss 358 B

12345678910111213141516171819202122232425
  1. .main {
  2. height: 88.8vh;
  3. }
  4. .main .zero {
  5. width: 96vw;
  6. margin: 0 0 2vw 0;
  7. }
  8. .main .zero:last-child {
  9. margin: 0;
  10. }
  11. .main .two {
  12. flex-grow: 1;
  13. position: relative;
  14. }
  15. .main .two .scroll-view {
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. right: 0;
  20. bottom: 0;
  21. }
  22. .main .two .scroll-view .list-scroll-view {
  23. display: flex;
  24. flex-direction: column;
  25. }