index.less 319 B

1234567891011121314151617181920
  1. .main {
  2. height: 80.8vh;
  3. background-color: #ff0000;
  4. .one {
  5. width: 100%;
  6. }
  7. .two {
  8. display: flex;
  9. flex-direction: row;
  10. justify-content: space-around;
  11. width: 96vw;
  12. background-color: #00ffff;
  13. .list {
  14. padding: 2vw 0;
  15. }
  16. }
  17. }