peixun.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  1. <template>
  2. <div class="client-exam-page client-platform-page">
  3. <!-- 广告图位置 -->
  4. <div class="client-banner-box">
  5. <div
  6. :style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.png`)})`}"
  7. class="client-platform-banner">
  8. </div>
  9. </div>
  10. <!-- 企业培训现状 -->
  11. <div class="client-xianzhuang-box client-container">
  12. <h4>企业培训现状</h4>
  13. <p>企业的发展在于人才比拼,而人才的比拼在于学习速度的比拼</p>
  14. <p>为此,很多企业不惜重金去建设培训体系,对员工进行培训,但却起不到良好的成效</p>
  15. </div>
  16. <!-- 企业培训痛点 -->
  17. <div class="client-tongdian-box client-container">
  18. <h4>企业培训痛点</h4>
  19. <ul>
  20. <li>
  21. <i></i>
  22. <span>受时间、场地影响</span>
  23. <span>无法随时随地学习</span>
  24. </li>
  25. <li>
  26. <i></i>
  27. <span>培训过度,学习不足</span>
  28. <span>培训课程体系设置不合理</span>
  29. </li>
  30. <li>
  31. <i></i>
  32. <span>老员工离职,带走工作经验</span>
  33. <span>新人需要重新摸索经验</span>
  34. </li>
  35. <li>
  36. <i></i>
  37. <span>不能快速响应业务变化</span>
  38. </li>
  39. <li>
  40. <i></i>
  41. <span>没有针对性,知识无法共享</span>
  42. </li>
  43. <li>
  44. <i></i>
  45. <span>成本高,导致企业不敢</span>
  46. <span>进行员工培训</span>
  47. </li>
  48. </ul>
  49. </div>
  50. <!-- 企业培训解决方案 -->
  51. <div class="platform-products-services client-container">
  52. <h4 class="client-title">企业培训解决方案</h4>
  53. <imgCardLv3 :option="item" v-for="(item,index) in productList" :key="index">
  54. <div class="btn-groups">
  55. <onlineInformationBtn class="online-information-btn btn-item green" v-if="item.zixun"/>
  56. </div>
  57. </imgCardLv3>
  58. </div>
  59. <!-- 如何快速学习平台 -->
  60. <div class="client-study-box client-container">
  61. <h4>如何搭建学习平台</h4>
  62. <ul class="top-list">
  63. <li>
  64. <div>
  65. <p>提升培训速度</p>
  66. <p><i></i>95<i>%</i></p>
  67. </div>
  68. </li>
  69. <li>
  70. <div>
  71. <p>提升培训速度</p>
  72. <p><i class="icon-revent"></i>90<i>%</i></p>
  73. </div>
  74. </li>
  75. <li>
  76. <div>
  77. <p>降低费用成本</p>
  78. <p><i class="icon-revent"></i>75<i>%</i></p>
  79. </div>
  80. </li>
  81. <li>
  82. <div>
  83. <p>降低时间成本</p>
  84. <p><i class="icon-revent"></i>80<i>%</i></p>
  85. </div>
  86. </li>
  87. </ul>
  88. <ul class="bottom-list">
  89. <li>
  90. <i></i>
  91. <h4>云端部署</h4>
  92. <p>云端部署,按需配置</p>
  93. <p>免硬件与IT运维投入</p>
  94. <p>PC、H5、APP多端兼容</p>
  95. </li>
  96. <li>
  97. <i></i>
  98. <h4>AI智能学习</h4>
  99. <p>内容智能推荐系统</p>
  100. <p>大数据与学习行为分析</p>
  101. <p>提供个性化培训</p>
  102. </li>
  103. <li>
  104. <i></i>
  105. <h4>人才发展体系</h4>
  106. <p>支持复杂岗位设置</p>
  107. <p>职业发展与胜任力体系</p>
  108. <p>只能体系</p>
  109. </li>
  110. <li>
  111. <i></i>
  112. <h4>混合式培训管理</h4>
  113. <p>线上线下混合式培训</p>
  114. <p>社交学习与分享</p>
  115. <p>多维度洞察培训效果</p>
  116. </li>
  117. <li>
  118. <i></i>
  119. <h4>海量优质课程资源</h4>
  120. <p>各领域行业专家</p>
  121. <p>免硬件与IT运维投入</p>
  122. <p>全方位覆盖企业培训体系</p>
  123. </li>
  124. </ul>
  125. </div>
  126. <!-- 立即咨询 -->
  127. <desWithCode source="peixun"></desWithCode>
  128. </div>
  129. </template>
  130. <script>
  131. import chanPinTiYan from "~/components/common/chanPinTiYan";
  132. import freeTrialBtn from "~/components/common/freeTrialBtn";
  133. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  134. import newsComp2 from "~/components/common/newsComp2";
  135. import {BannerImgs} from "~/defaultConfig";
  136. import desWithCode from "@/components/common/layout/desComp/desWithCode";
  137. import imgCardLv3 from "~/components/common/layout/imgDes/imgCardLv3";
  138. /**
  139. * @ 解决方案 -> 企业培训
  140. */
  141. export default {
  142. name: "peixun",
  143. layout: 'templateB',
  144. components: {chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, desWithCode, imgCardLv3},
  145. async asyncData({$axios, store}) {
  146. const arr = [
  147. $axios.$post(`/home/banner/list`, {'code': BannerImgs.qiyepeixun}),
  148. ];
  149. const [res2] = await Promise.all(arr);
  150. return {
  151. bannerList: res2.data.data || [],
  152. }
  153. },
  154. head() {
  155. return {
  156. title: '在线考试平台_在线考试软件_试卷软件系统',
  157. meta: [
  158. {
  159. name: 'keywords',
  160. content: '考试平台,试卷系统,试卷软件'
  161. },
  162. {
  163. name: 'description',
  164. content: '麦塔考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
  165. }
  166. ],
  167. }
  168. },
  169. data() {
  170. return {
  171. productList: [
  172. {
  173. content: {
  174. title: '一键导入组织成员名单',
  175. des: '支持一键批量导入企业组织成员,快速设置人员姓名、练习方式、职位等信息。支持分组设置培训权限。',
  176. order: 2,
  177. },
  178. img: {
  179. url: require(`~/static/productImage/p20.png`),
  180. order: 1,
  181. },
  182. zixun: true,
  183. myType: 'peixun'
  184. },
  185. {
  186. content: {
  187. title: '多种课程形式及直播开展培训',
  188. des: 'PC端与移动端无缝链接。支持在线课程、直播教学、评论点赞、互动答案等强大的培训功能。方便组织线上培训学习',
  189. order: 1,
  190. },
  191. img: {
  192. url: require(`~/static/productImage/p21.png`),
  193. order: 2,
  194. },
  195. zixun: true,
  196. myType: 'peixun'
  197. },
  198. {
  199. content: {
  200. title: '考、练模块提升学员培训效果',
  201. des: '题库、练习、考试、课后检测等功能帮助学员巩固培训知识,方便提升培训学习效果',
  202. order: 2,
  203. },
  204. img: {
  205. url: require(`~/static/productImage/p18.png`),
  206. order: 1,
  207. },
  208. zixun: true,
  209. myType: 'peixun'
  210. },
  211. {
  212. content: {
  213. title: '可视化的培训大数据展示',
  214. des: '直观分析学员学习时长、课程数、考试分数等数据结果,快速掌握整体学习情况',
  215. order: 1,
  216. },
  217. img: {
  218. url: require(`~/static/productImage/p17.png`),
  219. order: 2,
  220. },
  221. zixun: true,
  222. myType: 'peixun'
  223. },
  224. {
  225. content: {
  226. title: '快速搭建企业知识共享资源库库',
  227. des: '帮助企业搭建知识资源库,完成企业员工的知识分享',
  228. order: 1,
  229. },
  230. img: {
  231. url: require(`~/static/productImage/p19.png`),
  232. order: 1,
  233. },
  234. zixun: true,
  235. myType: 'peixun'
  236. }
  237. ],
  238. }
  239. }
  240. }
  241. </script>
  242. <style lang="scss" scoped>
  243. // banner 图
  244. .client-banner-box {
  245. .banner-btn-groups.left {
  246. left: 110px;
  247. top: 467px;
  248. .solution-peixun {
  249. height: 60px;
  250. line-height: 60px;
  251. width: 210px;
  252. color: #fff;
  253. background: #d7db00;
  254. border-color: #d7db00;
  255. border-radius: 50px;
  256. }
  257. }
  258. }
  259. // 企业现状
  260. .client-xianzhuang-box {
  261. margin-top: 120px;
  262. background-image: none;
  263. height: 230px;
  264. h4 {
  265. text-align: center;
  266. font-size: 30px;
  267. font-weight: 800;
  268. color: #333;
  269. margin-bottom: 42px;
  270. }
  271. p {
  272. font-size: 18px;
  273. font-weight: 800;
  274. color: #565656;
  275. text-align: center;
  276. line-height: 30px;
  277. }
  278. }
  279. // 企业痛点
  280. .client-tongdian-box {
  281. h4 {
  282. font-size: 30px;
  283. font-weight: 800;
  284. color: #333;
  285. margin-bottom: 90px;
  286. text-align: center;
  287. }
  288. ul {
  289. display: flex;
  290. flex-direction: row;
  291. flex-wrap: wrap;
  292. li {
  293. text-align: center;
  294. width: 33%;
  295. margin-bottom: 30px;
  296. i {
  297. width: 99px;
  298. height: 99px;
  299. display: inline-block;
  300. background-repeat: no-repeat;
  301. background-size: contain;
  302. background-position: center;
  303. }
  304. &:nth-child(1) {
  305. i {
  306. background-image: url("~static/gangweiIcon/z73.png");
  307. }
  308. }
  309. &:nth-child(2) {
  310. i {
  311. background-image: url("~static/gangweiIcon/z74.png");
  312. }
  313. }
  314. &:nth-child(3) {
  315. i {
  316. background-image: url("~static/gangweiIcon/z75.png");
  317. }
  318. }
  319. &:nth-child(4) {
  320. i {
  321. background-image: url("~static/gangweiIcon/z76.png");
  322. }
  323. }
  324. &:nth-child(5) {
  325. i {
  326. background-image: url("~static/gangweiIcon/z77.png");
  327. }
  328. }
  329. &:nth-child(6) {
  330. i {
  331. background-image: url("~static/gangweiIcon/z78.png");
  332. }
  333. }
  334. span {
  335. font-size: 20px;
  336. color: #565656;
  337. font-weight: 500;
  338. line-height: 30px;
  339. display: block;
  340. text-align: center;
  341. }
  342. }
  343. }
  344. }
  345. // 解决方案
  346. .platform-products-services {
  347. .client-title {
  348. font-size: 30px;
  349. font-weight: 800;
  350. text-align: center;
  351. color: #333;
  352. margin-top: 80px;
  353. margin-bottom: 70px;
  354. }
  355. .btn-groups {
  356. margin-top: 48px;
  357. .btn-item {
  358. margin-right: 20px;
  359. }
  360. }
  361. }
  362. // 学习平台
  363. .client-study-box {
  364. h4 {
  365. font-size: 30px;
  366. color: #333;
  367. font-weight: 800;
  368. text-align: center;
  369. margin-bottom: 116px;
  370. }
  371. ul.top-list {
  372. display: flex;
  373. justify-content: space-between;
  374. li {
  375. width: 25%;
  376. div {
  377. border: 2px dashed #00b96b;
  378. box-sizing: border-box;
  379. margin: 20px;
  380. border-radius: 6px;
  381. p {
  382. text-align: center;
  383. }
  384. & > p:nth-child(1) {
  385. color: #00b96b;
  386. font-size: 24px;
  387. margin: 28px auto 28px;
  388. }
  389. & > p:nth-child(2) {
  390. color: #00b96b;
  391. font-size: 60px;
  392. margin: 0 auto 25px;
  393. i:nth-child(1) {
  394. display: inline-block;
  395. width: 23px;
  396. height: 46px;
  397. font-weight: 800;
  398. font-style: normal;
  399. margin-right: 10px;
  400. background-image: url("~static/gangweiIcon/z170.png");
  401. background-size: contain;
  402. background-repeat: no-repeat;
  403. background-position: center;
  404. &.icon-revent {
  405. transform: rotate(180deg);
  406. }
  407. }
  408. i:nth-child(2) {
  409. font-weight: bolder;
  410. font-style: normal;
  411. font-size: 22px;
  412. }
  413. }
  414. }
  415. }
  416. }
  417. ul.bottom-list {
  418. margin-top: 70px;
  419. display: flex;
  420. justify-content: space-between;
  421. li {
  422. margin: 0 auto 120px;
  423. text-align: center;
  424. i {
  425. width: 110px;
  426. height: 110px;
  427. display: inline-block;
  428. background-repeat: no-repeat;
  429. background-size: contain;
  430. background-position: center;
  431. }
  432. &:nth-child(1) {
  433. i {
  434. background-image: url("~static/gangweiIcon/z79.png");
  435. }
  436. }
  437. &:nth-child(2) {
  438. i {
  439. background-image: url("~static/gangweiIcon/z80.png");
  440. }
  441. }
  442. &:nth-child(3) {
  443. i {
  444. background-image: url("~static/gangweiIcon/z81.png");
  445. }
  446. }
  447. &:nth-child(4) {
  448. i {
  449. background-image: url("~static/gangweiIcon/z82.png");
  450. }
  451. }
  452. &:nth-child(5) {
  453. i {
  454. background-image: url("~static/gangweiIcon/z83.png");
  455. }
  456. }
  457. p {
  458. font-size: 14px;
  459. font-weight: 500;
  460. color: #565656;
  461. width: 148px;
  462. line-height: 24px;
  463. }
  464. h4 {
  465. font-size: 24px;
  466. font-weight: 700;
  467. color: #565656;
  468. margin-top: 38px;
  469. margin-bottom: 28px;
  470. }
  471. }
  472. }
  473. }
  474. @media (max-width: 768px) {
  475. // 企业现状
  476. .client-xianzhuang-box {
  477. height: auto;
  478. margin-top: 3%;
  479. h4 {
  480. text-align: center;
  481. font-size: 18px;
  482. font-weight: 800;
  483. color: #333;
  484. margin-bottom: 5%;
  485. }
  486. p {
  487. font-size: 12px;
  488. font-weight: 800;
  489. color: #565656;
  490. text-align: center;
  491. line-height: 30px;
  492. }
  493. }
  494. // 企业痛点
  495. .client-tongdian-box {
  496. margin-top: 10%;
  497. h4 {
  498. font-size: 18px;
  499. font-weight: 800;
  500. color: #333;
  501. margin-bottom: 6%;
  502. text-align: center;
  503. }
  504. ul {
  505. li {
  506. width: 50%;
  507. i {
  508. width: 60px;
  509. height: 60px;
  510. }
  511. span {
  512. font-size: 12px;
  513. }
  514. }
  515. }
  516. }
  517. // 解决方案
  518. .platform-products-services {
  519. .client-title {
  520. font-size: 18px;
  521. font-weight: 800;
  522. text-align: center;
  523. color: #333;
  524. margin-top: 10%;
  525. margin-bottom: 10%;
  526. }
  527. .btn-groups {
  528. margin-top: 5%;
  529. .btn-item {
  530. margin-right: 20px;
  531. }
  532. }
  533. }
  534. .client-study-box {
  535. h4 {
  536. font-size: 18px;
  537. margin-bottom: 10%;
  538. }
  539. ul.top-list {
  540. flex-wrap: wrap;
  541. justify-content: space-between;
  542. li {
  543. width: 50%;
  544. div {
  545. margin: 2%;
  546. p:nth-child(1) {
  547. font-size: 14px;
  548. }
  549. p:nth-child(2) {
  550. font-size: 18px;
  551. }
  552. }
  553. }
  554. }
  555. ul.bottom-list {
  556. margin-top: 10%;
  557. flex-direction: column;
  558. li {
  559. margin-bottom: 10%;
  560. p {
  561. width: auto
  562. }
  563. }
  564. }
  565. }
  566. }
  567. </style>