therapy-3.vue 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <template>
  2. <div>
  3. <!-- banner区域 start -->
  4. <div class="swiper-container banner" id="banner">
  5. <div class="swiper-wrapper">
  6. <div class="swiper-slide">
  7. <img src="/img/binary-therapy3-banner.jpg" alt="" />
  8. </div>
  9. </div>
  10. </div>
  11. <div class="therapy-title">
  12. <h3>肌肉重塑疗法</h3>
  13. <div class="en">Electrical impulse muscle tone</div>
  14. </div>
  15. <!-- banner区域 end -->
  16. <div class="container">
  17. <div class="title">电脉冲肌肉重塑疗法原理:</div>
  18. <div class="desc">通过发射在中频上调制的低频可变电流来实现刺激皮肤和肌肉的微观结构,进而促进血液流动和促进营养吸收,恢复肌肉张力。</div>
  19. <div class="content">
  20. <div class="item">
  21. <div class="info">
  22. <div class="name">电脂解</div>
  23. <div class="desc">具有独特脉冲宽度功能的低频可变电流-约18Hz<br />直接作用于肌肉夹层中的脂肪细胞,促使其分裂并消除</div>
  24. </div>
  25. <div class="cover">
  26. <img src="/img/binary-therapy3-principle-1.png" alt="电脂解" />
  27. <div class="name">电刺激导电带</div>
  28. </div>
  29. </div>
  30. <div class="item">
  31. <div class="info">
  32. <div class="name">电紧致</div>
  33. <div class="desc">在电脉冲中设计的可变电流<br />可强烈和具有选择性地产生肌肉收缩和肌肉放松</div>
  34. </div>
  35. <div class="cover">
  36. <img src="/img/binary-therapy3-principle-2.png" alt="电紧致" />
  37. <div class="name">小电棒</div>
  38. </div>
  39. </div>
  40. <div class="item">
  41. <div class="info">
  42. <div class="name">电提升</div>
  43. <div class="desc">刺激微循环和提高规新陈代谢<br />具有组织活化新生作用</div>
  44. </div>
  45. <div class="cover">
  46. <img src="/img/binary-therapy3-principle-3.png" alt="电提升" />
  47. <div class="name">肌肉电贴片</div>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="case"><img src="/img/binary-therapy3-cover.png" alt="" /></div>
  52. </div>
  53. </div>
  54. </template>
  55. <script>
  56. export default {
  57. head() {
  58. return {
  59. title: '首页-艾斯佰丽官网-肌肉重塑疗法',
  60. }
  61. },
  62. mounted() {
  63. new Swiper('#banner', {
  64. loop: false, // 循环模式选项
  65. })
  66. },
  67. }
  68. </script>
  69. <style lang="scss" scoped>
  70. @media screen and (min-width: 768px) {
  71. .therapy-title {
  72. margin: 130px 0 104px;
  73. h3 {
  74. font-size: 42px;
  75. font-weight: bold;
  76. color: #000000;
  77. text-align: center;
  78. }
  79. .en {
  80. font-size: 21px;
  81. color: #000000;
  82. text-transform: uppercase;
  83. margin-top: 17px;
  84. text-align: center;
  85. }
  86. }
  87. .container {
  88. .title {
  89. font-size: 33px;
  90. font-weight: bold;
  91. color: #000000;
  92. }
  93. .desc {
  94. font-size: 29px;
  95. color: #000000;
  96. line-height: 42px;
  97. margin-top: 24px;
  98. }
  99. .item {
  100. display: flex;
  101. justify-content: space-between;
  102. align-items: flex-end;
  103. margin-top: 24px;
  104. .info {
  105. .name {
  106. font-size: 27px;
  107. font-weight: bold;
  108. color: #e98e19;
  109. }
  110. .desc {
  111. font-size: 25px;
  112. color: #000000;
  113. line-height: 40px;
  114. text-align: justify;
  115. margin-top: 16px;
  116. }
  117. }
  118. .cover {
  119. img {
  120. display: block;
  121. }
  122. .name {
  123. font-size: 20px;
  124. color: #000000;
  125. margin-top: 15px;
  126. text-align: center;
  127. }
  128. }
  129. }
  130. .case {
  131. margin-top: 60px;
  132. img {
  133. display: block;
  134. width: 100%;
  135. }
  136. }
  137. }
  138. }
  139. @media screen and (max-width: 768px) {
  140. .therapy-title {
  141. margin: 0.8rem 0 0.7rem;
  142. h3 {
  143. font-size: 0.34rem;
  144. font-weight: bold;
  145. color: #000000;
  146. text-align: center;
  147. }
  148. .en {
  149. font-size: 0.22rem;
  150. color: #000000;
  151. text-transform: uppercase;
  152. margin-top: 0.1rem;
  153. text-align: center;
  154. }
  155. }
  156. .container {
  157. .title {
  158. font-size: 0.26rem;
  159. font-weight: bold;
  160. color: #000000;
  161. text-align: center;
  162. }
  163. .desc {
  164. width: 6.24rem;
  165. margin: 0 auto;
  166. font-size: 0.26rem;
  167. color: #000000;
  168. line-height: 0.48rem;
  169. margin-top: 0.16rem;
  170. text-align: center;
  171. }
  172. .item {
  173. margin-top: 24px;
  174. .info {
  175. width: 6.24rem;
  176. margin: 0 auto;
  177. .name {
  178. font-size: 0.26rem;
  179. font-weight: bold;
  180. color: #e98e19;
  181. margin: 0.4rem 0 0.16rem;
  182. text-align: center;
  183. }
  184. .desc {
  185. font-size: 0.26rem;
  186. color: #000000;
  187. line-height: 0.48rem;
  188. text-align: center;
  189. br {
  190. display: none;
  191. }
  192. }
  193. }
  194. .cover {
  195. margin-top: 0.32rem;
  196. img {
  197. display: block;
  198. width: 2.45rem;
  199. height: 1.82rem;
  200. margin: 0 auto;
  201. }
  202. .name {
  203. font-size: 0.2rem;
  204. color: #999;
  205. margin-top: 0.16rem;
  206. text-align: center;
  207. }
  208. }
  209. }
  210. .case {
  211. width: 6.9rem;
  212. margin: 0.8rem auto 0;
  213. img {
  214. display: block;
  215. width: 100%;
  216. }
  217. }
  218. }
  219. }
  220. </style>