product-intradermik.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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: #5ba9ad;
  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: #5ba9ad;
  24. margin: 20px 0 30px;
  25. }
  26. .main .about .info .description {
  27. text-align: justify;
  28. word-break: break-all;
  29. font-weight: lighter;
  30. line-height: 36px;
  31. }
  32. .main .about .info .description p {
  33. margin-top: 24px;
  34. font-size: 20px;
  35. }
  36. .main .about-device .content img {
  37. display: block;
  38. width: 100%;
  39. }
  40. .main .therapy .content .section {
  41. background: #eeeeee;
  42. padding: 24px 24px 24px 56px;
  43. display: -webkit-box;
  44. display: -ms-flexbox;
  45. display: flex;
  46. -webkit-box-pack: justify;
  47. -ms-flex-pack: justify;
  48. justify-content: space-between;
  49. -webkit-box-orient: horizontal;
  50. -webkit-box-direction: reverse;
  51. -ms-flex-direction: row-reverse;
  52. flex-direction: row-reverse;
  53. margin-top: 20px;
  54. }
  55. .main .therapy .content .section:first-child {
  56. margin-top: 0;
  57. }
  58. .main .therapy .content .section .info {
  59. margin-right: 24px;
  60. -webkit-box-flex: 1;
  61. -ms-flex: 1;
  62. flex: 1;
  63. -ms-flex-negative: 0;
  64. flex-shrink: 0;
  65. text-align: justify;
  66. word-break: break-all;
  67. }
  68. .main .therapy .content .section .info .cover img {
  69. display: block;
  70. width: 560px;
  71. }
  72. .main .therapy .content .section .info .title {
  73. font-size: 36px;
  74. color: #5ba9ad;
  75. font-weight: bold;
  76. }
  77. .main .therapy .content .section .info .subtitle {
  78. font-size: 16px;
  79. color: #434343;
  80. font-weight: lighter;
  81. text-transform: uppercase;
  82. margin-top: 4px;
  83. }
  84. .main .therapy .content .section .info .desc {
  85. font-size: 27px;
  86. color: #434343;
  87. line-height: 38px;
  88. margin-top: 50px;
  89. }
  90. .main .therapy .content .section .info .row {
  91. margin-top: 68px;
  92. }
  93. .main .therapy .content .section .info .row .label {
  94. font-size: 29px;
  95. color: #434343;
  96. font-weight: bold;
  97. }
  98. .main .therapy .content .section .info .row .text {
  99. font-size: 25px;
  100. line-height: 38px;
  101. color: #434343;
  102. margin-top: 10px;
  103. }
  104. .main .therapy .content .section .info .row .item {
  105. font-size: 22px;
  106. color: #434343;
  107. font-weight: lighter;
  108. margin-top: 32px;
  109. line-height: 1.5;
  110. }
  111. .main .therapy .content .section.therapy-2 .row {
  112. margin-top: 130px;
  113. }
  114. .main .therapy .content .section.therapy-3 .row {
  115. margin-top: 80px;
  116. }
  117. .main .therapy .content .section.therapy-3 .row .item {
  118. line-height: 38px;
  119. }
  120. .main .therapy .content .section.therapy-3 .desc {
  121. line-height: 42px;
  122. }
  123. .main .therapy .content .section.therapy-4 .row {
  124. margin-top: 50px;
  125. }
  126. .main .therapy .content .section.therapy-4 .row .label {
  127. margin-bottom: 16px;
  128. }
  129. .main .therapy .content .section.therapy-4 .row .item {
  130. margin-top: 12px;
  131. }
  132. .main .device .content {
  133. position: relative;
  134. }
  135. .main .device .content .swiper-container {
  136. width: 1100px;
  137. margin: 0 auto;
  138. }
  139. .main .device .content .swiper-container img {
  140. display: block;
  141. width: 100%;
  142. }
  143. .main .device .content .swiper-prev,
  144. .main .device .content .swiper-next {
  145. position: absolute;
  146. left: 0;
  147. top: 50%;
  148. -webkit-transform: translateY(-50%);
  149. transform: translateY(-50%);
  150. width: 48px;
  151. height: 72px;
  152. background-color: rgba(55, 55, 55, 0.6) !important;
  153. z-index: 5;
  154. cursor: pointer;
  155. background: url(/img/icon-arrow-left.png) no-repeat center;
  156. }
  157. .main .device .content .swiper-next {
  158. left: unset;
  159. right: 0;
  160. background: url(/img/icon-arrow-right.png) no-repeat center;
  161. }
  162. }
  163. @media screen and (max-width: 768px) {
  164. .main .about .content {
  165. display: -webkit-box;
  166. display: -ms-flexbox;
  167. display: flex;
  168. -webkit-box-orient: vertical;
  169. -webkit-box-direction: reverse;
  170. -ms-flex-direction: column-reverse;
  171. flex-direction: column-reverse;
  172. -webkit-box-align: center;
  173. -ms-flex-align: center;
  174. align-items: center;
  175. }
  176. .main .about .content .cover {
  177. margin-top: 0.4rem;
  178. }
  179. .main .about .content .cover img {
  180. display: block;
  181. width: 5.46rem;
  182. height: 5.57rem;
  183. }
  184. .main .about .content .info {
  185. width: 6.5rem;
  186. margin: 0 auto;
  187. }
  188. .main .about .content .info .name {
  189. font-size: 0.34rem;
  190. color: #5ba9ad;
  191. text-align: center;
  192. font-weight: bold;
  193. }
  194. .main .about .content .info .subname {
  195. font-size: 0.26rem;
  196. margin-top: 0.16rem;
  197. text-align: center;
  198. }
  199. .main .about .content .info .line {
  200. width: 0.4rem;
  201. height: 0.06rem;
  202. background: #5ba9ad;
  203. margin: 0.32rem auto;
  204. }
  205. .main .about .content .info .description {
  206. text-align: justify;
  207. word-break: break-all;
  208. color: #333333;
  209. text-align: center;
  210. }
  211. .main .about .content .info .description p {
  212. font-size: 0.26rem;
  213. line-height: 0.48rem;
  214. }
  215. .main .about-device {
  216. width: 6.86rem;
  217. margin: 0 auto;
  218. }
  219. .main .about-device .content img {
  220. display: block;
  221. width: 100%;
  222. }
  223. .main .therapy .content .section {
  224. width: 6.86rem;
  225. margin: 0 auto;
  226. background: #eeeeee;
  227. padding: 0.4rem;
  228. margin-top: 0.32rem;
  229. -webkit-box-sizing: border-box;
  230. box-sizing: border-box;
  231. }
  232. .main .therapy .content .section:first-child {
  233. margin-top: 0;
  234. }
  235. .main .therapy .content .section .cover img {
  236. display: block;
  237. width: 100%;
  238. }
  239. .main .therapy .content .section .info {
  240. text-align: center;
  241. word-break: break-all;
  242. }
  243. .main .therapy .content .section .info .title {
  244. font-size: 0.3rem;
  245. color: #5ba9ad;
  246. font-weight: bold;
  247. margin-top: 0.4rem;
  248. }
  249. .main .therapy .content .section .info .subtitle {
  250. font-size: 0.24rem;
  251. color: #333;
  252. margin-top: 0.16rem;
  253. }
  254. .main .therapy .content .section .info .desc {
  255. font-size: 0.26rem;
  256. color: #333;
  257. line-height: 0.48rem;
  258. margin-top: 0.32rem;
  259. }
  260. .main .therapy .content .section .info .row {
  261. margin-top: 0.4rem;
  262. }
  263. .main .therapy .content .section .info .row .label {
  264. font-size: 0.26rem;
  265. color: #434343;
  266. font-weight: bold;
  267. }
  268. .main .therapy .content .section .info .row .text {
  269. font-size: 0.26rem;
  270. line-height: 0.48rem;
  271. color: #434343;
  272. }
  273. .main .therapy .content .section .info .row .item {
  274. font-size: 0.26rem;
  275. color: #333;
  276. margin-top: 0.16rem;
  277. line-height: 1.5;
  278. }
  279. .main .therapy .content .section.therapy-2 .row {
  280. margin-top: 0.32rem;
  281. }
  282. .main .therapy .content .section.therapy-3 .row {
  283. margin-top: 0.4rem;
  284. }
  285. .main .therapy .content .section.therapy-4 .row {
  286. margin-top: 0.48rem;
  287. }
  288. .main .device .scroll-box img {
  289. width: 1.77rem;
  290. height: 2.27rem;
  291. margin-right: 0.24rem;
  292. }
  293. .main .device .scroll-box img:first-child {
  294. margin-left: 0.32rem;
  295. }
  296. .main .device .scroll-box img:last-child {
  297. margin-right: 0.32rem;
  298. }
  299. }