style.css 761 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .out {
  2. width: 1920px;
  3. height: 100px;
  4. display: flex;
  5. justify-content: center;
  6. align-items: center;
  7. font-size: 30px;
  8. }
  9. .out2 {
  10. width: 10%;
  11. margin: 0 auto;
  12. min-height: 600px;
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. align-items: center;
  17. font-size: 30px;
  18. }
  19. .wrap {
  20. width: 1920px;
  21. height: 600px;
  22. }
  23. .out3 {
  24. width: 10%;
  25. margin: 0 auto;
  26. min-height: 600px;
  27. display: flex;
  28. flex-direction: column;
  29. justify-content: center;
  30. align-items: center;
  31. font-size: 30px;
  32. }
  33. .out4 {
  34. width: 20%;
  35. margin: 0 auto;
  36. min-height: 600px;
  37. display: flex;
  38. flex-direction: column;
  39. justify-content: center;
  40. align-items: center;
  41. font-size: 30px;
  42. }