achieve.less 483 B

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