peixun.vue 13 KB

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