deepContent.module.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .frame {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. overflow: hidden;
  6. padding: 120px 120px 141px;
  7. }
  8. .title {
  9. font-size: 32px;
  10. color: var(--semi-color-text-0);
  11. line-height: 44px;
  12. letter-spacing: -1.28px;
  13. text-align: center;
  14. vertical-align: middle;
  15. font-weight: 600;
  16. letter-spacing: 0em;
  17. }
  18. .title_en {
  19. font-weight: 700;
  20. }
  21. .subtitle {
  22. font-size: 18px;
  23. color: var(--semi-color-text-0);
  24. line-height: 32px;
  25. text-align: left;
  26. vertical-align: top;
  27. font-weight: 400;
  28. margin-top: 16px;
  29. }
  30. .autoWrapper {
  31. display: flex;
  32. flex-direction: row;
  33. align-items: center;
  34. justify-content: space-between;
  35. width: 1200px;
  36. height: 495px;
  37. margin: 48px 0px 0px;
  38. :hover {
  39. .headline {
  40. color: var(--semi-color-primary);
  41. }
  42. }
  43. }
  44. .frame1312316425 {
  45. display: flex;
  46. flex-direction: column;
  47. align-items: flex-start;
  48. row-gap: 29px;
  49. cursor: pointer;
  50. }
  51. .frame1312316426 {
  52. flex-shrink: 0;
  53. width: 588px;
  54. height: 398px;
  55. }
  56. .details {
  57. flex-shrink: 0;
  58. display: flex;
  59. flex-direction: column;
  60. align-items: flex-start;
  61. row-gap: 12px;
  62. overflow: hidden;
  63. }
  64. .headline {
  65. flex-shrink: 0;
  66. font-size: 20px;
  67. color: var(--semi-color-text-0);
  68. line-height: 28px;
  69. text-align: left;
  70. vertical-align: top;
  71. font-weight: 600;
  72. }
  73. .description {
  74. flex-shrink: 0;
  75. min-width: 525px;
  76. font-size: 20px;
  77. color: var(--semi-color-text-2);
  78. line-height: 28px;
  79. text-align: left;
  80. vertical-align: top;
  81. font-weight: 400;
  82. }