product-mesobiolift.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  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: #5daf32;
  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: #5daf32;
  24. margin: 20px 0 30px;
  25. }
  26. .main .about .info .description {
  27. font-size: 20px;
  28. text-align: justify;
  29. word-break: break-all;
  30. line-height: 36px;
  31. }
  32. .main .about .info .tags {
  33. display: -webkit-box;
  34. display: -ms-flexbox;
  35. display: flex;
  36. -webkit-box-align: center;
  37. -ms-flex-align: center;
  38. align-items: center;
  39. -webkit-box-pack: justify;
  40. -ms-flex-pack: justify;
  41. justify-content: space-between;
  42. margin-top: 40px;
  43. }
  44. .main .technology .content .section {
  45. display: -webkit-box;
  46. display: -ms-flexbox;
  47. display: flex;
  48. -webkit-box-pack: justify;
  49. -ms-flex-pack: justify;
  50. justify-content: space-between;
  51. -webkit-box-align: center;
  52. -ms-flex-align: center;
  53. align-items: center;
  54. padding: 10px 30px;
  55. background: #eee;
  56. margin-top: 40px;
  57. }
  58. .main .technology .content .section:first-child {
  59. margin-top: 0;
  60. }
  61. .main .technology .content .section .cover {
  62. -ms-flex-negative: 0;
  63. flex-shrink: 0;
  64. }
  65. .main .technology .content .section .cover img {
  66. display: block;
  67. width: 374px;
  68. }
  69. .main .technology .content .section:nth-child(2n-1) .info {
  70. margin-left: 40px;
  71. }
  72. .main .technology .content .section:nth-child(2n) .info {
  73. margin-right: 40px;
  74. }
  75. .main .technology .content .section .info {
  76. -webkit-box-flex: 1;
  77. -ms-flex: 1;
  78. flex: 1;
  79. -ms-flex-negative: 0;
  80. flex-shrink: 0;
  81. }
  82. .main .technology .content .section .info .title {
  83. font-size: 34px;
  84. color: #5daf33;
  85. font-weight: bold;
  86. }
  87. .main .technology .content .section .info .subtitle {
  88. font-size: 16px;
  89. color: #434343;
  90. font-weight: lighter;
  91. margin-top: 12px;
  92. }
  93. .main .technology .content .section .info .description {
  94. font-size: 27px;
  95. color: #434343;
  96. margin-top: 24px;
  97. line-height: 40px;
  98. text-align: justify;
  99. word-break: break-all;
  100. }
  101. .main .care .content .section {
  102. float: left;
  103. width: 390px;
  104. height: 340px;
  105. position: relative;
  106. margin-right: 15px;
  107. margin-top: 15px;
  108. background: #eee;
  109. overflow: hidden;
  110. }
  111. .main .care .content .section:nth-child(2), .main .care .content .section:nth-child(5), .main .care .content .section:nth-child(8) {
  112. margin-right: 0;
  113. }
  114. .main .care .content .section:nth-child(1), .main .care .content .section:nth-child(2) {
  115. margin-top: 0;
  116. }
  117. .main .care .content .section:first-child {
  118. width: 795px;
  119. }
  120. .main .care .content .section:nth-child(1), .main .care .content .section:nth-child(6) {
  121. background: #5daf32;
  122. }
  123. .main .care .content .section:hover img {
  124. -webkit-transform: scale(1.2);
  125. transform: scale(1.2);
  126. }
  127. .main .care .content .section .cover {
  128. position: absolute;
  129. width: 100%;
  130. height: 100%;
  131. }
  132. .main .care .content .section .cover img {
  133. display: block;
  134. width: 100%;
  135. height: 100%;
  136. -webkit-transition: all 0.4s;
  137. transition: all 0.4s;
  138. }
  139. .main .care .content .section .info {
  140. position: absolute;
  141. z-index: 2;
  142. width: 100%;
  143. height: 100%;
  144. background: rgba(0, 0, 0, 0.3);
  145. display: -webkit-box;
  146. display: -ms-flexbox;
  147. display: flex;
  148. -webkit-box-pack: center;
  149. -ms-flex-pack: center;
  150. justify-content: center;
  151. -webkit-box-align: center;
  152. -ms-flex-align: center;
  153. align-items: center;
  154. -webkit-box-orient: vertical;
  155. -webkit-box-direction: normal;
  156. -ms-flex-direction: column;
  157. flex-direction: column;
  158. color: #fff;
  159. text-align: center;
  160. -webkit-box-sizing: border-box;
  161. box-sizing: border-box;
  162. padding: 0 32px;
  163. line-height: 1.5;
  164. }
  165. .main .care .content .section .info .title {
  166. font-size: 28px;
  167. font-weight: bold;
  168. }
  169. .main .care .content .section .info .title.big {
  170. font-size: 41px;
  171. }
  172. .main .care .content .section .info .subtitle {
  173. font-size: 24px;
  174. margin-top: 8px;
  175. }
  176. .main .care .content .section .info .description {
  177. font-size: 20px;
  178. font-weight: lighter;
  179. margin-top: 20px;
  180. }
  181. .main .device .content .swiper-container {
  182. width: 100%;
  183. }
  184. .main .device .content .swiper-container img {
  185. display: block;
  186. width: 100%;
  187. }
  188. }
  189. @media screen and (max-width: 768px) {
  190. .main .about .content {
  191. display: -webkit-box;
  192. display: -ms-flexbox;
  193. display: flex;
  194. -webkit-box-orient: vertical;
  195. -webkit-box-direction: reverse;
  196. -ms-flex-direction: column-reverse;
  197. flex-direction: column-reverse;
  198. -webkit-box-align: center;
  199. -ms-flex-align: center;
  200. align-items: center;
  201. }
  202. .main .about .content .cover {
  203. margin-top: 0.4rem;
  204. }
  205. .main .about .content .cover img {
  206. display: block;
  207. width: 5.46rem;
  208. height: 5.57rem;
  209. }
  210. .main .about .content .tags {
  211. display: -webkit-box;
  212. display: -ms-flexbox;
  213. display: flex;
  214. -webkit-box-align: center;
  215. -ms-flex-align: center;
  216. align-items: center;
  217. -webkit-box-pack: justify;
  218. -ms-flex-pack: justify;
  219. justify-content: space-between;
  220. margin-top: 0.16rem;
  221. }
  222. .main .about .content .tags img {
  223. display: block;
  224. width: 1.76rem;
  225. height: 1.12rem;
  226. margin: 0 0.06rem;
  227. }
  228. .main .about .content .info {
  229. width: 6.5rem;
  230. margin: 0 auto;
  231. }
  232. .main .about .content .info .name {
  233. font-size: 0.34rem;
  234. color: #5daf32;
  235. text-align: center;
  236. font-weight: bold;
  237. }
  238. .main .about .content .info .subname {
  239. font-size: 0.26rem;
  240. margin-top: 0.16rem;
  241. text-align: center;
  242. }
  243. .main .about .content .info .line {
  244. width: 0.4rem;
  245. height: 0.06rem;
  246. background: #5daf32;
  247. margin: 0.32rem auto;
  248. }
  249. .main .about .content .info .description {
  250. text-align: justify;
  251. word-break: break-all;
  252. color: #333333;
  253. text-align: center;
  254. font-size: 0.26rem;
  255. line-height: 0.48rem;
  256. }
  257. .main .technology .content .section {
  258. width: 6.86rem;
  259. margin: 0 auto;
  260. padding: 0.4rem 0.7rem;
  261. background: #eee;
  262. margin-top: 0.32rem;
  263. -webkit-box-sizing: border-box;
  264. box-sizing: border-box;
  265. }
  266. .main .technology .content .section:first-child {
  267. margin-top: 0;
  268. }
  269. .main .technology .content .section .cover img {
  270. display: block;
  271. width: 3.74rem;
  272. margin: 0 auto;
  273. }
  274. .main .technology .content .section .info .title {
  275. font-size: 0.3rem;
  276. color: #5daf33;
  277. font-weight: bold;
  278. text-align: center;
  279. margin-top: 0.26rem;
  280. }
  281. .main .technology .content .section .info .subtitle {
  282. font-size: 0.24rem;
  283. color: #333;
  284. margin-top: 0.16rem;
  285. text-align: center;
  286. }
  287. .main .technology .content .section .info .description {
  288. font-size: 0.26rem;
  289. color: #333;
  290. margin-top: 0.4rem;
  291. line-height: 0.48rem;
  292. text-align: justify;
  293. word-break: break-all;
  294. text-align: center;
  295. }
  296. .main .care .content {
  297. width: 6.86rem;
  298. margin: 0 auto;
  299. }
  300. .main .care .content .section {
  301. float: left;
  302. width: 3.34rem;
  303. height: 3.4rem;
  304. position: relative;
  305. margin-right: 0.18rem;
  306. margin-top: 0.18rem;
  307. background: #eee;
  308. }
  309. .main .care .content .section:first-child {
  310. width: 6.86rem;
  311. margin-top: 0;
  312. margin-right: 0;
  313. }
  314. .main .care .content .section:nth-child(3), .main .care .content .section:nth-child(5), .main .care .content .section:nth-child(7), .main .care .content .section:nth-child(9) {
  315. margin-right: 0;
  316. }
  317. .main .care .content .section:nth-child(1), .main .care .content .section:nth-child(6) {
  318. background: #5daf32;
  319. }
  320. .main .care .content .section .cover {
  321. position: absolute;
  322. width: 100%;
  323. height: 100%;
  324. }
  325. .main .care .content .section .cover img {
  326. display: block;
  327. width: 100%;
  328. height: 100%;
  329. }
  330. .main .care .content .section .info {
  331. position: absolute;
  332. z-index: 2;
  333. width: 100%;
  334. height: 100%;
  335. background: rgba(0, 0, 0, 0.3);
  336. display: -webkit-box;
  337. display: -ms-flexbox;
  338. display: flex;
  339. -webkit-box-pack: center;
  340. -ms-flex-pack: center;
  341. justify-content: center;
  342. -webkit-box-align: center;
  343. -ms-flex-align: center;
  344. align-items: center;
  345. -webkit-box-orient: vertical;
  346. -webkit-box-direction: normal;
  347. -ms-flex-direction: column;
  348. flex-direction: column;
  349. color: #fff;
  350. text-align: center;
  351. -webkit-box-sizing: border-box;
  352. box-sizing: border-box;
  353. padding: 0 0.32rem;
  354. line-height: 1.5;
  355. }
  356. .main .care .content .section .info .title {
  357. font-size: 0.32rem;
  358. }
  359. .main .care .content .section .info .title.big {
  360. font-size: 0.32rem;
  361. }
  362. .main .care .content .section .info .subtitle {
  363. font-size: 0.24rem;
  364. margin-top: 0.24rem;
  365. }
  366. .main .care .content .section .info .description {
  367. font-size: 0.24rem;
  368. font-weight: lighter;
  369. margin-top: 0.24rem;
  370. }
  371. .main .device .scroll-box img {
  372. width: 3.16rem;
  373. height: 3.06rem;
  374. margin-right: 0.24rem;
  375. }
  376. .main .device .scroll-box img:first-child {
  377. margin-left: 0.32rem;
  378. }
  379. .main .device .scroll-box img:last-child {
  380. margin-right: 0.32rem;
  381. }
  382. }