product-mesobiolift.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. @media screen and (min-width: 768px) {
  2. .main .about {
  3. margin-top: 100px;
  4. }
  5. .main .about .container {
  6. position: relative;
  7. }
  8. .main .about .cover {
  9. position: absolute;
  10. left: 0;
  11. top: 0;
  12. width: 680px;
  13. height: 452px;
  14. }
  15. .main .about .content {
  16. -webkit-box-sizing: border-box;
  17. box-sizing: border-box;
  18. }
  19. .main .about .content .title {
  20. font-size: 24px;
  21. font-weight: bold;
  22. padding: 10px 0 20px;
  23. text-align: center;
  24. }
  25. .main .about .content .subtitle {
  26. font-size: 16px;
  27. text-align: center;
  28. }
  29. .main .about .content .title,
  30. .main .about .content .subtitle,
  31. .main .about .content .section {
  32. padding-left: 735px;
  33. }
  34. .main .about .content .section {
  35. height: 427px;
  36. padding-left: 735px;
  37. padding-top: 52px;
  38. padding-right: 40px;
  39. margin-top: 53px;
  40. background: url(/img/product-mesobiolift-about-bg.png) no-repeat;
  41. background-position: 20px 26px;
  42. background-color: #f7f7f7;
  43. }
  44. .main .about .content .section .description {
  45. line-height: 32px;
  46. }
  47. .main .about .content .section ul li {
  48. line-height: 40px;
  49. }
  50. .main .service {
  51. margin-top: 180px;
  52. }
  53. .main .service.one .content {
  54. background-image: url(/img/service-title-bg-one.png);
  55. }
  56. .main .service.one .cover {
  57. height: 578px;
  58. }
  59. .main .service.two .content {
  60. background-image: url(/img/service-title-bg-two.png);
  61. }
  62. .main .service.two .cover {
  63. height: 700px;
  64. }
  65. .main .service .cover {
  66. width: 567px;
  67. background-color: pink;
  68. }
  69. .main .service .content {
  70. width: 560px;
  71. -webkit-box-sizing: border-box;
  72. box-sizing: border-box;
  73. padding-top: 113px;
  74. background-repeat: no-repeat;
  75. background-position: left top;
  76. }
  77. .main .service .content .title {
  78. font-size: 24px;
  79. font-weight: bold;
  80. }
  81. .main .service .content .line {
  82. height: 3px;
  83. width: 32px;
  84. background-color: #f7f7f7;
  85. margin: 32px 0;
  86. }
  87. .main .service .content .description {
  88. font-size: 16px;
  89. line-height: 40px;
  90. }
  91. .main .service .content .detail {
  92. margin-top: 32px;
  93. }
  94. .main .service .content .detail li {
  95. line-height: 40px;
  96. }
  97. .main .service .content .detail .text {
  98. color: #999;
  99. }
  100. }
  101. @media screen and (max-width: 768px) {
  102. .main .container {
  103. display: -webkit-box;
  104. display: -ms-flexbox;
  105. display: flex;
  106. -webkit-box-pack: center;
  107. -ms-flex-pack: center;
  108. justify-content: center;
  109. -webkit-box-align: center;
  110. -ms-flex-align: center;
  111. align-items: center;
  112. -webkit-box-orient: vertical;
  113. -webkit-box-direction: reverse;
  114. -ms-flex-direction: column-reverse;
  115. flex-direction: column-reverse;
  116. }
  117. .main .about {
  118. margin-top: 1.2rem;
  119. }
  120. .main .about .cover {
  121. width: 6.14rem;
  122. height: 4.08rem;
  123. margin-top: 0.4rem;
  124. }
  125. .main .about .cover img {
  126. display: block;
  127. width: 100%;
  128. height: 100%;
  129. }
  130. .main .about .content {
  131. -webkit-box-sizing: border-box;
  132. box-sizing: border-box;
  133. width: 5.82rem;
  134. text-align: center;
  135. }
  136. .main .about .content .title {
  137. font-size: 0.3rem;
  138. font-weight: bold;
  139. text-align: center;
  140. }
  141. .main .about .content .subtitle {
  142. font-size: 0.26rem;
  143. text-align: center;
  144. color: #999;
  145. margin: 0.16rem 0 0.4rem;
  146. }
  147. .main .about .content .section .description {
  148. line-height: 0.4rem;
  149. font-size: 0.26rem;
  150. }
  151. .main .about .content .section ul {
  152. margin-top: 0.24rem;
  153. }
  154. .main .about .content .section ul li {
  155. line-height: 0.48rem;
  156. font-size: 0.26rem;
  157. }
  158. .main .service {
  159. margin-top: 1.2rem;
  160. }
  161. .main .service.one .content {
  162. background-image: url(/img/service-title-bg-one.png);
  163. }
  164. .main .service.two .content {
  165. background-image: url(/img/service-title-bg-two.png);
  166. }
  167. .main .service .cover {
  168. width: 5.68rem;
  169. margin-top: 0.32rem;
  170. }
  171. .main .service .cover img {
  172. display: block;
  173. width: 100%;
  174. }
  175. .main .service .content {
  176. -webkit-box-sizing: border-box;
  177. box-sizing: border-box;
  178. background-repeat: no-repeat;
  179. background-position: center top;
  180. background-size: 2rem;
  181. text-align: center;
  182. width: 6rem;
  183. }
  184. .main .service .content .title {
  185. font-size: 24px;
  186. font-weight: bold;
  187. text-align: center;
  188. margin-top: 0.85rem;
  189. }
  190. .main .service .content .line {
  191. height: 0.03rem;
  192. width: 0.4rem;
  193. background-color: #f7f7f7;
  194. margin: 0.4rem auto 0.32rem;
  195. }
  196. .main .service .content .description {
  197. font-size: 0.26rem;
  198. line-height: 0.4rem;
  199. }
  200. .main .service .content .detail {
  201. margin-top: 0.32rem;
  202. font-size: 0.24rem;
  203. }
  204. .main .service .content .detail li {
  205. line-height: 0.48rem;
  206. font-size: 0.26rem;
  207. }
  208. .main .service .content .detail .text {
  209. color: #999;
  210. font-size: 0.26rem;
  211. }
  212. }