index.wxss 327 B

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