product-diactivplvs.css 5.2 KB

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