product-kestos.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. @media screen and (min-width: 768px) {
  2. .main .service {
  3. margin-top: 140px;
  4. }
  5. .main .service .container {
  6. display: -webkit-box;
  7. display: -ms-flexbox;
  8. display: flex;
  9. -webkit-box-pack: justify;
  10. -ms-flex-pack: justify;
  11. justify-content: space-between;
  12. }
  13. .main .service .item {
  14. width: 558px;
  15. }
  16. .main .service .cover {
  17. width: 558px;
  18. height: 418px;
  19. }
  20. .main .service .cover img {
  21. display: block;
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .main .service .content .title {
  26. font-size: 24px;
  27. font-weight: bold;
  28. margin: 40px 0 16px;
  29. }
  30. .main .service .content .detail {
  31. text-align: justify;
  32. line-height: 32px;
  33. }
  34. .main .service .content .detail .mr40 {
  35. margin-right: 40px;
  36. }
  37. .main .service .content .detail span {
  38. color: #505050;
  39. margin-right: 25px;
  40. }
  41. .main .service .content .detail span::before {
  42. content: "";
  43. display: inline-block;
  44. vertical-align: -5px;
  45. width: 20px;
  46. height: 20px;
  47. background: url(/img/icon-right.png) no-repeat center;
  48. background-size: 20px;
  49. margin-right: 8px;
  50. }
  51. .main .about {
  52. height: 600px;
  53. background: url(/img/product-kestos-bg-about.png) no-repeat center;
  54. background-size: auto 600px;
  55. padding-top: 128px;
  56. text-align: center;
  57. -webkit-box-sizing: border-box;
  58. box-sizing: border-box;
  59. margin-top: 140px;
  60. }
  61. .main .about .title {
  62. font-size: 24px;
  63. color: #fff;
  64. }
  65. .main .about .line {
  66. width: 32px;
  67. height: 2px;
  68. background-color: #fff;
  69. margin: 64px auto;
  70. }
  71. .main .about .description {
  72. width: 804px;
  73. font-size: 16px;
  74. line-height: 48px;
  75. margin: 0 auto;
  76. color: #fff;
  77. }
  78. .footer {
  79. margin-top: 0;
  80. }
  81. }
  82. @media screen and (max-width: 768px) {
  83. .main .service .container {
  84. display: -webkit-box;
  85. display: -ms-flexbox;
  86. display: flex;
  87. -webkit-box-pack: justify;
  88. -ms-flex-pack: justify;
  89. justify-content: space-between;
  90. -webkit-box-orient: vertical;
  91. -webkit-box-direction: normal;
  92. -ms-flex-direction: column;
  93. flex-direction: column;
  94. -webkit-box-align: center;
  95. -ms-flex-align: center;
  96. align-items: center;
  97. }
  98. .main .service .item {
  99. width: 5.58rem;
  100. }
  101. .main .service .cover {
  102. width: 5.58rem;
  103. height: 4.18rem;
  104. margin-top: 1.2rem;
  105. }
  106. .main .service .cover img {
  107. display: block;
  108. width: 100%;
  109. height: 100%;
  110. }
  111. .main .service .content .title {
  112. font-size: 0.34rem;
  113. font-weight: bold;
  114. margin: 0.32rem 0 0.16rem;
  115. }
  116. .main .service .content .detail {
  117. text-align: justify;
  118. line-height: 0.48rem;
  119. font-size: 0.26rem;
  120. }
  121. .main .service .content .detail .mr40 {
  122. margin-right: 0.4rem;
  123. }
  124. .main .service .content .detail li {
  125. margin-top: 0.24rem;
  126. }
  127. .main .service .content .detail span {
  128. color: #505050;
  129. margin-right: 0.25rem;
  130. font-size: 0.24rem;
  131. }
  132. .main .service .content .detail span::before {
  133. content: "";
  134. display: inline-block;
  135. vertical-align: -0.06rem;
  136. width: 0.32rem;
  137. height: 0.32rem;
  138. background: url(/img/icon-right.png) no-repeat center;
  139. background-size: 0.32rem;
  140. margin-right: 0.08rem;
  141. }
  142. .main .about {
  143. background: url(/img/product-kestos-bg-about.png) no-repeat center;
  144. background-size: cover;
  145. text-align: center;
  146. -webkit-box-sizing: border-box;
  147. box-sizing: border-box;
  148. margin-top: 1.2rem;
  149. padding: 0.24rem 0;
  150. }
  151. .main .about .title {
  152. font-size: 0.26rem;
  153. color: #fff;
  154. }
  155. .main .about .line {
  156. width: 0.32rem;
  157. height: 0.02rem;
  158. background-color: #fff;
  159. margin: 0.16rem auto;
  160. }
  161. .main .about .description {
  162. width: 6.12rem;
  163. font-size: 0.24rem;
  164. line-height: 0.48rem;
  165. margin: 0 auto;
  166. color: #fff;
  167. text-align: center;
  168. }
  169. .footer {
  170. margin-top: 0;
  171. }
  172. }