方诺官网改正版
 
 
 

1349 line
35 KiB

  1. <template>
  2. <div class="index-html">
  3. <div class="body">
  4. <div class="header-background">
  5. <!-- 头部导航条 -->
  6. <div class="headerList intro-x">
  7. <div class="floatLeft">
  8. <div class="left1">
  9. <img alt="" src="@/assets/images/logo.svg" />
  10. </div>
  11. <span class="left2">智莺</span>
  12. <span class="left3">方案解决 </span>
  13. <span class="left4">功能特色</span>
  14. <span class="left5">智莺联盟</span>
  15. </div>
  16. <div class="floatRihgt" @click="getLogin">
  17. <span class="span-img">
  18. <img
  19. draggable="false"
  20. src="@/assets/images/index/my.png"
  21. alt=""
  22. />
  23. </span>
  24. <span class="spanText">未登录</span>
  25. </div>
  26. </div>
  27. <!-- 头部内容 -->
  28. <div class="content-box">
  29. <div class="title-span">
  30. <div class="span1 intro-x">智莺系统</div>
  31. <div class="span2 -intro-x">ZHIYING SYSTEM</div>
  32. <div class="span3 intro-x">投入少·收益多 智慧创业选智莺</div>
  33. <div class="span4 -intro-x"><span>开启创业之路</span></div>
  34. </div>
  35. </div>
  36. <!-- 大图 -->
  37. <div class="indexBG2-box intro-Y">
  38. <img
  39. draggable="false"
  40. class="indexBG2"
  41. src="@/assets/images/index/bg2.png"
  42. alt=""
  43. />
  44. </div>
  45. </div>
  46. <!-- 方案解决 -->
  47. <div class="content-title intro-Y">
  48. <p class="p1">多终端产品线 全覆盖</p>
  49. <p class="p2">全面覆盖多终端产品线,智颖系统智能集成系</p>
  50. </div>
  51. <div class="scheme-box">
  52. <div class="scheme-left -intro-x">
  53. <div
  54. class="div-item"
  55. :class="{ 'div-item2': itemType == 1 }"
  56. @click="setItemType(1)"
  57. >
  58. <div class="item-img">
  59. <img
  60. draggable="false"
  61. src="@/assets/images/index/yuansheng.png"
  62. alt=""
  63. />
  64. </div>
  65. <div class="item-Text -intro-x">
  66. <div class="text1">全原生开发</div>
  67. <div class="text2">支持安卓,iOS,iPad终端全平台运营</div>
  68. </div>
  69. </div>
  70. <div
  71. class="div-item"
  72. :class="{ 'div-item2': itemType == 3 }"
  73. @click="setItemType(3)"
  74. >
  75. <div class="item-img">
  76. <img
  77. draggable="false"
  78. src="@/assets/images/index/pengyouquan.png"
  79. alt=""
  80. />
  81. </div>
  82. <div class="item-Text">
  83. <div class="text1">朋友圈</div>
  84. <div class="text2">每日精选素材,甄选爆款商品、优质活动</div>
  85. </div>
  86. </div>
  87. <div
  88. class="div-item"
  89. :class="{ 'div-item2': itemType == 5 }"
  90. @click="setItemType(5)"
  91. >
  92. <div class="item-img">
  93. <img
  94. draggable="false"
  95. src="@/assets/images/index/renwu.png"
  96. alt=""
  97. />
  98. </div>
  99. <div class="item-Text">
  100. <div class="text1">任务中心</div>
  101. <div class="text2">自由发布任务,设置奖励,促进活跃度</div>
  102. </div>
  103. </div>
  104. </div>
  105. <div class="scheme-centre intro-y">
  106. <div class="swiper-box">
  107. <el-carousel
  108. width="296px;"
  109. height="612px"
  110. :autoplay="false"
  111. ref="swiper"
  112. >
  113. <el-carousel-item
  114. v-for="item in carouselData"
  115. :key="item.name"
  116. :name="item.name"
  117. >
  118. <img
  119. draggable="false"
  120. class="isPhone"
  121. :src="item.imgUrl"
  122. alt=""
  123. />
  124. </el-carousel-item>
  125. </el-carousel>
  126. </div>
  127. <img
  128. draggable="false"
  129. class="phone"
  130. src="@/assets/images/index/phone.png"
  131. alt=""
  132. />
  133. </div>
  134. <div class="scheme-right intro-x">
  135. <div
  136. class="div-item"
  137. :class="{ 'div-item2': itemType == 2 }"
  138. @click="setItemType(2)"
  139. >
  140. <div class="item-img">
  141. <img
  142. draggable="false"
  143. src="@/assets/images/index/shuju.png"
  144. alt=""
  145. />
  146. </div>
  147. <div class="item-Text">
  148. <div class="text1">云发单</div>
  149. <div class="text2">全自动操作,一人搞定千群智能化管理与营销</div>
  150. </div>
  151. </div>
  152. <div
  153. class="div-item"
  154. :class="{ 'div-item2': itemType == 4 }"
  155. @click="setItemType(4)"
  156. >
  157. <div class="item-img">
  158. <img
  159. draggable="false"
  160. src="@/assets/images/index/xueyuan.png"
  161. alt=""
  162. />
  163. </div>
  164. <div class="item-Text">
  165. <div class="text1">商学院</div>
  166. <div class="text2">超多运营省钱技巧,教会每位用户领券省钱</div>
  167. </div>
  168. </div>
  169. <div
  170. class="div-item"
  171. :class="{ 'div-item2': itemType == 6 }"
  172. @click="setItemType(6)"
  173. >
  174. <div class="item-img">
  175. <img
  176. draggable="false"
  177. src="@/assets/images/index/qukuailian.png"
  178. alt=""
  179. />
  180. </div>
  181. <div class="item-Text">
  182. <div class="text1">9.9包邮</div>
  183. <div class="text2">筛选全网低价爆款,促进用户消费</div>
  184. </div>
  185. </div>
  186. </div>
  187. </div>
  188. <!-- 功能特色 -->
  189. <div class="content-title intro-x">
  190. <p class="p1">行业多年沉淀,汇聚时代智慧</p>
  191. <p class="p2">功能种类齐全,想怎么玩就怎么玩</p>
  192. </div>
  193. <div class="teatureBox">
  194. <Swiper />
  195. <div class="teature-bottom">注册激活查看更多功能</div>
  196. </div>
  197. <!-- 后台管理 -->
  198. <div class="admin-box">
  199. <div class="content-title intro-x">
  200. <p class="p1">全新智能后台轻松管理</p>
  201. <p class="p2">2020全新智能人性化后台</p>
  202. </div>
  203. <div class="pcAdmin-box">
  204. <div class="png-box intro-x">
  205. <img
  206. draggable="false"
  207. class="intro-x"
  208. src="@/assets/images/index/pc.png"
  209. alt=""
  210. />
  211. </div>
  212. <div class="CarouselBox intro-x">
  213. <el-carousel
  214. indicator-position="none"
  215. height="367px"
  216. widht="618px"
  217. ref="admin"
  218. :interval="5000"
  219. >
  220. <el-carousel-item v-for="(item, index) in adminData" :key="index">
  221. <img
  222. draggable="false"
  223. class="itemImgUrl"
  224. :src="item.imgUrl"
  225. alt=""
  226. />
  227. </el-carousel-item>
  228. </el-carousel>
  229. <div
  230. class="indiButtom indicatorLeft el-icon-arrow-left intro-x"
  231. @click="onPrev"
  232. ></div>
  233. <div
  234. class="indiButtom indicatorRight el-icon-arrow-right intro-x"
  235. @click="onNext"
  236. ></div>
  237. </div>
  238. <div class="pcText-box">
  239. <p class="p1">智能助手</p>
  240. <p class="p2">自动检测后台配置,提供优化建议,为您的生意保驾护航</p>
  241. </div>
  242. </div>
  243. <div class="pcButtom">注册即可使用</div>
  244. </div>
  245. <!-- 适用人群 -->
  246. <div class="team-box">
  247. <div class="teamTitle">
  248. <div class="title1">适用人群</div>
  249. <div class="title2">适用大部分人群,不再担心面向哪些用户群体</div>
  250. </div>
  251. <div
  252. class="teamData4-box"
  253. v-for="(item, index) in teamData4"
  254. :key="index"
  255. >
  256. <img :src="item.imgUrl" alt="" />
  257. <div class="imgUrlTitle">
  258. {{
  259. index == 0
  260. ? "全职宝妈"
  261. : index == 1
  262. ? "上班一族"
  263. : index == 2
  264. ? "创业人群"
  265. : "微商代购"
  266. }}
  267. </div>
  268. <div class="itemContent">{{ item.content }}</div>
  269. </div>
  270. <div class="teamTitle">
  271. <div class="title1">好口碑源于强大技术研发团队</div>
  272. <div class="title2">
  273. 8年的技术沉淀,平均每月4-6次的系统免费迭代更新,成就行业用户口碑
  274. </div>
  275. </div>
  276. <div class="titleNum">
  277. <div class="itemText">
  278. <div style="font-size: 32px; color: #1890ff">1000+</div>
  279. <div style="color: #4f5362; font-size: 20px">客户品牌数</div>
  280. </div>
  281. <div class="itemText">
  282. <div style="font-size: 32px; color: #1890ff">6000万人+</div>
  283. <div style="color: #4f5362; font-size: 20px">累计用户数</div>
  284. </div>
  285. <div class="itemText">
  286. <div style="font-size: 32px; color: #1890ff">1000亿元+</div>
  287. <div style="color: #4f5362; font-size: 20px">累计销售额</div>
  288. </div>
  289. <div class="itemText">
  290. <div style="font-size: 32px; color: #1890ff">99.99%</div>
  291. <div style="color: #4f5362; font-size: 20px">系统稳定性</div>
  292. </div>
  293. </div>
  294. <vue-seamless-scroll
  295. :data="newsList"
  296. :class-option="{
  297. direction: 2,
  298. limitMoveNum: 2,
  299. }"
  300. class="seamless-warp2 intro-x"
  301. >
  302. <div class="key-y">
  303. <div
  304. v-for="(item, index) in teamData4"
  305. :key="'item' + index"
  306. style="margin-left: 40px"
  307. >
  308. <img class="itemImgUrl" :src="item.imgUrl" alt="" />
  309. <p class="itemContent">{{ item.content }}</p>
  310. </div>
  311. </div>
  312. </vue-seamless-scroll>
  313. <vue-seamless-scroll
  314. :data="newsList"
  315. :class-option="{
  316. direction: 3,
  317. limitMoveNum: 2,
  318. }"
  319. class="seamless-warp2 intro-x"
  320. >
  321. <div class="key-y">
  322. <div
  323. v-for="(item, index) in teamData5"
  324. :key="'item' + index"
  325. style="margin-left: 40px"
  326. >
  327. <img class="itemImgUrl" :src="item.imgUrl" alt="" />
  328. <p class="itemContent">{{ item.content }}</p>
  329. </div>
  330. </div>
  331. </vue-seamless-scroll>
  332. <vue-seamless-scroll
  333. :data="newsList"
  334. :class-option="optionLeft"
  335. class="seamless-warp2 intro-x"
  336. >
  337. <div class="key-y">
  338. <div
  339. v-for="(item, index) in teamData6"
  340. :key="'item' + index"
  341. style="margin-left: 40px"
  342. >
  343. <img class="itemImgUrl" :src="item.imgUrl" alt="" />
  344. <p class="itemContent">{{ item.content }}</p>
  345. </div>
  346. </div>
  347. </vue-seamless-scroll>
  348. </div>
  349. <div class="footer2">
  350. <div class="titleH1 color1 intro-x">超过2000+企业信赖选择</div>
  351. <div class="titleH2 color1 intro-x">简单三步开启您的智慧创业之路</div>
  352. <div class="footer-content intro-x">
  353. <div class="floatLeft">
  354. <img
  355. draggable="false"
  356. class="floatPng"
  357. src="@/assets/images/index/zhuce.png"
  358. alt=""
  359. />
  360. <div class="color1" style="font-size: 30px">1.注册账号</div>
  361. <div class="fontColor">注册账号填写资料直接前往创建应用</div>
  362. </div>
  363. <img
  364. draggable="false"
  365. class="ringPng"
  366. src="@/assets/images/index/right.png"
  367. alt=""
  368. />
  369. <div class="floaCentre">
  370. <img
  371. draggable="false"
  372. class="floatPng"
  373. src="@/assets/images/index/app.png"
  374. alt=""
  375. />
  376. <div class="color1" style="font-size: 30px">2.创建应用</div>
  377. <div class="fontColor">创建应用后选择想要使用的版本即可</div>
  378. </div>
  379. <img
  380. draggable="false"
  381. class="ringPng"
  382. src="@/assets/images/index/right.png"
  383. alt=""
  384. />
  385. <div class="floatLeft">
  386. <img
  387. draggable="false"
  388. class="floatPng"
  389. src="@/assets/images/index/zhuanqian.png"
  390. alt=""
  391. />
  392. <div class="color1" style="font-size: 30px">1.开始赚钱</div>
  393. <div class="fontColor">智能化后台帮您轻松管理,轻松赚钱</div>
  394. </div>
  395. </div>
  396. </div>
  397. <!-- 页脚 -->
  398. <footer class="footer-box">
  399. <div class="footerBody">
  400. <ul class="ul1">
  401. <li style="font-weight: bold">新手指南</li>
  402. <li><a href="#">新手指南</a></li>
  403. <li>
  404. <a href="#">快速选购</a>
  405. </li>
  406. <li>
  407. <a href="#">互动专区</a>
  408. </li>
  409. <li>
  410. <a href="#">有问必答</a>
  411. </li>
  412. </ul>
  413. <ul class="ul1">
  414. <li style="font-weight: bold">服务支持</li>
  415. <li>
  416. <a href="#">客服在线</a>
  417. </li>
  418. <li>
  419. <a href="#">购买咨询</a>
  420. </li>
  421. <li>
  422. <a href="#">联系智莺</a>
  423. </li>
  424. <li>
  425. <a href="#">帮助中心</a>
  426. </li>
  427. </ul>
  428. <ul class="ul1">
  429. <li style="font-weight: bold">常见问题</li>
  430. <li>
  431. <a href="#">智莺系统免费吗</a>
  432. </li>
  433. <li>
  434. <a href="#">如何购买插件</a>
  435. </li>
  436. <li>
  437. <a href="#">有几种模式可选</a>
  438. </li>
  439. <li>
  440. <a href="#">如何选购版本</a>
  441. </li>
  442. </ul>
  443. <ul class="ul1">
  444. <li style="font-weight: bold">用户中心</li>
  445. <li>
  446. <a href="#">会员管理</a>
  447. </li>
  448. <li>
  449. <a href="#">网站管理</a>
  450. </li>
  451. <li>
  452. <a href="#">插件订单</a>
  453. </li>
  454. <li>
  455. <a href="#">主机域名</a>
  456. </li>
  457. </ul>
  458. <ul class="ul1">
  459. <li style="font-weight: bold">关于智莺</li>
  460. <li>
  461. <a href="#">智莺首页</a>
  462. </li>
  463. <li>
  464. <a href="#">联系我们</a>
  465. </li>
  466. <li>
  467. <a href="#">人才招聘</a>
  468. </li>
  469. <li>
  470. <a href="#">帮助中心</a>
  471. </li>
  472. </ul>
  473. </div>
  474. <div class="footerBottom">
  475. <div style="margin-top: 20px">
  476. © 2008-2020 珠海方诺信息科技有限公司 版权所有 粤ICP备13020798号
  477. </div>
  478. <div>粤公网安备 44049002000552</div>
  479. </div>
  480. </footer>
  481. </div>
  482. </div>
  483. </template>
  484. <script>
  485. import Swiper from "../modules/swiper";
  486. import vueSeamlessScroll from "vue-seamless-scroll";
  487. export default {
  488. computed: {
  489. teamData4: function () {
  490. return this.teamData.slice(0, 4);
  491. },
  492. teamData5() {
  493. let arr = JSON.parse(JSON.stringify(this.teamData));
  494. for (let i = 0, len = arr.length; i < len; i++) {
  495. const ran = parseInt(Math.random() * len);
  496. const temp = arr[ran];
  497. arr[ran] = arr[i];
  498. arr[i] = temp;
  499. }
  500. return arr;
  501. },
  502. teamData6() {
  503. let arr = JSON.parse(JSON.stringify(this.teamData));
  504. for (let i = 0, len = arr.length; i < len; i++) {
  505. const ran = parseInt(Math.random() * len);
  506. const temp = arr[ran];
  507. arr[ran] = arr[i];
  508. arr[i] = temp;
  509. }
  510. return arr;
  511. },
  512. optionLeft() {
  513. return {
  514. direction: 2,
  515. limitMoveNum: 2,
  516. };
  517. },
  518. },
  519. components: {
  520. Swiper,
  521. vueSeamlessScroll,
  522. },
  523. data() {
  524. return {
  525. itemType: 1,
  526. divTop: null,
  527. adminData: [
  528. {
  529. imgUrl: require("../assets/images/index/AppleTV1.png"),
  530. },
  531. {
  532. imgUrl: require("../assets/images/index/AppleTV2.png"),
  533. },
  534. {
  535. imgUrl: require("../assets/images/index/AppleTV3.png"),
  536. },
  537. ],
  538. carouselData: [
  539. {
  540. imgUrl: require("../assets/images/index/1.png"),
  541. name: "index1",
  542. },
  543. {
  544. imgUrl: require("../assets/images/index/3.png"),
  545. name: "index3",
  546. },
  547. {
  548. imgUrl: require("../assets/images/index/5.png"),
  549. name: "index5",
  550. },
  551. {
  552. imgUrl: require("../assets/images/index/2.png"),
  553. name: "index2",
  554. },
  555. {
  556. imgUrl: require("../assets/images/index/4.png"),
  557. name: "index4",
  558. },
  559. {
  560. imgUrl: require("../assets/images/index/6.png"),
  561. name: "index6",
  562. },
  563. ],
  564. teamData: [
  565. {
  566. imgUrl: require("../assets/images/touxiang/1.png"),
  567. content:
  568. "智莺平台有宝妈们中意的海量优质商品,商学院里面还有简单明了的教程,一看就懂,宝妈们在家带宝宝就能赚钱,还能发展自己的团队,比上班还赚得多!",
  569. },
  570. {
  571. imgUrl: require("../assets/images/touxiang/2.png"),
  572. content:
  573. "上班族很辛苦,用智莺平台0门槛入门,利用社交网发展团队,团队消费自己坐享收益。利用工作之余的时间就能实现双向收入,变身斜杠青年!",
  574. },
  575. {
  576. imgUrl: require("../assets/images/touxiang/3.png"),
  577. content:
  578. "初期创业有做APP的想法,但是招聘研发团队需要大量资金,使用智莺生活SaaS系统,没有库存压力,只需要将心思放到运营商就可以了,大大节省了成本!",
  579. },
  580. {
  581. imgUrl: require("../assets/images/touxiang/4.png"),
  582. content:
  583. "随着微商群体越来越多,竞争越来越激烈,收入难增加,使用智莺生活可以利用购物省钱福利刺激粉丝消费热情,将粉丝变成自己的团队,开启另一条造富之路!",
  584. },
  585. {
  586. imgUrl: require("../assets/images/touxiang/5.png"),
  587. content:
  588. "朋友使用购物返利软件比较多,我就了解了一下,没想到通过智莺,我居然拥有自己的返利App,不仅可以让朋友获得实惠,自己也能有一份可观收入,真是不错!",
  589. },
  590. {
  591. imgUrl: require("../assets/images/touxiang/6.png"),
  592. content:
  593. "一直以来都在考察导购软件系统,经朋友介绍接触了智莺系统,他们的系统界面使用起来比较舒服,功能也很强大,产品能够满足市场推广需要。",
  594. },
  595. {
  596. imgUrl: require("../assets/images/touxiang/7.png"),
  597. content:
  598. "有很多同行都有提到过智莺,自己也去了解一下,发现这个系统不管是从软件功能方面还是从整个服务体验来说都是一流的。",
  599. },
  600. {
  601. imgUrl: require("../assets/images/touxiang/8.png"),
  602. content:
  603. "在其他平台上接触过一些软件服务商,都只管功能不管用户体验的。智莺完全不同,他们软件都是自己团队开发的,多年市场基础,注重用户体验,整体感觉非常好。",
  604. },
  605. {
  606. imgUrl: require("../assets/images/touxiang/9.png"),
  607. content:
  608. "自从我选择智莺系统之后,我就知道自己没有选错,从软件购买到后面服务都是非常好的,每一步都有人性化引导,如果不明白也有专人指导,使用方便。",
  609. },
  610. {
  611. imgUrl: require("../assets/images/touxiang/10.png"),
  612. content:
  613. "想要做导购软件,优先考虑智莺系统,智莺系统给你的不仅仅是一个导购软件,它还能够给你更多的惊喜和意外,新功能的创新,软件的迭代速度等都非常优秀。",
  614. },
  615. {
  616. imgUrl: require("../assets/images/touxiang/11.png"),
  617. content:
  618. "做了多年的淘客,也用了好几家的软件,最后觉得还是智莺系统最好用。我们追求的是稳定.功能齐全.好管理,智莺就很好的满足了我的需求。",
  619. },
  620. {
  621. imgUrl: require("../assets/images/touxiang/12.png"),
  622. content:
  623. "第一次做导购软件,很多东西都不知道怎么办,好在他们的服务特别周到,需要的资料都会指导你申请,自己不会弄的也立马给你解决,办事效率高,关键是省心。",
  624. },
  625. {
  626. imgUrl: require("../assets/images/touxiang/13.png"),
  627. content:
  628. "前后对比了很多家,抱着试一试的想法,试用了智莺系统,发现他们功能、页面都比较符合我的要求。希望智莺越来越好",
  629. },
  630. {
  631. imgUrl: require("../assets/images/touxiang/14.png"),
  632. content:
  633. "其他软件主流的功能,智莺都有,而且体验更好!产品库很强大,代理模式也很棒!智莺系统的确很好用吗,省心效率又高!",
  634. },
  635. {
  636. imgUrl: require("../assets/images/touxiang/15.png"),
  637. content:
  638. "关于淘客软件哪个好用,我觉得还是智莺系统好用。最喜欢智莺App的界面,很简洁,容易操作,还可以根据我的需求自定义调整。",
  639. },
  640. {
  641. imgUrl: require("../assets/images/touxiang/16.png"),
  642. content:
  643. "使用智莺系统也有一段时间了,收入还是很不错的,这段时间来,行业有什么新政策调整,他们都会及时更新功能,让你的利益最大化,少踩雷,多赚钱。",
  644. },
  645. ],
  646. newsList: [
  647. {
  648. title: "A simple, seamless scrolling for Vue.js",
  649. },
  650. {
  651. title: "A curated list of awesome things related to Vue.js",
  652. },
  653. ],
  654. };
  655. },
  656. created() {
  657. document.body.style.padding = 0;
  658. },
  659. mounted() {
  660. cash("body").removeClass("login");
  661. this.divTop = document.getElementsByClassName("scheme-box")[0].offsetTop;
  662. window.onscroll = this.showDiv; //当页面滚动时触发该事件
  663. },
  664. methods: {
  665. setItemType: function (value) {
  666. console.log("index" + value);
  667. this.itemType = value;
  668. this.$refs.swiper.setActiveItem("index" + value);
  669. },
  670. onPrev: function () {
  671. this.$refs.admin.prev();
  672. },
  673. onNext: function () {
  674. this.$refs.admin.next();
  675. },
  676. // 去登录
  677. getLogin: function () {
  678. this.$router.push("/login");
  679. },
  680. showDiv() {
  681. //获取滚动条距离页面顶部的距离,如果滚动条距离页面距离大于目标元素距离页面顶部的距离,则目标元素已经往上滚动,且超出了当前可视区域,则给该元素添加fixed属性
  682. var scroolTop = document.documentElement.scrollTop;
  683. if (scroolTop >= this.divTop) {
  684. document
  685. .getElementsByClassName("feature-box")[0]
  686. .classList.add("intro-x");
  687. } else {
  688. document
  689. .getElementsByClassName("feature-box")[0]
  690. .classList.remove("intro-x");
  691. }
  692. },
  693. },
  694. };
  695. </script>
  696. <style lang="scss" scoped>
  697. .body {
  698. width: 100%;
  699. height: 100%;
  700. }
  701. .index-html {
  702. background: #fff;
  703. width: 100vw;
  704. min-height: 100vh;
  705. padding: 0;
  706. }
  707. .header-background {
  708. width: 100vw;
  709. height: 830px;
  710. overflow: hidden;
  711. background-image: url("../assets/images/index/bg3.png");
  712. background-repeat: no-repeat;
  713. background-size: 100% 636px;
  714. position: relative;
  715. .indexBG2-box {
  716. text-align: center;
  717. width: 100%;
  718. margin-top: 50px;
  719. .indexBG2 {
  720. width: 1200px;
  721. display: inline-block;
  722. }
  723. }
  724. .headerList {
  725. font-size: 14px;
  726. color: #fff;
  727. padding-top: 18px;
  728. overflow: hidden;
  729. height: 48px;
  730. span {
  731. display: inline-block;
  732. cursor: pointer;
  733. }
  734. .floatLeft {
  735. float: left;
  736. height: 100%;
  737. margin-left: 18%;
  738. .left1 {
  739. width: 30px;
  740. height: 30px;
  741. border-radius: 50%;
  742. overflow: hidden;
  743. margin-right: 20px;
  744. vertical-align: -9px;
  745. display: inline-block;
  746. img {
  747. width: 100%;
  748. height: 100%;
  749. float: left;
  750. }
  751. }
  752. .left2,
  753. .left3,
  754. .left4 {
  755. margin-right: 30px;
  756. }
  757. }
  758. .floatRihgt {
  759. float: right;
  760. margin-right: 18%;
  761. .span-img {
  762. height: 30px;
  763. width: 30px;
  764. vertical-align: -9px;
  765. margin-right: 20px;
  766. }
  767. }
  768. }
  769. .content-box {
  770. margin: 130px 0 0;
  771. text-align: center;
  772. }
  773. .title-span {
  774. color: #ffffff;
  775. .span1 {
  776. font-size: 50px;
  777. line-height: 60px;
  778. letter-spacing: 2px;
  779. font-weight: bold;
  780. }
  781. .span2 {
  782. font-size: 26px;
  783. line-height: 36px;
  784. font-weight: bold;
  785. }
  786. .span3 {
  787. display: inline-block;
  788. font-size: 20px;
  789. padding: 7px 23px 5px 22px;
  790. border: 1px solid #ffffff;
  791. border-radius: 8px;
  792. margin-top: 10px;
  793. }
  794. .span4 > span {
  795. display: inline-block;
  796. width: 220px;
  797. height: 50px;
  798. background: #ffffff;
  799. box-shadow: 0px 5px 10px 0px rgba(0, 33, 176, 0.3);
  800. border-radius: 25px;
  801. color: #2f71ff;
  802. font-size: 18px;
  803. line-height: 50px;
  804. cursor: pointer;
  805. font-weight: bold;
  806. }
  807. .span4 {
  808. margin: 20px auto 0;
  809. width: 220px;
  810. height: 50px;
  811. }
  812. .span4 > span:active {
  813. background: rgb(238, 238, 238);
  814. zoom: 0.98;
  815. }
  816. }
  817. }
  818. .content-title {
  819. text-align: center;
  820. padding-top: 40px;
  821. width: 636px;
  822. margin: auto;
  823. .p1 {
  824. font-size: 32px;
  825. font-weight: bold;
  826. color: #333333;
  827. line-height: 45px;
  828. }
  829. .p2 {
  830. font-size: 16px;
  831. font-weight: 500;
  832. color: #b0b0b0;
  833. line-height: 21px;
  834. margin-top: 5px;
  835. }
  836. }
  837. .scheme-box {
  838. width: 1240px;
  839. margin: 70px auto 0;
  840. overflow: hidden;
  841. .scheme-left {
  842. float: left;
  843. margin-top: 38px;
  844. padding: 0 10px;
  845. .div-item {
  846. width: 398px;
  847. height: 124px;
  848. background: #fafafa;
  849. border-radius: 26px;
  850. margin-bottom: 82px;
  851. overflow: hidden;
  852. cursor: pointer;
  853. padding: 32px 0;
  854. }
  855. }
  856. .scheme-right {
  857. float: left;
  858. margin-top: 38px;
  859. padding: 0 10px;
  860. .div-item {
  861. width: 398px;
  862. height: 124px;
  863. background: #fafafa;
  864. border-radius: 26px;
  865. margin-bottom: 82px;
  866. overflow: hidden;
  867. cursor: pointer;
  868. padding: 32px 0;
  869. }
  870. }
  871. .scheme-centre {
  872. float: left;
  873. width: 296px;
  874. height: 612px;
  875. margin: 0 54px 0;
  876. overflow: hidden;
  877. position: relative;
  878. .swiper-box {
  879. width: 290px;
  880. height: 588px;
  881. overflow: hidden;
  882. position: absolute;
  883. width: 290px;
  884. height: 588px;
  885. top: 12px;
  886. left: 2px;
  887. z-index: 8;
  888. border-radius: 30px;
  889. }
  890. .isPhone {
  891. width: 290px;
  892. height: 588px;
  893. }
  894. .phone {
  895. width: 296px;
  896. height: 612px;
  897. position: absolute;
  898. top: 0;
  899. left: 0;
  900. z-index: 10;
  901. }
  902. }
  903. .item-img {
  904. width: 60px;
  905. height: 60px;
  906. background: linear-gradient(180deg, #75b5fd 0%, #1890ff 100%);
  907. border-radius: 50%;
  908. text-align: center;
  909. line-height: 60px;
  910. margin: 0 16px;
  911. float: left;
  912. img {
  913. width: 32px;
  914. display: inline-block;
  915. vertical-align: -12px;
  916. }
  917. }
  918. .item-Text {
  919. float: left;
  920. line-height: 30px;
  921. .text1 {
  922. color: #333333;
  923. font-size: 18px;
  924. font-weight: bold;
  925. }
  926. .text2 {
  927. font-size: 14px;
  928. color: #999999;
  929. }
  930. }
  931. .div-item2 {
  932. background: #fff !important;
  933. box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1) !important;
  934. transition: background-color 0.5s linear, box-shadow 0.5s linear;
  935. }
  936. .div-item:hover {
  937. background: #fff;
  938. box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  939. transition: background-color 0.5s linear, box-shadow 0.5s linear;
  940. }
  941. }
  942. .teatureBox {
  943. padding-bottom: 70px;
  944. overflow: hidden;
  945. }
  946. .teature-bottom {
  947. width: 268px;
  948. height: 57px;
  949. background: linear-gradient(270deg, #1d7eea 0%, #1890ff 100%);
  950. box-shadow: 0px 5px 10px 0px rgba(29, 128, 237, 0.3);
  951. border-radius: 42px;
  952. font-size: 18px;
  953. color: #fff;
  954. line-height: 57px;
  955. text-align: center;
  956. margin: 0px auto 0;
  957. cursor: pointer;
  958. }
  959. .teature-bottom:hover {
  960. background: linear-gradient(270deg, #4399fc 0%, #4ba8ff 100%);
  961. transition: background-color 0.5s linear;
  962. }
  963. .teature-bottom:active {
  964. zoom: 0.98;
  965. }
  966. .admin-box {
  967. height: 810px;
  968. background: #f9f9f9;
  969. width: 100%;
  970. padding: 20px 0 40px;
  971. box-sizing: border-box;
  972. }
  973. .pcAdmin-box {
  974. width: 636px;
  975. height: 500px;
  976. position: relative;
  977. margin: 30px auto 0;
  978. .png-box {
  979. width: 636px;
  980. position: absolute;
  981. z-index: 1;
  982. img {
  983. width: 100%;
  984. vertical-align: middle;
  985. margin: 0;
  986. }
  987. }
  988. }
  989. .pcText-box {
  990. text-align: center;
  991. width: 100%;
  992. position: absolute;
  993. bottom: 0px;
  994. z-index: 8888;
  995. .p1 {
  996. color: #333333;
  997. font-size: 18px;
  998. font-weight: bold;
  999. }
  1000. .p2 {
  1001. display: inline-block;
  1002. width: 200px;
  1003. font-size: 14px;
  1004. color: #999999;
  1005. }
  1006. }
  1007. .pcButtom {
  1008. width: 180px;
  1009. height: 57px;
  1010. background: linear-gradient(270deg, #1d7eea 0%, #1890ff 100%);
  1011. box-shadow: 0px 5px 10px 0px rgba(29, 128, 237, 0.3);
  1012. border-radius: 29px;
  1013. color: #fff;
  1014. text-align: center;
  1015. font-size: 18px;
  1016. font-weight: bold;
  1017. margin: 40px auto 0;
  1018. line-height: 57px;
  1019. }
  1020. .pcButtom:hover {
  1021. background: linear-gradient(270deg, #4399fc 0%, #4ba8ff 100%);
  1022. transition: background-color 0.5s linear;
  1023. }
  1024. .pcButtom:active {
  1025. zoom: 0.98;
  1026. }
  1027. .CarouselBox {
  1028. width: 618px;
  1029. height: 367px;
  1030. position: absolute;
  1031. left: 9px;
  1032. border-radius: 2px;
  1033. top: 9px;
  1034. .itemImgUrl {
  1035. width: 100%;
  1036. height: 100%;
  1037. }
  1038. .indiButtom {
  1039. top: 160px;
  1040. position: absolute;
  1041. width: 50px;
  1042. height: 50px;
  1043. text-align: center;
  1044. line-height: 50px;
  1045. background: rgba(51, 51, 51, 0.3);
  1046. border-radius: 50%;
  1047. color: #fff;
  1048. cursor: pointer;
  1049. }
  1050. .indiButtom:hover {
  1051. background: rgba(51, 51, 51, 0.2);
  1052. font-size: 22px;
  1053. transition: background-color 0.5s linear, font-size 0.5s linear;
  1054. }
  1055. .indiButtom:active {
  1056. background: rgba(51, 51, 51, 0.1);
  1057. transition: background-color 0.5s linear;
  1058. zoom: 1.01;
  1059. }
  1060. .indicatorLeft {
  1061. left: -100px;
  1062. }
  1063. .indicatorRight {
  1064. right: -100px;
  1065. }
  1066. }
  1067. // 适用人群
  1068. .team-box {
  1069. text-align: center;
  1070. padding-bottom: 90px;
  1071. .teamTitle {
  1072. text-align: center;
  1073. height: 164px;
  1074. box-sizing: border-box;
  1075. padding-top: 50px;
  1076. .title1 {
  1077. color: #333333;
  1078. font-size: 32px;
  1079. font-weight: bold;
  1080. }
  1081. .title2 {
  1082. color: #b0b0b0;
  1083. font-size: 16px;
  1084. }
  1085. }
  1086. .teamData4-box {
  1087. width: 278px;
  1088. height: 346px;
  1089. background: #f9f9f9;
  1090. border-radius: 16px;
  1091. cursor: pointer;
  1092. display: inline-block;
  1093. margin-right: 30px;
  1094. vertical-align: middle;
  1095. color: #999999;
  1096. img {
  1097. height: 120px;
  1098. width: 120px;
  1099. margin: 30px auto 20px;
  1100. }
  1101. }
  1102. .imgUrlTitle {
  1103. color: #333333;
  1104. font-size: 18px;
  1105. font-weight: 900;
  1106. }
  1107. .itemContent {
  1108. height: 104px;
  1109. font-size: 13px;
  1110. margin: auto;
  1111. overflow: hidden;
  1112. font-weight: 400;
  1113. padding: 0 20px;
  1114. margin-top: 15px;
  1115. }
  1116. .teamData4-box:last-child {
  1117. margin-right: 0%;
  1118. }
  1119. .teamData4-box:hover {
  1120. background-color: #1890ff !important;
  1121. box-shadow: 0px 0px 20px 0px rgba(24, 144, 255, 0.4) !important;
  1122. color: #fff !important;
  1123. transition: background-color 1s ease, color 1s ease, box-shadow 1s ease;
  1124. .imgUrlTitle {
  1125. color: #fff !important;
  1126. }
  1127. }
  1128. .titleNum {
  1129. width: 100%;
  1130. text-align: center;
  1131. padding-bottom: 20px;
  1132. .itemText {
  1133. display: inline-block;
  1134. margin-right: 230px;
  1135. line-height: 35px;
  1136. }
  1137. .itemText:last-child {
  1138. margin-right: 0;
  1139. }
  1140. }
  1141. .key-y {
  1142. width: 100%;
  1143. white-space: nowrap;
  1144. overflow-x: auto;
  1145. margin-bottom: 20px;
  1146. margin-top: 30px;
  1147. .itemImgUrl {
  1148. float: left;
  1149. width: 80px;
  1150. height: 80px;
  1151. }
  1152. .itemContent {
  1153. font-size: 12px;
  1154. float: left;
  1155. color: #4f5362;
  1156. max-width: 330px;
  1157. white-space: normal;
  1158. height: 100%;
  1159. text-align: left;
  1160. }
  1161. div {
  1162. display: inline-block;
  1163. overflow: hidden;
  1164. width: 434px;
  1165. height: 96px;
  1166. padding: 8px;
  1167. background: #f9f9f9;
  1168. border-radius: 51px;
  1169. }
  1170. }
  1171. }
  1172. //
  1173. .footer2 {
  1174. width: 100%;
  1175. height: 622px;
  1176. background-image: url("../assets/images/index/bg1.png");
  1177. background-repeat: no-repeat;
  1178. background-size: 100% 100%;
  1179. position: relative;
  1180. overflow: hidden;
  1181. .fontColor {
  1182. font-size: 22px;
  1183. color: #fff;
  1184. opacity: 0.7;
  1185. }
  1186. .color1 {
  1187. text-align: center;
  1188. color: #fff;
  1189. }
  1190. .titleH1 {
  1191. font-size: 40px;
  1192. margin-top: 80px;
  1193. }
  1194. .titleH2 {
  1195. font-size: 22px;
  1196. margin-top: 5px;
  1197. }
  1198. .footer-content {
  1199. margin: 60px auto 0;
  1200. width: 100%;
  1201. text-align: center;
  1202. .floatPng {
  1203. width: 80px;
  1204. height: 80px;
  1205. margin: auto;
  1206. }
  1207. div {
  1208. display: inline-block;
  1209. width: 180px;
  1210. }
  1211. .ringPng {
  1212. height: 26px;
  1213. margin: 0 65px;
  1214. display: inline-block;
  1215. vertical-align: 126px;
  1216. }
  1217. }
  1218. }
  1219. // 页脚
  1220. .footer-box {
  1221. padding-top: 50px;
  1222. width: 1500px;
  1223. box-sizing: border-box;
  1224. margin: auto;
  1225. overflow: hidden;
  1226. .footerBody {
  1227. height: 237px;
  1228. width: 100%;
  1229. text-align: center;
  1230. }
  1231. .footerBottom {
  1232. text-align: center;
  1233. height: 85px;
  1234. width: 100%;
  1235. border-top: 1px solid #f2f2f2;
  1236. div {
  1237. color: #666666;
  1238. font-size: 14px;
  1239. margin-top: 10px;
  1240. }
  1241. }
  1242. ul {
  1243. color: #666666;
  1244. font-size: 13px;
  1245. margin-top: 37px;
  1246. }
  1247. .ul1:last-child {
  1248. margin: 0;
  1249. }
  1250. .ul1 {
  1251. display: inline-block;
  1252. text-align: left;
  1253. margin-right: 70px;
  1254. li {
  1255. width: 100%;
  1256. margin-bottom: 20px;
  1257. }
  1258. }
  1259. }
  1260. ::-webkit-scrollbar {
  1261. display: none;
  1262. }
  1263. .seamless-warp {
  1264. width: 100%;
  1265. height: calc(100% - 16px);
  1266. overflow: hidden;
  1267. }
  1268. // 动画
  1269. .intro-Y {
  1270. transform: translateY(100px);
  1271. animation: 0.5s intro-y-animation linear 0.5s;
  1272. animation-fill-mode: forwards;
  1273. animation-delay: 0;
  1274. @apply opacity-0 relative;
  1275. }
  1276. @keyframes intro-y-animation {
  1277. 100% {
  1278. @apply opacity-100;
  1279. transform: translateY(0px);
  1280. }
  1281. }
  1282. </style>