index.less 366 B

1234567891011121314151617181920212223
  1. .main {
  2. height: var(--twoHeight);
  3. background-color: var(--bgColor);
  4. font-size: var(--titleSize);
  5. .one {
  6. text-align: center;
  7. margin: 0 0 10vw 0;
  8. }
  9. }
  10. .scroll-view {
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. right: 0;
  15. bottom: 0;
  16. .list-scroll-view {
  17. display: flex;
  18. flex-direction: column;
  19. }
  20. }