kestos.vue 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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/kestos-banner.jpg" alt="" />
  8. </div>
  9. </div>
  10. <!-- <div class="swiper-pagination"></div> -->
  11. </div>
  12. <!-- banner区域 end -->
  13. <div class="main">
  14. <div class="container about">
  15. <div class="section-title">
  16. <img src="/img/kestos-title-equipment.png" alt="品牌设备" />
  17. <h3>品牌设备</h3>
  18. </div>
  19. <div class="content clearfix">
  20. <div class="cover fl">
  21. <img src="/img/kestos-title-about.png" alt="" />
  22. </div>
  23. <div class="info fr">
  24. <div class="name">Kestos T2</div>
  25. <div class="subname">穿戴式肌肉抗衰系统</div>
  26. <div class="line"></div>
  27. <div class="description">
  28. 是一款采用远近红外线与神经肌肉电刺激联合应用的专业塑形理疗系统。红外线具有较强的温控效应和共振效应,易被人体吸收转化为内能,促进血液循环,强化各组织之间的新陈代谢,增加组织的再生能力。而神经肌肉电刺激促进肌肉进行等张和等长训练,达到肌肉饱满和健康弹性状态。
  29. </div>
  30. </div>
  31. </div>
  32. </div>
  33. <div class="container therapy">
  34. <div class="section-title">
  35. <img src="/img/kestos-title-introduction.png" alt="疗法介绍" />
  36. <h3>疗法介绍</h3>
  37. </div>
  38. <div class="content">
  39. <img src="/img/kestos-therapy-01.png" alt="" />
  40. <img src="/img/kestos-therapy-02.png" alt="" />
  41. <img src="/img/kestos-therapy-03.png" alt="" />
  42. </div>
  43. </div>
  44. <div class="container program">
  45. <div class="section-title">
  46. <img src="/img/kestos-title-programs.png" alt="14种程序" />
  47. <h3>14种程序</h3>
  48. </div>
  49. <div class="content">
  50. <img src="/img/kestos-program.png" alt="" />
  51. </div>
  52. </div>
  53. <div class="container device">
  54. <div class="section-title">
  55. <img src="/img/kestos-title-accessories.png" alt="设备配件" />
  56. <h3>设备配件</h3>
  57. </div>
  58. <div class="content">
  59. <div class="scroll-box only-mobile">
  60. <img src="/img/kestos-device-01.png" alt="" />
  61. <img src="/img/kestos-device-02.png" alt="" />
  62. <img src="/img/kestos-device-03.png" alt="" />
  63. <img src="/img/kestos-device-04.png" alt="" />
  64. </div>
  65. <div class="swiper-container only-pc" id="deviceSwiper">
  66. <div class="swiper-wrapper">
  67. <div class="swiper-slide">
  68. <img src="/img/kestos-device-01.png" alt="" />
  69. </div>
  70. <div class="swiper-slide">
  71. <img src="/img/kestos-device-02.png" alt="" />
  72. </div>
  73. <div class="swiper-slide">
  74. <img src="/img/kestos-device-03.png" alt="" />
  75. </div>
  76. <div class="swiper-slide">
  77. <img src="/img/kestos-device-04.png" alt="" />
  78. </div>
  79. </div>
  80. </div>
  81. <!-- 如果需要导航按钮 -->
  82. <div class="swiper-prev"></div>
  83. <div class="swiper-next"></div>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88. </template>
  89. <script>
  90. export default {
  91. head() {
  92. return {
  93. title: '首页-艾斯佰丽官网-产品系列-KESTOS T2',
  94. }
  95. },
  96. mounted() {
  97. var bannerSwiper = new Swiper('#banner', {
  98. loop: false, // 循环模式选项
  99. // 如果需要分页器
  100. pagination: {
  101. el: '.swiper-pagination',
  102. },
  103. })
  104. var deviceSwiper = new Swiper('#deviceSwiper', {
  105. loop: true, // 循环模式选项
  106. autoplay: true,
  107. slidesPerView: 4,
  108. spaceBetween: 34,
  109. // 如果需要前进后退按钮
  110. navigation: {
  111. nextEl: '.device .swiper-next',
  112. prevEl: '.device .swiper-prev',
  113. },
  114. })
  115. },
  116. }
  117. </script>
  118. <style lang="scss" scoped>
  119. @media screen and (min-width: 768px) {
  120. .main {
  121. .about {
  122. .cover {
  123. img {
  124. display: block;
  125. width: 470px;
  126. height: 480px;
  127. }
  128. }
  129. .info {
  130. width: 660px;
  131. padding-top: 65px;
  132. .name {
  133. font-size: 50px;
  134. color: #7d8bb0;
  135. font-weight: bold;
  136. }
  137. .subname {
  138. font-size: 30px;
  139. margin-top: 15px;
  140. }
  141. .line {
  142. width: 36px;
  143. height: 7px;
  144. background: #7d8bb0;
  145. margin: 20px 0 30px;
  146. }
  147. .description {
  148. font-size: 20px;
  149. text-align: justify;
  150. word-break: break-all;
  151. line-height: 36px;
  152. p {
  153. margin-top: 24px;
  154. }
  155. }
  156. }
  157. }
  158. .therapy {
  159. .content {
  160. img {
  161. display: block;
  162. width: 100%;
  163. margin-top: 3px;
  164. &:first-child {
  165. margin-top: 0;
  166. }
  167. }
  168. }
  169. }
  170. .program {
  171. .content {
  172. img {
  173. display: block;
  174. width: 100%;
  175. }
  176. }
  177. }
  178. .device {
  179. .content {
  180. .swiper-container {
  181. width: 100%;
  182. img {
  183. display: block;
  184. width: 100%;
  185. }
  186. }
  187. }
  188. }
  189. }
  190. }
  191. @media screen and (max-width: 768px) {
  192. .main {
  193. .about {
  194. .content {
  195. display: -webkit-box;
  196. display: -ms-flexbox;
  197. display: flex;
  198. -webkit-box-orient: vertical;
  199. -webkit-box-direction: reverse;
  200. -ms-flex-direction: column-reverse;
  201. flex-direction: column-reverse;
  202. -webkit-box-align: center;
  203. -ms-flex-align: center;
  204. align-items: center;
  205. .cover {
  206. margin-top: 0.4rem;
  207. img {
  208. display: block;
  209. width: 5.46rem;
  210. height: 5.57rem;
  211. }
  212. }
  213. .info {
  214. width: 6.5rem;
  215. margin: 0 auto;
  216. .name {
  217. font-size: 0.34rem;
  218. color: #7d8bb0;
  219. text-align: center;
  220. font-weight: bold;
  221. }
  222. .subname {
  223. font-size: 0.26rem;
  224. margin-top: 0.16rem;
  225. text-align: center;
  226. }
  227. .line {
  228. width: 0.4rem;
  229. height: 0.06rem;
  230. background: #7d8bb0;
  231. margin: 0.32rem auto;
  232. }
  233. .description {
  234. text-align: justify;
  235. word-break: break-all;
  236. color: #333333;
  237. text-align: center;
  238. font-size: 0.26rem;
  239. line-height: 0.48rem;
  240. }
  241. }
  242. }
  243. }
  244. .therapy {
  245. width: 6.86rem;
  246. margin: 0 auto;
  247. .content {
  248. img {
  249. display: block;
  250. width: 100%;
  251. margin-top: 0.32rem;
  252. &:first-child {
  253. margin-top: 0;
  254. }
  255. }
  256. }
  257. }
  258. .program {
  259. width: 6.86rem;
  260. margin: 0 auto;
  261. .content {
  262. img {
  263. display: block;
  264. width: 100%;
  265. }
  266. }
  267. }
  268. .device {
  269. .scroll-box {
  270. img {
  271. width: 2.74rem;
  272. height: 2.53rem;
  273. margin-right: 0.24rem;
  274. &:first-child {
  275. margin-left: 0.32rem;
  276. }
  277. &:last-child {
  278. margin-right: 0.32rem;
  279. }
  280. }
  281. }
  282. }
  283. }
  284. }
  285. </style>