product-rollaction.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. @media screen and (min-width: 768px) {
  2. .main .about .cover img {
  3. display: block;
  4. width: 470px;
  5. height: 480px;
  6. }
  7. .main .about .info {
  8. width: 660px;
  9. padding-top: 65px;
  10. }
  11. .main .about .info .name {
  12. font-size: 50px;
  13. color: #b62d1a;
  14. font-weight: bold;
  15. }
  16. .main .about .info .subname {
  17. font-size: 30px;
  18. margin-top: 15px;
  19. }
  20. .main .about .info .line {
  21. width: 36px;
  22. height: 7px;
  23. background: #b62d1a;
  24. margin: 20px 0 30px;
  25. }
  26. .main .about .info .description {
  27. text-align: justify;
  28. word-break: break-all;
  29. line-height: 36px;
  30. }
  31. .main .about .info .description p {
  32. margin-top: 24px;
  33. font-size: 20px;
  34. }
  35. .main .difference .content .section {
  36. display: -webkit-box;
  37. display: -ms-flexbox;
  38. display: flex;
  39. -webkit-box-pack: justify;
  40. -ms-flex-pack: justify;
  41. justify-content: space-between;
  42. -webkit-box-align: center;
  43. -ms-flex-align: center;
  44. align-items: center;
  45. background-color: #eeeeee;
  46. padding: 20px;
  47. -webkit-box-sizing: border-box;
  48. box-sizing: border-box;
  49. margin-top: 44px;
  50. }
  51. .main .difference .content .section:first-child {
  52. margin-top: 0;
  53. }
  54. .main .difference .content .section .cover {
  55. -ms-flex-negative: 0;
  56. flex-shrink: 0;
  57. }
  58. .main .difference .content .section .cover img {
  59. display: -webkit-box;
  60. display: -ms-flexbox;
  61. display: flex;
  62. width: 450px;
  63. }
  64. .main .difference .content .section:nth-child(2n-1) .info {
  65. margin-left: 60px;
  66. margin-right: 30px;
  67. }
  68. .main .difference .content .section:nth-child(2n) .info {
  69. margin-right: 60px;
  70. margin-left: 30px;
  71. }
  72. .main .difference .content .section .info {
  73. -webkit-box-flex: 1;
  74. -ms-flex: 1;
  75. flex: 1;
  76. -ms-flex-negative: 0;
  77. flex-shrink: 0;
  78. }
  79. .main .difference .content .section .info .title {
  80. color: #b62d1a;
  81. font-size: 37px;
  82. font-weight: bold;
  83. }
  84. .main .difference .content .section .info .description {
  85. font-size: 27px;
  86. color: #434343;
  87. line-height: 38px;
  88. margin-top: 38px;
  89. }
  90. .main .effect .content .section {
  91. display: -webkit-box;
  92. display: -ms-flexbox;
  93. display: flex;
  94. -webkit-box-pack: justify;
  95. -ms-flex-pack: justify;
  96. justify-content: space-between;
  97. -webkit-box-align: center;
  98. -ms-flex-align: center;
  99. align-items: center;
  100. -webkit-box-sizing: border-box;
  101. box-sizing: border-box;
  102. margin-top: 24px;
  103. }
  104. .main .effect .content .section:first-child {
  105. margin-top: 0;
  106. }
  107. .main .effect .content .section .cover {
  108. -ms-flex-negative: 0;
  109. flex-shrink: 0;
  110. }
  111. .main .effect .content .section .cover img {
  112. display: -webkit-box;
  113. display: -ms-flexbox;
  114. display: flex;
  115. width: 388px;
  116. }
  117. .main .effect .content .section .info {
  118. -webkit-box-flex: 1;
  119. -ms-flex: 1;
  120. flex: 1;
  121. -ms-flex-negative: 0;
  122. flex-shrink: 0;
  123. margin: 0 60px;
  124. }
  125. .main .effect .content .section .info .title {
  126. color: #b62d1a;
  127. font-size: 34px;
  128. font-weight: bold;
  129. }
  130. .main .effect .content .section .info .description {
  131. font-size: 27px;
  132. color: #434343;
  133. line-height: 40px;
  134. margin-top: 38px;
  135. }
  136. }
  137. @media screen and (max-width: 768px) {
  138. .main .about .content {
  139. display: -webkit-box;
  140. display: -ms-flexbox;
  141. display: flex;
  142. -webkit-box-orient: vertical;
  143. -webkit-box-direction: reverse;
  144. -ms-flex-direction: column-reverse;
  145. flex-direction: column-reverse;
  146. -webkit-box-align: center;
  147. -ms-flex-align: center;
  148. align-items: center;
  149. }
  150. .main .about .content .cover {
  151. margin-top: 0.4rem;
  152. }
  153. .main .about .content .cover img {
  154. display: block;
  155. width: 5.46rem;
  156. height: 5.57rem;
  157. }
  158. .main .about .content .info {
  159. width: 6.5rem;
  160. margin: 0 auto;
  161. }
  162. .main .about .content .info .name {
  163. font-size: 0.34rem;
  164. color: #b62d1a;
  165. text-align: center;
  166. font-weight: bold;
  167. }
  168. .main .about .content .info .subname {
  169. font-size: 0.26rem;
  170. margin-top: 0.16rem;
  171. text-align: center;
  172. }
  173. .main .about .content .info .line {
  174. width: 0.4rem;
  175. height: 0.06rem;
  176. background: #b62d1a;
  177. margin: 0.32rem auto;
  178. }
  179. .main .about .content .info .description {
  180. text-align: justify;
  181. word-break: break-all;
  182. color: #333333;
  183. text-align: center;
  184. }
  185. .main .about .content .info .description p {
  186. font-size: 0.26rem;
  187. line-height: 0.48rem;
  188. }
  189. .main .difference .content .section {
  190. width: 6.86rem;
  191. background-color: #eeeeee;
  192. padding: 0.4rem 0.7rem;
  193. -webkit-box-sizing: border-box;
  194. box-sizing: border-box;
  195. margin: 0 auto;
  196. margin-top: 0.32rem;
  197. }
  198. .main .difference .content .section:first-child {
  199. margin-top: 0;
  200. }
  201. .main .difference .content .section .cover img {
  202. display: block;
  203. width: 4.5rem;
  204. margin: 0 auto;
  205. }
  206. .main .difference .content .section .info .title {
  207. color: #b62d1a;
  208. font-size: 0.3rem;
  209. font-weight: bold;
  210. margin: 0.4rem 0 0.32rem;
  211. text-align: center;
  212. }
  213. .main .difference .content .section .info .description {
  214. font-size: 0.26rem;
  215. color: #333;
  216. line-height: 0.48rem;
  217. text-align: center;
  218. }
  219. .main .effect .content .section {
  220. display: -webkit-box;
  221. display: -ms-flexbox;
  222. display: flex;
  223. -webkit-box-orient: vertical;
  224. -webkit-box-direction: reverse;
  225. -ms-flex-direction: column-reverse;
  226. flex-direction: column-reverse;
  227. -webkit-box-align: center;
  228. -ms-flex-align: center;
  229. align-items: center;
  230. width: 5.98rem;
  231. margin: 0 auto;
  232. text-align: center;
  233. margin-top: 0.8rem;
  234. }
  235. .main .effect .content .section:first-child {
  236. margin-top: 0;
  237. }
  238. .main .effect .content .section .cover img {
  239. width: 3.88rem;
  240. }
  241. .main .effect .content .section .info .title {
  242. color: #b62d1a;
  243. font-size: 0.3rem;
  244. font-weight: bold;
  245. margin: 0.24rem 0 0.16rem;
  246. }
  247. .main .effect .content .section .info .description {
  248. font-size: 0.26rem;
  249. color: #333;
  250. line-height: 0.48rem;
  251. }
  252. }