product-intradermik.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. @media screen and (min-width: 768px) {
  2. .main {
  3. margin-top: -80px;
  4. }
  5. .main .title {
  6. font-size: 24px;
  7. font-weight: bold;
  8. }
  9. .main .about {
  10. margin-bottom: 180px;
  11. }
  12. .main .about .cover {
  13. width: 614px;
  14. height: 412px;
  15. background-color: pink;
  16. }
  17. .main .about .container {
  18. position: relative;
  19. }
  20. .main .about .content {
  21. position: absolute;
  22. bottom: 0;
  23. right: 0;
  24. width: 518px;
  25. }
  26. .main .about .content .title {
  27. font-size: 34px;
  28. text-transform: uppercase;
  29. }
  30. .main .about .content .detail {
  31. font-size: 14px;
  32. line-height: 40px;
  33. text-align: justify;
  34. }
  35. .main .about .content .tags {
  36. margin-top: 36px;
  37. display: -webkit-box;
  38. display: -ms-flexbox;
  39. display: flex;
  40. }
  41. .main .about .content .tags .tag {
  42. padding: 8px 14px;
  43. font-size: 16px;
  44. color: #0688d2;
  45. background: #eff9ff;
  46. }
  47. .main .about .content .line {
  48. margin: 32px 0;
  49. width: 32px;
  50. height: 2px;
  51. background: #d8d8d8;
  52. }
  53. .main .service {
  54. margin: 80px 0;
  55. }
  56. .main .service .cover {
  57. width: 640px;
  58. height: 480px;
  59. -webkit-box-sizing: border-box;
  60. box-sizing: border-box;
  61. }
  62. .main .service.one .content {
  63. background-image: url(/img/product-intradermik-service-bg-01.png);
  64. }
  65. .main .service.two .content {
  66. background-image: url(/img/product-intradermik-service-bg-02.png);
  67. }
  68. .main .service.three .content {
  69. background-image: url(/img/product-intradermik-service-bg-03.png);
  70. }
  71. .main .service.four .content {
  72. background-image: url(/img/product-intradermik-service-bg-04.png);
  73. }
  74. .main .service .content {
  75. width: 560px;
  76. height: 480px;
  77. -webkit-box-sizing: border-box;
  78. box-sizing: border-box;
  79. background: rgba(0, 0, 0, 0.39);
  80. padding: 70px 60px 0;
  81. background-repeat: no-repeat;
  82. background-position: center;
  83. background-size: 560px;
  84. }
  85. .main .service .content .title {
  86. color: #fff;
  87. margin-bottom: 20px;
  88. }
  89. .main .service .content .mb24 {
  90. margin-bottom: 40px;
  91. }
  92. .main .service .content .mb56 {
  93. margin-bottom: 56px;
  94. }
  95. .main .service .content .lh40 {
  96. line-height: 40px;
  97. }
  98. .main .service .content .lh28 {
  99. line-height: 28px;
  100. }
  101. .main .service .content .subtitle {
  102. font-size: 16px;
  103. color: #fff;
  104. }
  105. .main .service .content .detail {
  106. color: #fff;
  107. font-size: 16px;
  108. }
  109. .main .service .content .detail li {
  110. margin-top: 32px;
  111. }
  112. .main .service .content .detail .label {
  113. margin-bottom: 16px;
  114. }
  115. }
  116. @media screen and (max-width: 768px) {
  117. .main .container {
  118. display: -webkit-box;
  119. display: -ms-flexbox;
  120. display: flex;
  121. -webkit-box-pack: center;
  122. -ms-flex-pack: center;
  123. justify-content: center;
  124. -webkit-box-align: center;
  125. -ms-flex-align: center;
  126. align-items: center;
  127. -webkit-box-orient: vertical;
  128. -webkit-box-direction: reverse;
  129. -ms-flex-direction: column-reverse;
  130. flex-direction: column-reverse;
  131. }
  132. .main .title {
  133. font-size: 0.48rem;
  134. font-weight: bold;
  135. }
  136. .main .about {
  137. margin-top: 0.8rem;
  138. }
  139. .main .about .cover {
  140. width: 6.14rem;
  141. height: 4.12rem;
  142. float: unset !important;
  143. margin-top: 0.48rem;
  144. }
  145. .main .about .cover img {
  146. display: block;
  147. width: 100%;
  148. height: 100%;
  149. }
  150. .main .about .container {
  151. position: relative;
  152. }
  153. .main .about .content {
  154. width: 6.14rem;
  155. float: unset !important;
  156. }
  157. .main .about .content .title {
  158. font-size: 0.48rem;
  159. text-transform: uppercase;
  160. text-align: center;
  161. }
  162. .main .about .content .detail {
  163. font-size: 0.24rem;
  164. line-height: 0.4rem;
  165. text-align: justify;
  166. }
  167. .main .about .content .tags {
  168. margin-top: 0.32rem;
  169. display: -webkit-box;
  170. display: -ms-flexbox;
  171. display: flex;
  172. -webkit-box-pack: center;
  173. -ms-flex-pack: center;
  174. justify-content: center;
  175. }
  176. .main .about .content .tags .tag {
  177. padding: 0.08rem 0.41rem;
  178. font-size: 0.24rem;
  179. color: #3da5b8;
  180. background: #e6fcff;
  181. }
  182. .main .about .content .line {
  183. width: 0.4rem;
  184. height: 0.03rem;
  185. background: #d8d8d8;
  186. margin: 0.32rem auto;
  187. }
  188. .main .service {
  189. margin: 1.2rem 0;
  190. }
  191. .main .service .cover {
  192. width: 6.14rem;
  193. height: 4.66rem;
  194. -webkit-box-sizing: border-box;
  195. box-sizing: border-box;
  196. float: unset !important;
  197. margin-top: 0.48rem;
  198. }
  199. .main .service .cover img {
  200. display: block;
  201. width: 100%;
  202. height: 100%;
  203. }
  204. .main .service .content {
  205. width: 6.14rem;
  206. float: unset !important;
  207. -webkit-box-sizing: border-box;
  208. box-sizing: border-box;
  209. background-repeat: no-repeat;
  210. background-position: center;
  211. text-align: center;
  212. }
  213. .main .service .content .title {
  214. margin-bottom: 0.4rem;
  215. }
  216. .main .service .content .mb24 {
  217. margin-bottom: 0.4rem;
  218. }
  219. .main .service .content .mb56 {
  220. margin-bottom: 0.56rem;
  221. }
  222. .main .service .content .lh40 {
  223. line-height: 0.4rem;
  224. }
  225. .main .service .content .lh28 {
  226. line-height: 0.4rem;
  227. }
  228. .main .service .content .subtitle {
  229. font-size: 0.26rem;
  230. }
  231. .main .service .content .detail {
  232. font-size: 0.26rem;
  233. }
  234. .main .service .content .detail li {
  235. margin-top: 0.32rem;
  236. }
  237. .main .service .content .detail .label {
  238. margin-bottom: 0.16rem;
  239. }
  240. }