raceteam.less 643 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .main {
  2. height: 88.8vh;
  3. .zero {
  4. width: 96vw;
  5. margin: 0 0 2vw 0;
  6. }
  7. .zero {
  8. margin: 0;
  9. }
  10. .one {
  11. display: flex;
  12. flex-direction: column;
  13. .one_1 {
  14. width: 92vw;
  15. padding: 2vw;
  16. margin: 0 0 1vw 0;
  17. background-color: #ccc;
  18. }
  19. .one_2 {
  20. text-align: center;
  21. display: flex;
  22. flex-direction: row;
  23. justify-content: space-between;
  24. width: 96vw;
  25. button {
  26. margin: 0 2vw;
  27. font-size: 14px;
  28. }
  29. }
  30. }
  31. }