Home.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. <template>
  2. <div class="home">
  3. <swiperr :message="message"></swiperr>
  4. <div id="sale" class="liubai">
  5. <p class="saletitle">致力于互联网创新技术服务</p>
  6. <p class="salecontent" style="height:22px;">技术更跨界、创意更自由、服务更贴心</p>
  7. <div class="sale_content_son">
  8. <div v-for="(item, index) in saleArray" :key="index" class="pianyi-center">
  9. <div id="box1">
  10. <div id="box1-Up">
  11. <img :src="item.src" alt style="margin-top: 38px" />
  12. <p style="margin-top: 20px; margin-bottom:20px;">{{ item.title }}</p>
  13. </div>
  14. <div id="box1-Dn">
  15. <ul>
  16. <li v-for="(itemson, index) in item.content" :key="index">
  17. <div class="yuandian"></div>
  18. <span style="display:block;text-align:left">{{ itemson.con }}</span>
  19. </li>
  20. </ul>
  21. </div>
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. <div
  27. id="blurr"
  28. class="liubai"
  29. style="display:flex;justify-content:space-between; flex-wrap:wrap;"
  30. >
  31. <div id="pianyi" class="pianyi-center">
  32. <div class="blurrflex">
  33. <p style="width:28px;height:48px;">3</p>
  34. <p style="width:20px;height:30px;">年</p>
  35. </div>
  36. <div class="blurrtext">多年互联网创新服务经验</div>
  37. </div>
  38. <div class="pianyi-center">
  39. <div class="blurrflex">
  40. <p style="letter-spacing: 0.4px;width:54px;height:48px;">20</p>
  41. <p style="width:20px;height:30px;">+</p>
  42. </div>
  43. <div class="blurrtext">提供多样化服务类型</div>
  44. </div>
  45. <div class="pianyi-center">
  46. <div class="blurrflex">
  47. <p style="letter-spacing: 0.4px;width:54px;height:48px;">40</p>
  48. <p style="width:20px;height:30px;">+</p>
  49. </div>
  50. <div class="blurrtext">持续服务更多用户</div>
  51. </div>
  52. <div class="pianyi-center">
  53. <div class="blurrflex">
  54. <p style="letter-spacing: 1px;width:143px;height:48px;">12000</p>
  55. <p></p>
  56. </div>
  57. <div class="blurrtext">互联网创新业务市场庞大</div>
  58. </div>
  59. </div>
  60. <div id="bigexploit">
  61. <div id="exploit" class="liubai">
  62. <p class="saletitle">全新的开发模式</p>
  63. <p class="salecontent" style="height:22px">高效、快速、减少花费</p>
  64. <div id="exploit-Box" style="display:flex;justify-content:space-between; flex-wrap:wrap;">
  65. <div id="box2">
  66. <div id="box2-Up">
  67. <img src="..\components\img\exploitpic1.png" alt />
  68. </div>
  69. <div id="box2-Dn">
  70. <p>一流的开发团队</p>
  71. </div>
  72. </div>
  73. <div id="box2">
  74. <div id="box2-Up">
  75. <img src="..\assets\插画2.png" alt />
  76. </div>
  77. <div id="box2-Dn">
  78. <p>可见的项目成本</p>
  79. </div>
  80. </div>
  81. <div id="box2">
  82. <div id="box2-Up">
  83. <img src="..\assets\插画3.png" alt />
  84. </div>
  85. <div id="box2-Dn">
  86. <p>可控的项目质量</p>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. <div style="background-color: #FFFFFF;padding-top:80px;">
  93. <div id="fee" class="liubai">
  94. <p class="saletitle" style="margin-bottom:6px">崭新的收费模式</p>
  95. <p class="salecontent" style="margin-bottom:20px;height:22px;">确保收费简洁化、透明化</p>
  96. <div id="box3">
  97. <div id="box3-Left">
  98. <img src="..\components\img\fee-left.png" alt style="width:585px;height:303px;"/>
  99. </div>
  100. <div id="box3-Right">
  101. <div class="box3-Right-li">
  102. <img src="..\assets\平台1.png" class="piclog" />
  103. <img src="..\assets\+ 2.png" alt="+" class="picjia" />
  104. <img src="..\assets\平台2.png" class="piclog" />
  105. <img src="..\assets\= 2.png" alt="=" class="picdengyu" />
  106. <img src="..\assets\平台3.png" class="piclog" />
  107. </div>
  108. <div class="box3-Right-li">
  109. <div v-for="(item, index) in box3Arry" :key="index">
  110. <ul>
  111. <li>{{item.con}}</li>
  112. <li>{{item.zhu}}</li>
  113. </ul>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. </div>
  119. </div>
  120. <div style="background-image: linear-gradient(0deg, #0057cb 0%, #007bff 100%);">
  121. <div id="train" class="liubai">
  122. <p id="train-title1">灵活的人才培养方案</p>
  123. <p id="train-content1" style="height:22px;">免费的实习生培训计划、严格的实习生管理制度、真实的项目实战锻炼</p>
  124. <div class="train-pic-copy">
  125. <div id="train-pic" v-for="(item, index) in trainPicArry" :key="index">
  126. <div class="train-pic-con">
  127. <img :src="item.src" alt />
  128. <div class="duanhengxian"></div>
  129. <p>{{ item.con1 }}</p>
  130. <p>{{ item.con2 }}</p>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. </div>
  136. <div style="background-color: #FFFFFF;">
  137. <div id="client" class="liubai">
  138. <p class="saletitle">服务过的品牌客户</p>
  139. <p
  140. class="salecontent"
  141. style="margin-bottom:40px;margin-top:6px;height: 22px;"
  142. >SERVIER BRAND CUSTOMERS</p>
  143. <div id="client-Pic">
  144. <div style="display:flex;justify-content:space-between; flex-wrap:wrap;">
  145. <div v-for="(item, index) in clientArry" :key="index">
  146. <img :src="item.src" alt />
  147. </div>
  148. </div>
  149. </div>
  150. </div>
  151. </div>
  152. <home-footer></home-footer>
  153. </div>
  154. </template>
  155. <style scoped>
  156. @media only screen and (max-width: 479px) {
  157. .liubai {
  158. width: 83.3% !important;
  159. margin: auto 8.3% !important;
  160. }
  161. #box1 {
  162. /* margin-bottom: 30px; */
  163. width: 77px !important;
  164. height: 150px !important;
  165. }
  166. #box1 p {
  167. font-size: 10px !important;
  168. margin-top: 7px !important;
  169. margin-bottom: 0px !important;
  170. line-height: 14px !important;
  171. }
  172. #box1 ul {
  173. /* display: none; */
  174. margin: 0px !important;
  175. overflow: auto;
  176. height: 50px !important;
  177. font-size: 12px;
  178. }
  179. #box1-Up {
  180. height: 100px !important;
  181. }
  182. #box1-Up img {
  183. margin-top: 20px !important;
  184. }
  185. #blurr div:nth-child(4) {
  186. margin-bottom: 16px !important;
  187. }
  188. .blurrflex {
  189. margin-top: 16px !important;
  190. }
  191. .pianyi-center {
  192. margin: 0 auto !important;
  193. }
  194. #client-Pic img {
  195. margin: 20px auto !important;
  196. width: 150px !important;
  197. height: 69px !important;
  198. }
  199. #train-pic .train-pic-con p[data-v-fae5bece]:nth-child(3) {
  200. font-size: 19px !important;
  201. }
  202. #train-pic .train-pic-con p[data-v-fae5bece]:nth-child(4) {
  203. width: 150px !important;
  204. font-size: 14px !important;
  205. height: 50px;
  206. }
  207. #train-pic .train-pic-con img[data-v-fae5bece] {
  208. width: 22px !important;
  209. height: 22px !important;
  210. }
  211. #box2 {
  212. width: 100px !important;
  213. height: auto !important;
  214. margin: 30px auto !important;
  215. }
  216. #box2-Up {
  217. height: auto !important;
  218. }
  219. #box2-Dn p {
  220. line-height: 20px !important;
  221. font-size: 14px !important;
  222. margin-bottom: 10px !important;
  223. margin-top: 10px !important;
  224. }
  225. .saletitle {
  226. font-size: 19px !important;
  227. }
  228. .salecontent {
  229. margin-bottom: 10px !important;
  230. }
  231. #train-title1 {
  232. font-size: 19px !important;
  233. }
  234. #blurr p:nth-child(1) {
  235. font-size: 23px !important;
  236. }
  237. #box2 img {
  238. width: 100px !important;
  239. height: 81px !important;
  240. }
  241. #box3-Left {
  242. height: auto !important;
  243. margin-right: 10px !important;
  244. margin-bottom: 66px !important;
  245. }
  246. #box3-Left img {
  247. width: 137px !important;
  248. }
  249. .piclog {
  250. width: 40px !important;
  251. height: 40px !important;
  252. }
  253. .picjia {
  254. width: 7px !important;
  255. left: 19px !important;
  256. }
  257. .picdengyu {
  258. width: 7px !important;
  259. left: 19px !important;
  260. }
  261. .box3-Right-li ul {
  262. margin-top: 0px !important;
  263. margin-bottom: 20px !important;
  264. }
  265. .box3-Right-li ul li {
  266. /* overflow: hidden; */
  267. /* text-overflow: ellipsis; */
  268. white-space: nowrap;
  269. width: 100px;
  270. font-size: 13px !important;
  271. margin-top: 0px !important;
  272. overflow: auto;
  273. }
  274. #blurr .blurrtext {
  275. width: 138px !important;
  276. }
  277. }
  278. @media only screen and (max-width: 1440px) {
  279. .liubai {
  280. width: 83.3% !important;
  281. margin: auto 8.3% !important;
  282. }
  283. }
  284. .liubai {
  285. width: 1200px;
  286. margin: 0 auto;
  287. }
  288. div#sale {
  289. width: 1200px;
  290. margin: 0 auto;
  291. }
  292. .saletitle {
  293. font-family: PingFangSC-Regular;
  294. font-size: 28px;
  295. color: #4a4a4a;
  296. letter-spacing: 0;
  297. margin-top: 80px;
  298. margin-bottom: 0px;
  299. }
  300. .salecontent {
  301. font-family: PingFangSC-Regular;
  302. font-size: 18px;
  303. color: #999999;
  304. letter-spacing: 0.2px;
  305. margin-top: 6px;
  306. margin-bottom: 60px;
  307. }
  308. .sale_content_son {
  309. display: flex;
  310. justify-content: space-between;
  311. flex-wrap: wrap;
  312. margin-bottom: 60px;
  313. }
  314. #blurr {
  315. width: 1200px;
  316. margin: 0 auto;
  317. background: #ffffff;
  318. box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  319. display: flex;
  320. justify-content: space-around;
  321. position: relative;
  322. z-index: 2;
  323. }
  324. #blurr div:nth-child(4) {
  325. margin-right: 62px;
  326. margin-bottom: 66px;
  327. }
  328. #pianyi {
  329. margin-left: 62px;
  330. }
  331. .blurrflex {
  332. display: flex;
  333. justify-content: center;
  334. margin-top: 60px;
  335. margin-left: 20px;
  336. }
  337. #blurr p {
  338. text-align: center;
  339. font-family: PingFangSC-Light;
  340. color: #4a4a4a;
  341. }
  342. #blurr p:nth-child(1) {
  343. font-size: 44px;
  344. letter-spacing: 2.44px;
  345. line-height: 48px;
  346. }
  347. #blurr p:nth-child(2) {
  348. font-size: 16px;
  349. letter-spacing: 0;
  350. line-height: 26px;
  351. /* margin-top: 3px; */
  352. width: 20px;
  353. }
  354. #blurr .blurrtext {
  355. font-family: PingFangSC-Light;
  356. font-size: 16px;
  357. color: #999999;
  358. letter-spacing: 0;
  359. text-align: center;
  360. line-height: 26px;
  361. margin-top: 10px;
  362. width: 224px;
  363. }
  364. #bigexploit {
  365. width: auto;
  366. background-image: linear-gradient(
  367. 0deg,
  368. #e7f4fe 0%,
  369. #f2f5f8 64%,
  370. #f6f6f6 100%
  371. );
  372. z-index: 1;
  373. position: relative;
  374. margin-top: -100px;
  375. }
  376. #exploit {
  377. padding-top: 100px;
  378. }
  379. #exploit-Box {
  380. display: flex;
  381. }
  382. div#fee p {
  383. margin-top: 0px;
  384. margin-bottom: 0px;
  385. }
  386. div#train {
  387. padding-top: 80px;
  388. clear: both;
  389. /* height: 470px; */
  390. opacity: 0.9;
  391. background-image: linear-gradient(0deg, #0057cb 0%, #007bff 100%);
  392. }
  393. div#train p {
  394. margin-top: 0px;
  395. }
  396. div#client {
  397. padding-top: 80px;
  398. padding-bottom: 61px;
  399. }
  400. div#client img {
  401. width: 284px;
  402. height: 128px;
  403. }
  404. div#client p {
  405. margin-top: 0px;
  406. }
  407. #box1 {
  408. background: #ffffff;
  409. border: 1px solid #f2f2f2;
  410. width: 282px;
  411. height: 296px;
  412. }
  413. #box1 p {
  414. font-family: PingFangSC-Semibold;
  415. font-size: 20px;
  416. color: #4a4a4a;
  417. letter-spacing: 0;
  418. text-align: center;
  419. line-height: 28px;
  420. }
  421. div#box1-Up {
  422. background: #f6f6f6;
  423. height: 150px;
  424. font-family: PingFangSC-Semibold;
  425. font-size: 20px;
  426. color: #4a4a4a;
  427. letter-spacing: 0;
  428. text-align: center;
  429. line-height: 28px;
  430. }
  431. #box1-Up img{
  432. width: 44px;
  433. height: 44px;
  434. }
  435. div#box1-Dn {
  436. font-family: PingFangSC-Light;
  437. font-size: 16px;
  438. color: #999999;
  439. letter-spacing: 0;
  440. text-align: justify;
  441. line-height: 26px;
  442. /* padding: 22px 28px; */
  443. }
  444. div#box1-Dn ul {
  445. margin: 20px 28px 22px 28px;
  446. padding-left: 0px;
  447. }
  448. div#box1-Dn ul li {
  449. list-style: none;
  450. text-indent: 0px;
  451. display: flex;
  452. }
  453. .yuandian {
  454. display: inline-block;
  455. border: 1px solid #999999;
  456. border-radius: 100%;
  457. width: 5px;
  458. height: 5px;
  459. background-color: #999999;
  460. vertical-align: super;
  461. position: relative;
  462. top: 12px;
  463. margin-right: 4px;
  464. }
  465. #box2 {
  466. margin-bottom: 62px;
  467. width: 360px;
  468. height: 330px;
  469. background: #1b90fb;
  470. }
  471. #box2 p {
  472. margin-left: 0px !important;
  473. text-align: center;
  474. font-family: PingFangSC-Regular;
  475. font-size: 24px;
  476. color: #ffffff !important;
  477. letter-spacing: 0.27px !important;
  478. margin-top: 1px;
  479. }
  480. div#box2-Up {
  481. height: 240px;
  482. background: #ffffff;
  483. }
  484. div#box2-Up img {
  485. size: 100%;
  486. height: 240px;
  487. width: 360px;
  488. background: #ffffff;
  489. }
  490. div#box2-Dn p {
  491. font-family: PingFangSC-Regular;
  492. font-size: 24px;
  493. color: #ffffff;
  494. line-height: 90px;
  495. letter-spacing: 0.27px;
  496. }
  497. div#box3 {
  498. display: flex;
  499. justify-content: space-between;
  500. flex-wrap: wrap;
  501. }
  502. div#box3-Left {
  503. width: 40%;
  504. height: 303px;
  505. float: left;
  506. margin: 67px 107px 110px 0px;
  507. }
  508. div#box3-Right {
  509. display: flex;
  510. }
  511. .box3-Right-li {
  512. display: flex;
  513. flex-direction: column;
  514. }
  515. .piclog {
  516. width: 120px;
  517. height: 120px;
  518. }
  519. .picjia {
  520. width: 17px;
  521. margin-top: 11px;
  522. margin-bottom: 12px;
  523. position: relative;
  524. left: 52px;
  525. }
  526. .picdengyu {
  527. width: 17px;
  528. margin-top: 15px;
  529. margin-bottom: 16px;
  530. position: relative;
  531. left: 52px;
  532. }
  533. .box3-Right-li ul {
  534. margin-bottom: 98px;
  535. padding-left: 30px;
  536. width: max-content;
  537. }
  538. .box3-Right-li div:nth-child(1) ul {
  539. margin-top: 29px;
  540. }
  541. .box3-Right-li div:nth-child(3) ul {
  542. margin-bottom: 0px;
  543. }
  544. div#box3-Right ul :first-child {
  545. list-style: none;
  546. font-family: PingFangSC-Regular;
  547. font-size: 20px;
  548. color: #1b90fb;
  549. letter-spacing: 0;
  550. line-height: 28px;
  551. }
  552. div#box3-Right ul :nth-child(2) {
  553. list-style: none;
  554. font-family: PingFangSC-Light;
  555. font-size: 16px;
  556. color: #999999;
  557. letter-spacing: 0;
  558. text-align: justify;
  559. line-height: 22px;
  560. margin-top: 12px;
  561. }
  562. #train-title1 {
  563. font-family: PingFangSC-Regular;
  564. font-size: 28px;
  565. color: #ffffff;
  566. letter-spacing: 0;
  567. margin-bottom: 6px;
  568. }
  569. #train-content1 {
  570. opacity: 0.6;
  571. font-family: PingFangSC-Regular;
  572. font-size: 18px;
  573. color: #ffffff;
  574. letter-spacing: 0.2px;
  575. margin-top: 6px;
  576. margin-bottom: 0px;
  577. }
  578. #train-pic {
  579. display: flex;
  580. justify-content: space-between;
  581. flex-wrap: wrap;
  582. }
  583. .train-pic-copy {
  584. display: flex;
  585. justify-content: space-between;
  586. flex-wrap: wrap;
  587. }
  588. #train-pic .train-pic-con img {
  589. width: 44px;
  590. height: 44px;
  591. text-align: center;
  592. margin: 60px auto 0px;
  593. }
  594. #train-pic .train-pic-con {
  595. display: flex;
  596. flex-direction: column;
  597. justify-content: center;
  598. }
  599. #train-pic .train-pic-con p:nth-child(3) {
  600. font-family: PingFangSC-Regular;
  601. font-size: 24px;
  602. color: #ffffff;
  603. letter-spacing: 0;
  604. text-align: center;
  605. line-height: 28px;
  606. margin-bottom: 20px;
  607. }
  608. #train-pic .train-pic-con p:nth-child(4) {
  609. opacity: 0.6;
  610. font-family: PingFangSC-Light;
  611. font-size: 16px;
  612. color: #ffffff;
  613. letter-spacing: 0;
  614. text-align: justify;
  615. line-height: 22px;
  616. width: 340px;
  617. margin: 0 0 64px;
  618. }
  619. .duanhengxian {
  620. opacity: 0.9;
  621. width: 40px;
  622. height: 2px;
  623. background: #ffffff;
  624. margin: 30px auto;
  625. }
  626. #client-Pic {
  627. margin-top: 40px;
  628. }
  629. #client-Pic div:nth-child(4) img {
  630. margin-bottom: 24px;
  631. }
  632. .home {
  633. text-align: left;
  634. width: 100%;
  635. margin: 0 auto;
  636. background: #ffffff;
  637. overflow: hidden;
  638. }
  639. #box {
  640. width: 280px;
  641. height: 296px;
  642. }
  643. #banner {
  644. background-color: goldenrod;
  645. }
  646. .slideshow {
  647. width: 100%;
  648. }
  649. .slideshow ul li {
  650. list-style: none;
  651. }
  652. .image-enter-to {
  653. transition: all 1s ease;
  654. transform: translateX(0);
  655. }
  656. .image-leave-active {
  657. transition: all 1s ease;
  658. transform: translateX(-100%);
  659. }
  660. .image-enter {
  661. transform: translateX(100%);
  662. }
  663. .image-leave {
  664. transform: translateX(0);
  665. }
  666. </style>
  667. <script>
  668. /* eslint-disable */
  669. // @ is an alias to /src
  670. import img1 from "../assets/banner.png";
  671. import img2 from "../assets/banner2.png";
  672. import img3 from "../assets/banner3.png";
  673. import HelloWorld from "@/components/HelloWorld.vue";
  674. import HomeFooter from "../components/footer.vue";
  675. import Carousel from "@/components/carousel.vue";
  676. import Swiperr from "@/components/swiperr.vue";
  677. import animated from "animate.css";
  678. export default {
  679. name: "home",
  680. components: {
  681. HomeFooter,
  682. Carousel,
  683. Swiperr
  684. },
  685. data() {
  686. return {
  687. timer: null, //定时器
  688. mark: 0, //比对图片索引的变量
  689. //轮播图数据
  690. message: [img1, img2, img3],
  691. imgArray: [img1, img2, img3],
  692. saleArray: [
  693. {
  694. src: require("../assets/1.png"),
  695. title: "助力新零售",
  696. content: [
  697. { con: "结合优秀硬结合优秀硬件团队" },
  698. { con: "利用互联网优势" },
  699. { con: "完成基于物联网技术的新零售体系建立或推广" }
  700. ]
  701. },
  702. {
  703. src: require("../assets/2.png"),
  704. title: "政府信息化建设",
  705. content: [
  706. { con: "以精湛的互联网技术" },
  707. { con: "推动政府信息化建设" },
  708. { con: "提高行政效能" }
  709. ]
  710. },
  711. {
  712. src: require("../assets/3.png"),
  713. title: "传统互联网转型",
  714. content: [
  715. { con: "深入了解传统行业" },
  716. { con: "打破只做网络营销的传统思维" },
  717. { con: "设计开发全新业务模式" },
  718. { con: "依托传统产业原有资源" }
  719. ]
  720. },
  721. {
  722. src: require("../assets/4.png"),
  723. title: "自有产品",
  724. content: [
  725. { con: "股票自动交易系统" },
  726. { con: "汽车行业互联网舆情监控系统" }
  727. ]
  728. }
  729. ],
  730. trainPicArry: [
  731. {
  732. src: require("../assets/量身打造.png"),
  733. con1: "量身打造",
  734. con2:
  735. "面向互联网所需众多岗位,上班时间根据实习生自身情况决定,通过考核后在校也能办公。"
  736. },
  737. {
  738. src: require("../assets/严格.png"),
  739. con1: "严格管理",
  740. con2:
  741. "周六公司固定例会时间,多方位知识面为实习生开拓视野,每天工作时间实时线上记录打卡。"
  742. },
  743. {
  744. src: require("../assets/严格管理.png"),
  745. con1: "严格管理",
  746. con2:
  747. "知识培训外加真实项目实践,并有一对一导师指导,让实习生快速成长,独当一面。"
  748. }
  749. ],
  750. box3Arry: [
  751. {
  752. con: "平台工作者劳务费",
  753. zhu: "注:参与项目的所有工作者的赏月劳务费总和。"
  754. },
  755. {
  756. con: "平台工作者劳务费",
  757. zhu: "注:参与项目的所有工作者的赏月劳务费总和。"
  758. },
  759. {
  760. con: "平台工作者劳务费",
  761. zhu: "注:参与项目的所有工作者的赏月劳务费总和。"
  762. }
  763. ],
  764. clientArry: [
  765. {
  766. src: require("../assets/携程.png")
  767. },
  768. { src: require("../assets/李宁.png") },
  769. { src: require("../assets/金.png") },
  770. { src: require("../assets/广发.png") },
  771. {
  772. src: require("../assets/朗新.png")
  773. },
  774. { src: require("../assets/云.png") },
  775. { src: require("../assets/金关.png") },
  776. { src: require("../assets/携程.png") }
  777. // content: [
  778. // {
  779. // src: require("../assets/携程.png"),
  780. // src: require("../assets/李宁.png"),
  781. // src: require("../assets/金.png"),
  782. // src: require("../assets/广发.png")
  783. // }
  784. // ],
  785. // content: [
  786. // {
  787. // src: require("../assets/朗新.png"),
  788. // src: require("../assets/云.png"),
  789. // src: require("../assets/金关.png"),
  790. // src: require("../assets/携程.png")
  791. // }
  792. // ]
  793. ]
  794. };
  795. },
  796. //点击切换图片
  797. methods: {
  798. autoPlay() {
  799. this.mark++;
  800. if (this.mark === this.imgArray.length) {
  801. this.mark = 0;
  802. }
  803. },
  804. play() {
  805. this.timer = setInterval(this.autoPlay, 1500);
  806. },
  807. stop() {
  808. clearInterval(this.timer);
  809. },
  810. move() {
  811. this.timer = setInterval(this.autoPlay, 1500);
  812. }
  813. },
  814. created() {
  815. this.play();
  816. }
  817. };
  818. </script>