index.module.scss 908 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .A7team {
  2. :global {
  3. .A7main {
  4. height: calc(100% - 160px);
  5. overflow-y: auto;
  6. & > img {
  7. pointer-events: none;
  8. width: 100%;
  9. height: auto;
  10. object-fit: fill !important;
  11. }
  12. .A7tit {
  13. font-size: 22px;
  14. padding: 0 35px;
  15. margin: 8px 0 30px;
  16. }
  17. .A7dan1 {
  18. padding: 0 35px;
  19. margin-bottom: 20px;
  20. & > div {
  21. padding: 30px;
  22. background: rgba(125, 190, 43, 0.1);
  23. border-radius: 5px;
  24. border: 2px solid var(--themeColor2);
  25. color: var(--themeColor2);
  26. font-weight: 700;
  27. font-size: 24px;
  28. line-height: 28px;
  29. text-align: center;
  30. }
  31. .A7dan1_1 {
  32. background: rgba(13, 121, 217, 0.1);
  33. border: 2px solid var(--themeColor);
  34. color: var(--themeColor);
  35. }
  36. }
  37. }
  38. }
  39. }