product-diactivplvs.scss 5.6 KB

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