Introduction.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .Introduction {
  2. width: 100%;
  3. padding: 0 100px;
  4. height: auto;
  5. padding-top: 160px;
  6. .experience {
  7. position: absolute;
  8. bottom: 64px;
  9. font-family: Noto Sans SC;
  10. font-size: 24px;
  11. font-weight: 500;
  12. right: 64px;
  13. .experience_img {
  14. vertical-align: middle;
  15. position: relative;
  16. right: 0;
  17. }
  18. }
  19. .Introduction_top {
  20. background-image: url("../img/1.png");
  21. background-repeat: no-repeat;
  22. background-position: right center;
  23. min-height: 520px;
  24. margin-bottom: 76px;
  25. position: relative;
  26. .Introduction_top_title {
  27. font-size: 64px;
  28. font-weight: 700;
  29. line-height: 76.8px;
  30. letter-spacing: 0.04em;
  31. text-align: left;
  32. position: relative;
  33. top: 0;
  34. display: inline-block;
  35. }
  36. .Introduction_top_title::after {
  37. content: '';
  38. width: calc(100% + 100px);
  39. padding: 12px 0;
  40. background: linear-gradient(to right, rgba(54, 129, 252, 1), rgba(54, 129, 252, 0));
  41. position: absolute;
  42. top: 72px;
  43. left: -100px;
  44. }
  45. p {
  46. margin-top: 32px;
  47. font-family: Noto Sans SC;
  48. font-size: 64px;
  49. font-weight: 500;
  50. line-height: 76.8px;
  51. letter-spacing: 0.04em;
  52. text-align: left;
  53. i {
  54. color: rgb(0, 97, 255);
  55. font-style: normal;
  56. }
  57. }
  58. .Learning {
  59. margin-top: 32px;
  60. font-family: PingFang SC;
  61. font-size: 36px;
  62. font-weight: 500;
  63. line-height: 54px;
  64. /* letter-spacing: 0.1em; */
  65. text-align: left;
  66. color: #5B64E4;
  67. font-weight: 700;
  68. }
  69. }
  70. .Introduction_bottom {
  71. display: flex;
  72. justify-content: space-between;
  73. width: 100%;
  74. min-height: 580px;
  75. .Introduction_bottom_div {
  76. width: 48%;
  77. border-radius: 30px;
  78. position: relative;
  79. }
  80. p {
  81. margin-top: 48px;
  82. font-family: Noto Sans SC;
  83. font-size: 20px;
  84. font-weight: 400;
  85. line-height: 40px;
  86. text-align: left;
  87. }
  88. .Introduction_bottom_left {
  89. padding: 64px;
  90. background-color: #3681FC;
  91. color: #fff;
  92. border-radius: 30px;
  93. h2 {
  94. font-family: Noto Sans SC;
  95. font-size: 44px;
  96. font-weight: 500;
  97. line-height: 52.8px;
  98. letter-spacing: 0.02em;
  99. text-align: left;
  100. i {
  101. font-style: normal;
  102. color: #F4C751;
  103. }
  104. }
  105. }
  106. .Introduction_bottom_right {
  107. background-color: #3681FC;
  108. border-radius: 30px;
  109. padding-top: 10px;
  110. .Introduction_bottom_right_div {
  111. height: 100%;
  112. padding: 64px;
  113. border-radius: 30px;
  114. background-color: rgb(235, 243, 255);
  115. h2 {
  116. font-family: Noto Sans SC;
  117. font-size: 44px;
  118. font-weight: 500;
  119. line-height: 52.8px;
  120. letter-spacing: 0.02em;
  121. text-align: left;
  122. color: #000;
  123. i {
  124. font-style: normal;
  125. color: #3681FC;
  126. }
  127. }
  128. p {
  129. margin-top: 48px;
  130. font-family: Noto Sans SC;
  131. font-size: 20px;
  132. font-weight: 400;
  133. line-height: 40px;
  134. text-align: left;
  135. color: #00000099;
  136. }
  137. }
  138. }
  139. }
  140. }