info.less 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .main {
  2. background-color: var(--mainColor);
  3. .one {
  4. width: 96vw;
  5. padding: 0 2vw;
  6. .one_1 {
  7. display: flex;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. border: 1px dashed var(--f85Color);
  11. border-radius: 5px;
  12. margin: 0 0 10px 0;
  13. padding: 10px;
  14. .text {
  15. color: var(--f85Color);
  16. font-size: var(--font16Size);
  17. }
  18. .text1 {
  19. font-size: var(--font16Size);
  20. }
  21. .image {
  22. width: 90vw;
  23. height: 90vw;
  24. }
  25. swiper {
  26. width: 90vw;
  27. height: 25vh;
  28. .image {
  29. width: 100%;
  30. height: 100%;
  31. }
  32. }
  33. }
  34. }
  35. }