therapy-1.vue 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  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-therapy1-banner.jpg" alt="" />
  8. </div>
  9. </div>
  10. </div>
  11. <!-- banner区域 end -->
  12. <div class="container row1">
  13. <div class="therapy-title">
  14. <h3>免疫力助推发烧疗法</h3>
  15. <div class="en">Immune boosting with bracelets fever therapy</div>
  16. </div>
  17. <div class="content">
  18. <div class="title">免疫力助推发烧疗法全身应用原理:</div>
  19. <div class="desc">
  20. 采用448kHz频率,通过特定的免疫力助推手环作用于人体四肢,渗透诱发全身细胞进行跨膜运动,
  21. 使人体通过内生热的方式提升基础体温至42℃,持续12小时,激活免疫系统。
  22. </div>
  23. <div class="section problem">
  24. <div class="item">
  25. <div class="name">免疫力下降</div>
  26. <div class="info">每当体温降低1℃,白细胞所提供的免疫力便会减少37%</div>
  27. </div>
  28. <div class="item">
  29. <div class="name">血液循环变差</div>
  30. <div class="info">低体温的人,手脚末梢血管会紧缩,血液流通不畅</div>
  31. </div>
  32. <div class="item">
  33. <div class="name">基础代谢率下降</div>
  34. <div class="info">体温降低1℃,基础代谢率就会减少30%</div>
  35. </div>
  36. <div class="item">
  37. <div class="name">容易产生轻度疾病</div>
  38. <div class="info">低体温会影响自主神经和激素的平衡 进而引起肩膀僵硬、头痛、晕眩、手脚冰凉等代谢综合征</div>
  39. </div>
  40. </div>
  41. <div class="cover">
  42. <img src="/img/binary-therapy1-cover.png" alt="" />
  43. </div>
  44. </div>
  45. </div>
  46. <div class="container row2">
  47. <div class="therapy-title">
  48. <h3>免疫力助推发烧手环</h3>
  49. <div class="en">Immune boosting with bracelets</div>
  50. </div>
  51. <div class="content">
  52. <div class="section">
  53. <div class="desc">
  54. <p>免疫力助推手环已获得国际专利认证。</p>
  55. <p>
  56. 2022年初,ROS'S在西班牙巴塞罗那展会上大放异彩,旗下发烧疗法对于提高人体免疫力的有效性获得政府高度认可,并获得官方认证,被授予<span>《最佳治疗奖》</span>和<span>《最佳创新奖》</span>。
  57. </p>
  58. <p>
  59. 免疫力助推发烧疗法<span>30分钟</span>,体温最高可达<span>42℃</span>,维持<span>8-12小时</span>,
  60. 体温每升高<span>1℃</span>,基础代谢会提高<span>13%</span>,免疫力提升<span>5-6倍</span>
  61. </p>
  62. </div>
  63. <div class="product">
  64. <div class="item">
  65. <div class="cover"><img src="/img/binary-therapy1-img1.png" alt="发烧手环" /></div>
  66. <div class="name">发烧手环</div>
  67. <div class="subtitle">传输能量到达身体,提升基础体温促进血液循环,增强代谢</div>
  68. </div>
  69. <div class="item">
  70. <div class="cover"><img src="/img/binary-therapy1-img2.png" alt="发烧绑带" /></div>
  71. <div class="name">发烧绑带</div>
  72. <div class="subtitle">固定手环到身体部位传输能量</div>
  73. </div>
  74. </div>
  75. </div>
  76. <div class="cover"><img src="/img/binary-therapy1-honor.png" alt="" /></div>
  77. </div>
  78. </div>
  79. </div>
  80. </template>
  81. <script>
  82. export default {
  83. head() {
  84. return {
  85. title: '首页-艾斯佰丽官网-免疫力助推发烧疗法',
  86. }
  87. },
  88. mounted() {
  89. new Swiper('#banner', {
  90. loop: false, // 循环模式选项
  91. })
  92. },
  93. }
  94. </script>
  95. <style lang="scss" scoped>
  96. @media screen and (min-width: 768px) {
  97. .therapy-title {
  98. margin: 130px 0 104px;
  99. h3 {
  100. font-size: 42px;
  101. font-weight: bold;
  102. color: #000000;
  103. text-align: center;
  104. }
  105. .en {
  106. font-size: 21px;
  107. color: #000000;
  108. text-transform: uppercase;
  109. margin-top: 17px;
  110. text-align: center;
  111. }
  112. }
  113. .container {
  114. &.row1 {
  115. .title {
  116. font-size: 33px;
  117. font-weight: bold;
  118. color: #000000;
  119. }
  120. .desc {
  121. font-size: 29px;
  122. color: #000000;
  123. line-height: 42px;
  124. margin-top: 24px;
  125. }
  126. .problem {
  127. display: flex;
  128. justify-content: space-between;
  129. flex-wrap: wrap;
  130. position: relative;
  131. margin-top: 56px;
  132. &::after {
  133. content: '';
  134. display: block;
  135. height: 380px;
  136. position: absolute;
  137. left: 50%;
  138. top: 50%;
  139. transform: translateY(-50%);
  140. border-right: 2px dashed #6e7f89;
  141. }
  142. .item {
  143. width: 509px;
  144. margin-top: 52px;
  145. .name {
  146. font-size: 27px;
  147. font-weight: bold;
  148. color: #e98e19;
  149. }
  150. .info {
  151. font-size: 25px;
  152. color: #000000;
  153. line-height: 40px;
  154. text-align: justify;
  155. margin-top: 16px;
  156. }
  157. }
  158. }
  159. .cover {
  160. margin-top: 60px;
  161. img {
  162. display: block;
  163. width: 100%;
  164. }
  165. }
  166. }
  167. &.row2 {
  168. .content {
  169. .section {
  170. display: flex;
  171. justify-content: space-between;
  172. align-items: center;
  173. .desc {
  174. width: 833px;
  175. p {
  176. font-size: 29px;
  177. color: #000000;
  178. line-height: 55px;
  179. span {
  180. font-weight: bold;
  181. }
  182. &:last-child {
  183. margin-top: 132px;
  184. span {
  185. font-weight: bold;
  186. color: #e98e19;
  187. }
  188. }
  189. }
  190. }
  191. .product {
  192. width: 289px;
  193. .cover {
  194. img {
  195. display: block;
  196. width: 289px;
  197. }
  198. }
  199. .name {
  200. font-size: 23px;
  201. color: #000000;
  202. text-align: center;
  203. }
  204. .subtitle {
  205. font-size: 20px;
  206. color: #000000;
  207. font-weight: lighter;
  208. text-align: center;
  209. margin-top: 12px;
  210. }
  211. }
  212. }
  213. .cover {
  214. margin-top: 56px;
  215. img {
  216. display: block;
  217. }
  218. }
  219. }
  220. }
  221. }
  222. }
  223. @media screen and (max-width: 768px) {
  224. .therapy-title {
  225. margin: 0.81rem 0 0.7rem;
  226. h3 {
  227. font-size: 0.34rem;
  228. font-weight: bold;
  229. color: #000000;
  230. text-align: center;
  231. }
  232. .en {
  233. font-size: 0.22rem;
  234. color: #000000;
  235. text-transform: uppercase;
  236. margin-top: 0.1rem;
  237. text-align: center;
  238. }
  239. }
  240. .container {
  241. &.row1 {
  242. .title {
  243. font-size: 0.26rem;
  244. font-weight: bold;
  245. color: #000000;
  246. text-align: center;
  247. }
  248. .desc {
  249. font-size: 0.26rem;
  250. color: #000000;
  251. line-height: 0.48rem;
  252. text-align: center;
  253. width: 6.24rem;
  254. margin: 0.16rem auto 0;
  255. }
  256. .problem {
  257. width: 5.98rem;
  258. margin: 0.4rem auto 0;
  259. .item {
  260. margin-top: 0.32rem;
  261. text-align: center;
  262. .name {
  263. font-size: 0.26rem;
  264. font-weight: bold;
  265. color: #e98e19;
  266. }
  267. .info {
  268. font-size: 0.26rem;
  269. color: #000000;
  270. line-height: 0.48rem;
  271. margin-top: 0.16rem;
  272. }
  273. }
  274. }
  275. .cover {
  276. width: 6.9rem;
  277. margin: 0.4rem auto 0;
  278. img {
  279. display: block;
  280. width: 100%;
  281. }
  282. }
  283. }
  284. &.row2 {
  285. .content {
  286. .section {
  287. position: relative;
  288. .desc {
  289. width: 6.2rem;
  290. margin: 0 auto;
  291. p {
  292. font-size: 0.26rem;
  293. color: #000000;
  294. line-height: 0.48rem;
  295. text-align: center;
  296. &:last-child {
  297. margin-top: 4.2rem;
  298. span {
  299. font-weight: bold;
  300. color: #e98e19;
  301. }
  302. }
  303. }
  304. }
  305. .product {
  306. position: absolute;
  307. top: 3.15rem;
  308. left: 50%;
  309. transform: translateX(-50%);
  310. width: 6.2rem;
  311. display: flex;
  312. justify-content: space-between;
  313. .item {
  314. width: 46%;
  315. }
  316. .cover {
  317. margin: 0;
  318. img {
  319. display: block;
  320. width: 2.6rem;
  321. height: 1.66rem;
  322. }
  323. }
  324. .name {
  325. font-size: 0.26rem;
  326. color: #000000;
  327. text-align: center;
  328. }
  329. .subtitle {
  330. font-size: 0.2rem;
  331. color: #999;
  332. text-align: center;
  333. margin-top: 0.16rem;
  334. }
  335. }
  336. }
  337. & > .cover {
  338. margin-left: 0.3rem;
  339. margin-top: 0.4rem;
  340. overflow-y: scroll;
  341. &::-webkit-scrollbar {
  342. display: none;
  343. }
  344. img {
  345. height: 3.1rem;
  346. display: block;
  347. }
  348. }
  349. }
  350. }
  351. }
  352. }
  353. </style>