media.scss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. @media(max-width: 1920px){
  2. main{
  3. .detail--container{
  4. padding: 0 20px;
  5. .title--wrap{
  6. padding-left: 0;
  7. padding-right: 0;
  8. h2{
  9. font-size: 60px;
  10. }
  11. }
  12. .content--wrap{
  13. padding-left: 0;
  14. padding-right: 0;
  15. .tech--card--wrap{
  16. .tech--card{
  17. h3{
  18. font-size: 18px;
  19. }
  20. }
  21. }
  22. }
  23. .more--section{
  24. >h2{
  25. font-size: 36px;
  26. }
  27. .tech--card--wrap{
  28. .tech--card{
  29. h3{
  30. font-size: 18px;
  31. }
  32. }
  33. }
  34. }
  35. .img--desc--section{
  36. .desc--wrap{
  37. padding-right: 0;
  38. padding-left: 20px;
  39. h3{
  40. font-size: 24px;
  41. }
  42. }
  43. }
  44. }
  45. }
  46. }
  47. @media(max-width: 1024px){
  48. main{
  49. .detail--container{
  50. .title--wrap{
  51. h2{
  52. font-size: 44px;
  53. }
  54. }
  55. .content--wrap{
  56. .tech--card--wrap{
  57. .tech--card{
  58. width: calc(50% - 8px);
  59. }
  60. }
  61. }
  62. .title--section{
  63. padding-left: 0;
  64. padding-right: 0;
  65. >h2{
  66. font-size: 36px;
  67. &.big--title{
  68. font-size: 40px;
  69. }
  70. }
  71. >h3{
  72. font-size: 20px;
  73. }
  74. }
  75. .desc--section{
  76. padding-left: 0;
  77. padding-right: 0;
  78. >h2{
  79. font-size: 36px;
  80. }
  81. >h3{
  82. font-size: 32px;
  83. }
  84. &.full--type{
  85. >ul{
  86. >li{
  87. font-size: 20px;
  88. }
  89. }
  90. }
  91. }
  92. .img--desc--section{
  93. flex-direction: column;
  94. gap: 20px;
  95. .img--wrap{
  96. width: 100%;
  97. }
  98. .desc--wrap{
  99. width: 100%;
  100. }
  101. }
  102. .more--section{
  103. >h2{
  104. font-size: 28px;
  105. }
  106. .tech--card--wrap{
  107. flex-wrap: wrap;
  108. row-gap: 16px;
  109. .tech--card{
  110. width: calc(50% - 8px);
  111. }
  112. }
  113. }
  114. }
  115. }
  116. }
  117. @media(max-width: 768px){
  118. main{
  119. .detail--container{
  120. .title--wrap{
  121. h2{
  122. font-size: 24px;
  123. }
  124. }
  125. .content--wrap{
  126. .tech--card--wrap{
  127. .tech--card{
  128. width: 100%;
  129. }
  130. }
  131. }
  132. .more--section{
  133. .tech--card--wrap{
  134. .tech--card{
  135. width: 100%;
  136. }
  137. }
  138. }
  139. .title--section{
  140. >h2{
  141. font-size: 28px;
  142. &.big--title{
  143. font-size: 32px;
  144. }
  145. }
  146. }
  147. .desc--section{
  148. >h2{
  149. font-size: 28px;
  150. }
  151. >h3{
  152. font-size: 24px;
  153. }
  154. }
  155. }
  156. }
  157. }
  158. @media(max-width: 500px){
  159. main{
  160. .detail--container{
  161. .img--section{
  162. &.type2{
  163. flex-direction: column;
  164. .img--box{
  165. width: 100%;
  166. }
  167. }
  168. }
  169. }
  170. }
  171. }