index.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. <template>
  2. <div>
  3. <!-- 广告位 start-->
  4. <div class="advertising">
  5. <div class="video-container" id="videoPlayer">
  6. <!-- <video src="/media/binary_premium.mp4" poster="/img/about-cover-video.png"></video>
  7. <div class="play"></div> -->
  8. <!-- banner区域 start -->
  9. <div id="banner" class="swiper-container banner">
  10. <div class="swiper-wrapper">
  11. <div class="swiper-slide">
  12. <img src="/img/about-banner-01.png" alt="" />
  13. </div>
  14. <div class="swiper-slide">
  15. <img src="/img/about-banner-02.png" alt="" />
  16. </div>
  17. <div class="swiper-slide">
  18. <img src="/img/about-banner-03.png" alt="" />
  19. </div>
  20. <div class="swiper-slide">
  21. <img src="/img/about-banner-04.png" alt="" />
  22. </div>
  23. <div class="swiper-slide">
  24. <img src="/img/about-banner-05.png" alt="" />
  25. </div>
  26. <div class="swiper-slide">
  27. <img src="/img/about-banner-06.png" alt="" />
  28. </div>
  29. </div>
  30. <div class="swiper-pagination"></div>
  31. </div>
  32. <!-- banner区域 end -->
  33. </div>
  34. </div>
  35. <!-- 广告位 end -->
  36. <div class="main">
  37. <div class="container about">
  38. <div class="section-title">
  39. <img src="/img/about-title-company.png" alt="" />
  40. <h3>公司介绍</h3>
  41. </div>
  42. <div class="content">
  43. <div class="section">
  44. <div class="name">Acebelle生物科技(深圳)有限公司</div>
  45. <div class="subtitle">ROS'S中国总代理<br/>成立于2016年<br />全球高端智能体疗设备整合服务商</div>
  46. <div class="description">
  47. 致力于国际智能体疗先进设备项目的引进与研发,集项目输出、品牌推广、运营策划、终端服务等多项业务为一体拥有资深的销售专家及售后管理团队,旗下主营来自西班牙倍受美容养生界青睐的ROS'S系列产品和项目。
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="container chairman">
  53. <div class="section-title">
  54. <img src="/img/about-title-president.png" alt="" />
  55. <h3>总裁简介</h3>
  56. </div>
  57. <div class="content clearfix">
  58. <div class="cover fl">
  59. <img src="/img/about-cover-president.png" alt="" />
  60. </div>
  61. <div class="info fl">
  62. <div class="name">刘聪</div>
  63. <div class="name-en">Chris Liu</div>
  64. <div class="tip">深圳艾斯佰丽集团创始人<span>|</span>西班牙ROS'S品牌大中华区执行总裁</div>
  65. <div class="line"></div>
  66. <div class="description">
  67. Chris自入行以来一直深耕智能体疗领域,秉承“无运动,不体疗”的宗旨和理念,把科技创新作为市场竞争的第一要素,2019年将具有44年历史的西班牙RÖS'S品牌引进中国,是国内开创“云智能体疗管理系统”第一人,RÖS'S品牌进入中国市场以来,凭借自身多项黑科技的魅力,获得了国内客户的追捧和热爱,极大地推动了国内智能体疗领域的发展,荣获CIBE最具影响力品牌。
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="container culture">
  73. <div class="section-title">
  74. <img src="/img/about-title-culture.png" alt="企业文化" />
  75. <h3>企业文化</h3>
  76. </div>
  77. <div class="content clearfix">
  78. <ul class="info fl">
  79. <li>我们的企业愿景:成为全球最专业的智能体疗企业!</li>
  80. <li>我们的核心价值观:诚信 责任 专业</li>
  81. <li>我们的人才观:品德 价值观 信念 能力</li>
  82. <li>我们的经营理念:科技领先 服务至上 营销创新 品牌制胜</li>
  83. <li>我们的服务理念:员工比客户更重要,服务好员工才能服务好客户</li>
  84. <li>我们的职责:对公司负责、对客户负责、对自己负责!</li>
  85. <li>我们的要求是:团队、纪律、奋斗!</li>
  86. <li>我们的形象是:热情、有激情、绝对专业!</li>
  87. <li>我们不要做的是:浪费时间!</li>
  88. <li>我们要做的是:主动,主动,再主动!</li>
  89. <li>我们要实践的是:付出行动,奋斗、奋斗、再奋斗!</li>
  90. </ul>
  91. <div class="cover fr">
  92. <img src="/img/about-cover-culture.png" alt="企业文化" class="only-pc" />
  93. <img src="/img/h5-about-cover-culture.png" alt="企业文化" class="only-mobile" />
  94. </div>
  95. </div>
  96. </div>
  97. <div class="container history">
  98. <div class="section-title">
  99. <img src="/img/about-title-history.png" alt="" />
  100. <h3>发展历程</h3>
  101. </div>
  102. <div class="content clearfix">
  103. <div class="info fl">
  104. <dl>
  105. <dt>2019底</dt>
  106. <dd>ACEBELLE生物科技(深圳)有限公司成为ROS'S中国区总代理</dd>
  107. </dl>
  108. <dl>
  109. <dt>2020</dt>
  110. <dd>第一次参加第54届中国(上海)国际美博会,ACEBELLE强势入驻,西班 牙ROS'S正式亮相,获得《2020美业卓越之星》</dd>
  111. <dd>参加第55届中国(广州)国际美博会</dd>
  112. <dd>参加第2届中国(深圳)国际美博会,获得《中国美业杰出贡献奖》</dd>
  113. </dl>
  114. <dl>
  115. <dt>2021</dt>
  116. <dd>参加第56届中国(广州)国际美博会</dd>
  117. <dd>参加第57届中国(上海)上海美博会,获得《CIBE影响力品牌》</dd>
  118. <dd>参加第58届中国(广州)国际美博会,Binary Premium升级4.0版本</dd>
  119. <dd>参加厦门SpaChina中国养生与水疗峰会,Chris Liu参加总裁分享“生美器材”,受邀颁奖(年度匠心疗程大奖》——戴西Spa</dd>
  120. <dd>《SpaChina》专访西班牙ROS'S</dd>
  121. </dl>
  122. <dl>
  123. <dt>2022</dt>
  124. <dd>参加第59届中国(广州)国际美博会</dd>
  125. <dd>在青岛瑞吉酒店参加SpaChina2022中国养生与水疗峰会,Chris Liu 参加总裁分享“Spa器材与疗法新动向”</dd>
  126. <dd>《SpaChina》专访西班牙ROS'S总部</dd>
  127. </dl>
  128. </div>
  129. <div class="cover fr">
  130. <img src="/img/about-history-1.png" alt="" />
  131. <img src="/img/about-history-2.png" alt="" />
  132. <img src="/img/about-history-3.png" alt="" />
  133. <img src="/img/about-history-4.png" alt="" />
  134. <img src="/img/about-history-5.png" alt="" />
  135. <img src="/img/about-history-6.png" alt="" />
  136. <img src="/img/about-history-7.png" alt="" />
  137. </div>
  138. </div>
  139. </div>
  140. <div class="container device">
  141. <div class="section-title">
  142. <img src="/img/about-title-equipment.png" alt="" />
  143. <h3>部分设备</h3>
  144. </div>
  145. <div class="content">
  146. <div class="scroll-box only-mobile">
  147. <img src="/img/about-equipment-1.png" alt="" />
  148. <img src="/img/about-equipment-2.png" alt="" />
  149. <img src="/img/about-equipment-3.png" alt="" />
  150. <img src="/img/about-equipment-4.png" alt="" />
  151. <img src="/img/about-equipment-5.png" alt="" />
  152. <img src="/img/about-equipment-6.png" alt="" />
  153. </div>
  154. <div class="swiper-container only-pc" id="deviceSwiper">
  155. <div class="swiper-wrapper">
  156. <div class="swiper-slide">
  157. <img src="/img/about-equipment-1.png" alt="" />
  158. </div>
  159. <div class="swiper-slide">
  160. <img src="/img/about-equipment-2.png" alt="" />
  161. </div>
  162. <div class="swiper-slide">
  163. <img src="/img/about-equipment-3.png" alt="" />
  164. </div>
  165. <div class="swiper-slide">
  166. <img src="/img/about-equipment-4.png" alt="" />
  167. </div>
  168. <div class="swiper-slide">
  169. <img src="/img/about-equipment-5.png" alt="" />
  170. </div>
  171. <div class="swiper-slide">
  172. <img src="/img/about-equipment-6.png" alt="" />
  173. </div>
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </template>
  181. <script>
  182. export default {
  183. head() {
  184. return {
  185. title: '首页-艾斯佰丽官网-艾斯佰丽',
  186. }
  187. },
  188. mounted() {
  189. new Swiper('#banner', {
  190. loop: true, // 循环模式选项
  191. autoplay: true,
  192. // 如果需要分页器
  193. pagination: {
  194. el: '.swiper-pagination',
  195. },
  196. })
  197. new Swiper('#deviceSwiper', {
  198. loop: true, // 循环模式选项
  199. autoplay: true,
  200. slidesPerView: 6,
  201. spaceBetween: 15,
  202. })
  203. // 关于疗法 手风琴效果
  204. function therapyDemoAccordion() {
  205. $('#therapy .item').on('mouseover', function (el) {
  206. $('#therapy .hover').removeClass('hover')
  207. $(this).addClass('hover')
  208. })
  209. }
  210. therapyDemoAccordion()
  211. // 视频播放
  212. function initVideoPlayer() {
  213. $('#videoPlayer')
  214. .find('.play')
  215. .on('click', function () {
  216. $(this).hide().siblings('video').attr('controls', true).get(0).play()
  217. })
  218. }
  219. initVideoPlayer()
  220. },
  221. }
  222. </script>
  223. <style lang="scss" scoped>
  224. @media screen and(min-width:768px) {
  225. .advertising {
  226. width: 100%;
  227. height: 973px;
  228. -webkit-box-sizing: border-box;
  229. box-sizing: border-box;
  230. background: #f2f2f2;
  231. overflow: hidden;
  232. background: url(/img/about-banner.png) no-repeat;
  233. background-position: top center;
  234. .video-container {
  235. position: relative;
  236. width: 960px;
  237. height: 540px;
  238. margin: 0 auto;
  239. margin-top: 433px;
  240. .swiper-container {
  241. width: 100%;
  242. height: 100%;
  243. img {
  244. display: block;
  245. width: 100%;
  246. height: 100%;
  247. }
  248. }
  249. .play {
  250. position: absolute;
  251. width: 132px;
  252. height: 132px;
  253. border-radius: 50%;
  254. z-index: 2;
  255. top: 50%;
  256. left: 50%;
  257. -webkit-transform: translate(-50%, -50%);
  258. transform: translate(-50%, -50%);
  259. cursor: pointer;
  260. background: url(/img/ross-video-play.png) no-repeat center;
  261. }
  262. video {
  263. display: block;
  264. width: 100%;
  265. height: 100%;
  266. }
  267. }
  268. }
  269. .main {
  270. .about {
  271. .content {
  272. height: 540px;
  273. background: url(/img/about-bg-company.png);
  274. background-size: 1200px 540px;
  275. overflow: hidden;
  276. .section {
  277. width: 420px;
  278. margin: 63px 0 0 32px;
  279. .name {
  280. font-size: 27px;
  281. font-weight: 800;
  282. color: #ffffff;
  283. }
  284. .subtitle {
  285. font-size: 21px;
  286. font-weight: 300;
  287. color: #ffffff;
  288. line-height: 40px;
  289. margin: 10px 0 40px;
  290. }
  291. .description {
  292. font-size: 21px;
  293. font-weight: 300;
  294. color: #ffffff;
  295. line-height: 36px;
  296. text-align: justify;
  297. }
  298. }
  299. }
  300. }
  301. .chairman {
  302. .cover {
  303. img {
  304. display: block;
  305. width: 470px;
  306. height: 480px;
  307. }
  308. }
  309. .info {
  310. width: 670px;
  311. padding-top: 20px;
  312. margin-left: 50px;
  313. .name {
  314. font-size: 42px;
  315. color: #f3920d;
  316. }
  317. .name-en {
  318. font-size: 25px;
  319. color: #000000;
  320. margin-top: 4px;
  321. span {
  322. font-size: 38px;
  323. color: #f3920d;
  324. font-weight: normal;
  325. }
  326. }
  327. .tip {
  328. font-size: 25px;
  329. color: #000;
  330. margin-top: 19px;
  331. line-height: 38px;
  332. span {
  333. margin: 0 16px;
  334. }
  335. }
  336. .line {
  337. width: 36px;
  338. height: 7px;
  339. background: #f3920d;
  340. margin: 20px 0 37px;
  341. }
  342. .description {
  343. font-size: 20px;
  344. color: #000;
  345. line-height: 38px;
  346. text-align: justify;
  347. }
  348. }
  349. }
  350. .history {
  351. .content {
  352. .cover {
  353. img {
  354. display: block;
  355. margin: 16px 0;
  356. }
  357. }
  358. .info {
  359. position: relative;
  360. &::before {
  361. content: '';
  362. display: block;
  363. width: 1px;
  364. height: 100%;
  365. background: #000;
  366. position: absolute;
  367. left: 0;
  368. top: 30px;
  369. }
  370. dl {
  371. margin: 0;
  372. margin-bottom: 40px;
  373. &:last-child {
  374. margin-bottom: 0;
  375. }
  376. }
  377. dt,
  378. dd {
  379. margin: 0;
  380. }
  381. dt {
  382. font-size: 42px;
  383. font-weight: 800;
  384. color: #000000;
  385. margin-bottom: 20px;
  386. margin-left: 27px;
  387. position: relative;
  388. &::before {
  389. content: '';
  390. display: block;
  391. width: 20px;
  392. height: 20px;
  393. background: #e5e5e5;
  394. border: 1px solid #090103;
  395. box-sizing: border-box;
  396. position: absolute;
  397. left: -37px;
  398. top: 50%;
  399. transform: translateY(-50%);
  400. border-radius: 50%;
  401. }
  402. &::after {
  403. content: '';
  404. display: block;
  405. width: 10px;
  406. height: 10px;
  407. background: #000;
  408. position: absolute;
  409. left: -32px;
  410. top: 50%;
  411. transform: translateY(-50%);
  412. border-radius: 50%;
  413. }
  414. }
  415. dd {
  416. position: relative;
  417. width: 817px;
  418. font-size: 25px;
  419. font-weight: 400;
  420. color: #000000;
  421. line-height: 50px;
  422. text-align: justify;
  423. margin-left: 70px;
  424. word-break: break-all;
  425. &::before {
  426. content: '';
  427. display: block;
  428. width: 45px;
  429. height: 1px;
  430. background: #000;
  431. position: absolute;
  432. top: 25px;
  433. left: -70px;
  434. }
  435. &::after {
  436. content: '';
  437. display: block;
  438. width: 6px;
  439. height: 6px;
  440. background: #000;
  441. position: absolute;
  442. top: 23px;
  443. left: -27px;
  444. border-radius: 50%;
  445. }
  446. }
  447. }
  448. }
  449. }
  450. .culture {
  451. .content {
  452. .info {
  453. font-size: 25px;
  454. font-weight: 400;
  455. color: #000000;
  456. line-height: 42px;
  457. }
  458. }
  459. }
  460. .device {
  461. .swiper-container {
  462. img {
  463. display: block;
  464. width: 100%;
  465. }
  466. }
  467. }
  468. }
  469. }
  470. @media screen and(max-width:768px) {
  471. .advertising {
  472. width: 100%;
  473. height: 5.9488rem;
  474. -webkit-box-sizing: border-box;
  475. box-sizing: border-box;
  476. background: #f2f2f2;
  477. overflow: hidden;
  478. background: url(/img/about-banner.png) no-repeat;
  479. background-position: top center;
  480. background-size: 7.5rem;
  481. .video-container {
  482. position: relative;
  483. width: 6.86rem;
  484. height: 3.8588rem;
  485. margin: 0 auto;
  486. margin-top: 2.09rem;
  487. .swiper-container {
  488. width: 100%;
  489. height: 100%;
  490. img {
  491. display: block;
  492. width: 100%;
  493. height: 100%;
  494. }
  495. }
  496. .play {
  497. position: absolute;
  498. width: 0.8rem;
  499. height: 0.8rem;
  500. border-radius: 50%;
  501. z-index: 2;
  502. top: 50%;
  503. left: 50%;
  504. -webkit-transform: translate(-50%, -50%);
  505. transform: translate(-50%, -50%);
  506. cursor: pointer;
  507. background: url(/img/ross-video-play.png) no-repeat center;
  508. background-size: 0.8rem;
  509. }
  510. video {
  511. display: block;
  512. width: 100%;
  513. height: 100%;
  514. }
  515. }
  516. }
  517. .main {
  518. .about {
  519. .content {
  520. width: 6.86rem;
  521. height: 10.3rem;
  522. margin: 0 auto;
  523. background: url(/img/h5-about-bg-company.png);
  524. background-size: 6.86rem 10.3rem;
  525. overflow: hidden;
  526. .section {
  527. width: 6rem;
  528. margin: 0 auto;
  529. .name {
  530. font-size: 0.32rem;
  531. font-weight: 800;
  532. color: #ffffff;
  533. text-align: center;
  534. margin-top: 0.48rem;
  535. }
  536. .subtitle {
  537. font-size: 0.24rem;
  538. font-weight: lighter;
  539. color: #ffffff;
  540. line-height: 0.42rem;
  541. margin: 0.32rem 0 0.48rem;
  542. text-align: center;
  543. }
  544. .description {
  545. font-size: 0.26rem;
  546. font-weight: 300;
  547. color: #ffffff;
  548. line-height: 0.48rem;
  549. text-align: center;
  550. }
  551. }
  552. }
  553. }
  554. .chairman {
  555. .content {
  556. display: flex;
  557. flex-direction: column-reverse;
  558. align-items: center;
  559. width: 6rem;
  560. margin: 0 auto;
  561. }
  562. .cover {
  563. float: unset !important;
  564. margin-top: 0.4rem;
  565. img {
  566. display: block;
  567. width: 5.46rem;
  568. height: 5.57rem;
  569. }
  570. }
  571. .info {
  572. float: unset !important;
  573. text-align: center;
  574. .name {
  575. font-size: 0.3rem;
  576. color: #f3920d;
  577. font-weight: bold;
  578. }
  579. .name-en {
  580. font-size: 0.26rem;
  581. color: #666;
  582. margin-top: 0.04rem;
  583. }
  584. .tip {
  585. font-size: 0.26rem;
  586. color: #000;
  587. margin-top: 0.16rem;
  588. line-height: 0.44rem;
  589. span {
  590. font-size: 0;
  591. display: block;
  592. line-height: 0;
  593. }
  594. }
  595. .line {
  596. width: 0.4rem;
  597. height: 0.06rem;
  598. background: #f3920d;
  599. margin: 0.4rem auto;
  600. }
  601. .description {
  602. font-size: 0.26rem;
  603. color: #000;
  604. line-height: 0.48rem;
  605. text-align: center;
  606. }
  607. }
  608. }
  609. .history {
  610. .content {
  611. width: 6.74rem;
  612. margin: 0 auto;
  613. .cover {
  614. display: flex;
  615. flex-wrap: wrap;
  616. justify-content: space-between;
  617. margin-top: 0.4rem;
  618. img {
  619. width: 2.18rem;
  620. display: block;
  621. margin-top: 0.1rem;
  622. }
  623. }
  624. .info {
  625. position: relative;
  626. &::before {
  627. content: '';
  628. display: block;
  629. width: 0.01rem;
  630. height: 100%;
  631. background: #000;
  632. position: absolute;
  633. left: 0;
  634. top: 0.1rem;
  635. }
  636. dl {
  637. margin: 0;
  638. margin-bottom: 0.4rem;
  639. &:last-child {
  640. margin-bottom: 0;
  641. }
  642. }
  643. dt,
  644. dd {
  645. margin: 0;
  646. }
  647. dt {
  648. font-size: 0.26rem;
  649. font-weight: 800;
  650. color: #000000;
  651. margin-bottom: 0.16rem;
  652. margin-left: 0.34rem;
  653. position: relative;
  654. &::before {
  655. content: '';
  656. display: block;
  657. width: 0.21rem;
  658. height: 0.21rem;
  659. background: #e5e5e5;
  660. border: 0.01rem solid #090103;
  661. box-sizing: border-box;
  662. position: absolute;
  663. left: -0.42rem;
  664. top: 50%;
  665. transform: translateY(-50%);
  666. border-radius: 50%;
  667. }
  668. &::after {
  669. content: '';
  670. display: block;
  671. width: 0.09rem;
  672. height: 0.09rem;
  673. background: #000;
  674. position: absolute;
  675. left: -0.36rem;
  676. top: 50%;
  677. transform: translateY(-50%);
  678. border-radius: 50%;
  679. }
  680. }
  681. dd {
  682. position: relative;
  683. font-size: 0.26rem;
  684. font-weight: 400;
  685. color: #000000;
  686. line-height: 0.48rem;
  687. text-align: justify;
  688. margin-left: 0.74rem;
  689. word-break: break-all;
  690. &::before {
  691. content: '';
  692. display: block;
  693. width: 0.62rem;
  694. height: 0.01rem;
  695. background: #000;
  696. position: absolute;
  697. top: 0.24rem;
  698. left: -0.74rem;
  699. }
  700. &::after {
  701. content: '';
  702. display: block;
  703. width: 0.07rem;
  704. height: 0.07rem;
  705. background: #000;
  706. position: absolute;
  707. top: 0.22rem;
  708. left: -0.18rem;
  709. border-radius: 50%;
  710. }
  711. }
  712. }
  713. }
  714. }
  715. .culture {
  716. .content {
  717. width: 6.55rem;
  718. margin: 0 auto;
  719. .info {
  720. float: unset !important;
  721. font-size: 0.26rem;
  722. font-weight: 400;
  723. color: #000000;
  724. line-height: 0.48rem;
  725. }
  726. .cover {
  727. float: unset !important;
  728. margin-top: 0.4rem;
  729. img {
  730. display: block;
  731. width: 100%;
  732. }
  733. }
  734. }
  735. }
  736. .device {
  737. .scroll-box {
  738. img {
  739. width: 1.88rem;
  740. height: 2.41rem;
  741. margin-right: 0.24rem;
  742. &:first-child {
  743. margin-left: 0.32rem;
  744. }
  745. &:last-child {
  746. margin-right: 0.32rem;
  747. }
  748. }
  749. }
  750. }
  751. }
  752. }
  753. </style>