therapy-4.vue 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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-therapy4-banner.jpg" alt="" />
  8. </div>
  9. </div>
  10. </div>
  11. <!-- banner区域 end -->
  12. <div class="therapy-title">
  13. <h3>私密健康疗法</h3>
  14. <div class="en">Electrical impulse muscle tone</div>
  15. </div>
  16. <div class="container row1">
  17. <div class="content">
  18. <div class="section">
  19. <div class="item">
  20. <div class="name">独特频率448kHz</div>
  21. <div class="desc">
  22. 作用于阴道粘膜层、真皮纤维层、肌肉层<br />刺激细胞再生<br />活化胶原新生重组<br />保护黏膜系统的同时收紧阴道<br />增加敏感度<br />非热作用还可以平衡内部菌群,起到消炎作用
  23. </div>
  24. </div>
  25. <div class="cover only-mobile">
  26. <img src="/img/binary-therapy4-cover-1.png" alt="电阻探头(RES)" />
  27. </div>
  28. <div class="item item2">
  29. <div class="name">神经肌肉电刺激(NMES)</div>
  30. <div class="desc">
  31. 同时刺激运动神经纤维和传入感觉神经纤维<br />利用神经细胞的电兴奋性<br />通过脉冲电流刺激支配肌肉神经促使肌肉进行等张和等长收缩<br />达到肌肉饱满和健康弹性的状态
  32. </div>
  33. </div>
  34. <div class="cover only-mobile">
  35. <img src="/img/binary-therapy4-cover-2.png" alt="电阻探头(RES)" />
  36. </div>
  37. </div>
  38. <div class="cover only-pc">
  39. <img src="/img/binary-therapy4-cover-1.png" alt="电阻探头(RES)" />
  40. <img src="/img/binary-therapy4-cover-2.png" alt="电容探头(CAP)" />
  41. </div>
  42. </div>
  43. <div class="therapy-title">
  44. <h3>设备配件</h3>
  45. <div class="en">Equipment accessories</div>
  46. </div>
  47. <div class="container row2">
  48. <div class="section">
  49. <img src="/img/binary-therapy4-accessories1.png" alt="" />
  50. <img src="/img/binary-therapy4-accessories2.png" alt="" />
  51. <img src="/img/binary-therapy4-accessories3.png" alt="" />
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </template>
  57. <script>
  58. export default {
  59. head() {
  60. return {
  61. title: '首页-艾斯佰丽官网-私密健康疗法',
  62. }
  63. },
  64. mounted() {
  65. new Swiper('#banner', {
  66. loop: false, // 循环模式选项
  67. })
  68. },
  69. }
  70. </script>
  71. <style lang="scss" scoped>
  72. @media screen and (min-width: 768px) {
  73. .therapy-title {
  74. margin: 130px 0 104px;
  75. h3 {
  76. font-size: 42px;
  77. font-weight: bold;
  78. color: #000000;
  79. text-align: center;
  80. }
  81. .en {
  82. font-size: 21px;
  83. color: #000000;
  84. text-transform: uppercase;
  85. margin-top: 17px;
  86. text-align: center;
  87. }
  88. }
  89. .container {
  90. .title {
  91. font-size: 33px;
  92. font-weight: bold;
  93. color: #000000;
  94. }
  95. .description {
  96. font-size: 29px;
  97. color: #000000;
  98. line-height: 42px;
  99. margin-top: 24px;
  100. span {
  101. font-weight: bold;
  102. }
  103. }
  104. &.row1 {
  105. .content {
  106. display: flex;
  107. justify-content: space-between;
  108. .item {
  109. &.item2 {
  110. margin-top: 80px;
  111. }
  112. .name {
  113. font-size: 28px;
  114. font-weight: bold;
  115. color: #e98e19;
  116. line-height: 44px;
  117. }
  118. .desc {
  119. font-size: 28px;
  120. line-height: 44px;
  121. }
  122. }
  123. .cover {
  124. width: 380px;
  125. img {
  126. display: block;
  127. }
  128. }
  129. }
  130. }
  131. &.row2 {
  132. .desc {
  133. font-size: 20px;
  134. font-weight: 300;
  135. color: #000000;
  136. line-height: 74px;
  137. }
  138. .section {
  139. display: flex;
  140. margin-top: 76px;
  141. justify-content: space-between;
  142. img {
  143. display: block;
  144. margin: 0 2px;
  145. }
  146. }
  147. .cover {
  148. img {
  149. display: block;
  150. width: 100%;
  151. }
  152. }
  153. }
  154. }
  155. }
  156. @media screen and (max-width: 768px) {
  157. .therapy-title {
  158. margin: 0.8rem 0 0;
  159. h3 {
  160. font-size: 0.34rem;
  161. font-weight: bold;
  162. color: #000000;
  163. text-align: center;
  164. }
  165. .en {
  166. font-size: 0.22rem;
  167. color: #000000;
  168. text-transform: uppercase;
  169. margin-top: 10px;
  170. text-align: center;
  171. }
  172. }
  173. .container {
  174. &.row1 {
  175. .content {
  176. .section {
  177. display: flex;
  178. flex-direction: column;
  179. align-items: center;
  180. }
  181. .item {
  182. width: 6rem;
  183. .name {
  184. font-size: 0.26rem;
  185. font-weight: bold;
  186. color: #e98e19;
  187. line-height: 0.48rem;
  188. margin: 0.8rem 0 0.16rem;
  189. text-align: center;
  190. }
  191. .desc {
  192. font-size: 0.26rem;
  193. line-height: 0.48rem;
  194. text-align: center;
  195. }
  196. }
  197. .cover {
  198. width: 3.8rem;
  199. margin-top: 0.32rem;
  200. img {
  201. display: block;
  202. width: 100%;
  203. }
  204. }
  205. }
  206. }
  207. &.row2 {
  208. .section {
  209. overflow-y: scroll;
  210. margin-top: 0.4rem;
  211. white-space: nowrap;
  212. font-size: 0;
  213. &::-webkit-scrollbar {
  214. display: none;
  215. }
  216. img {
  217. display: inline-block;
  218. margin-right: 0.22rem;
  219. height: 1.96rem;
  220. &:first-child {
  221. margin-left: 0.32rem;
  222. }
  223. &:last-child {
  224. margin-right: 0.32rem;
  225. }
  226. }
  227. }
  228. }
  229. }
  230. }
  231. </style>