peixun.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  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" 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>↑ 95%</p>
  67. </div>
  68. </li>
  69. <li>
  70. <div>
  71. <p>提升培训速度</p>
  72. <p>↓ 90%</p>
  73. </div>
  74. </li>
  75. <li>
  76. <div>
  77. <p>降低费用成本</p>
  78. <p>↓ 75%</p>
  79. </div>
  80. </li>
  81. <li>
  82. <div>
  83. <p>降低时间成本</p>
  84. <p>↓ 80%</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. h4 {
  263. text-align: center;
  264. font-size: 30px;
  265. font-weight: 800;
  266. color: #333;
  267. margin-bottom: 42px;
  268. }
  269. p {
  270. font-size: 18px;
  271. font-weight: 800;
  272. color: #565656;
  273. text-align: center;
  274. line-height: 30px;
  275. }
  276. }
  277. // 企业痛点
  278. .client-tongdian-box {
  279. h4 {
  280. font-size: 30px;
  281. font-weight: 800;
  282. color: #333;
  283. margin-bottom: 90px;
  284. text-align: center;
  285. }
  286. ul {
  287. display: flex;
  288. flex-direction: row;
  289. flex-wrap: wrap;
  290. li {
  291. text-align: center;
  292. width: 33%;
  293. margin-bottom: 30px;
  294. i {
  295. width: 99px;
  296. height: 99px;
  297. display: inline-block;
  298. background-repeat: no-repeat;
  299. background-size: contain;
  300. background-position: center;
  301. }
  302. &:nth-child(1) {
  303. i {
  304. background-image: url("~static/gangweiIcon/z73.png");
  305. }
  306. }
  307. &:nth-child(2) {
  308. i {
  309. background-image: url("~static/gangweiIcon/z74.png");
  310. }
  311. }
  312. &:nth-child(3) {
  313. i {
  314. background-image: url("~static/gangweiIcon/z75.png");
  315. }
  316. }
  317. &:nth-child(4) {
  318. i {
  319. background-image: url("~static/gangweiIcon/z76.png");
  320. }
  321. }
  322. &:nth-child(5) {
  323. i {
  324. background-image: url("~static/gangweiIcon/z77.png");
  325. }
  326. }
  327. &:nth-child(6) {
  328. i {
  329. background-image: url("~static/gangweiIcon/z78.png");
  330. }
  331. }
  332. span {
  333. font-size: 20px;
  334. color: #565656;
  335. font-weight: 500;
  336. line-height: 30px;
  337. display: block;
  338. text-align: center;
  339. }
  340. }
  341. }
  342. }
  343. // 解决方案
  344. .platform-products-services {
  345. .client-title {
  346. font-size: 30px;
  347. font-weight: 800;
  348. text-align: center;
  349. color: #333;
  350. margin-top: 80px;
  351. margin-bottom: 70px;
  352. }
  353. .btn-groups {
  354. margin-top: 48px;
  355. .btn-item {
  356. margin-right: 20px;
  357. }
  358. }
  359. }
  360. // 学习平台
  361. .client-study-box {
  362. h4 {
  363. font-size: 30px;
  364. color: #333;
  365. font-weight: 800;
  366. text-align: center;
  367. margin-bottom: 116px;
  368. }
  369. ul.top-list {
  370. display: flex;
  371. justify-content: space-between;
  372. li {
  373. width: 25%;
  374. div {
  375. border: 1px dashed #00b96b;
  376. box-sizing: border-box;
  377. margin: 20px;
  378. p {
  379. text-align: center;
  380. }
  381. & > p:nth-child(1) {
  382. color: #00b96b;
  383. font-size: 24px;
  384. margin: 28px auto 28px;
  385. }
  386. & > p:nth-child(2) {
  387. color: #00b96b;
  388. font-size: 60px;
  389. margin: 0 auto 25px;
  390. }
  391. }
  392. }
  393. }
  394. ul.bottom-list {
  395. margin-top: 70px;
  396. display: flex;
  397. justify-content: space-between;
  398. li {
  399. margin: 0 auto 120px;
  400. text-align: center;
  401. i {
  402. width: 110px;
  403. height: 110px;
  404. display: inline-block;
  405. background-repeat: no-repeat;
  406. background-size: contain;
  407. background-position: center;
  408. }
  409. &:nth-child(1) {
  410. i {
  411. background-image: url("~static/gangweiIcon/z79.png");
  412. }
  413. }
  414. &:nth-child(2) {
  415. i {
  416. background-image: url("~static/gangweiIcon/z80.png");
  417. }
  418. }
  419. &:nth-child(3) {
  420. i {
  421. background-image: url("~static/gangweiIcon/z81.png");
  422. }
  423. }
  424. &:nth-child(4) {
  425. i {
  426. background-image: url("~static/gangweiIcon/z82.png");
  427. }
  428. }
  429. &:nth-child(5) {
  430. i {
  431. background-image: url("~static/gangweiIcon/z83.png");
  432. }
  433. }
  434. p {
  435. font-size: 14px;
  436. font-weight: 500;
  437. color: #565656;
  438. width: 148px;
  439. line-height: 24px;
  440. }
  441. h4 {
  442. font-size: 24px;
  443. font-weight: 700;
  444. color: #565656;
  445. margin-top: 38px;
  446. margin-bottom: 28px;
  447. }
  448. }
  449. }
  450. }
  451. @media (max-width: 768px) {
  452. // 企业现状
  453. .client-xianzhuang-box {
  454. margin-top: 10%;
  455. h4 {
  456. text-align: center;
  457. font-size: 18px;
  458. font-weight: 800;
  459. color: #333;
  460. margin-bottom: 5%;
  461. }
  462. p {
  463. font-size: 12px;
  464. font-weight: 800;
  465. color: #565656;
  466. text-align: center;
  467. line-height: 30px;
  468. }
  469. }
  470. // 企业痛点
  471. .client-tongdian-box {
  472. margin-top: 10%;
  473. h4 {
  474. font-size: 18px;
  475. font-weight: 800;
  476. color: #333;
  477. margin-bottom: 6%;
  478. text-align: center;
  479. }
  480. ul {
  481. li {
  482. width: 50%;
  483. i {
  484. width: 60px;
  485. height: 60px;
  486. }
  487. span {
  488. font-size: 12px;
  489. }
  490. }
  491. }
  492. }
  493. // 解决方案
  494. .platform-products-services {
  495. .client-title {
  496. font-size: 18px;
  497. font-weight: 800;
  498. text-align: center;
  499. color: #333;
  500. margin-top: 10%;
  501. margin-bottom: 10%;
  502. }
  503. .btn-groups {
  504. margin-top: 5%;
  505. .btn-item {
  506. margin-right: 20px;
  507. }
  508. }
  509. }
  510. .client-study-box {
  511. h4 {
  512. font-size: 18px;
  513. margin-bottom: 10%;
  514. }
  515. ul.top-list {
  516. flex-wrap: wrap;
  517. justify-content: space-between;
  518. li {
  519. width: 50%;
  520. div {
  521. margin: 2%;
  522. p:nth-child(1) {
  523. font-size: 14px;
  524. }
  525. p:nth-child(2) {
  526. font-size: 18px;
  527. }
  528. }
  529. }
  530. }
  531. ul.bottom-list {
  532. margin-top: 10%;
  533. flex-direction: column;
  534. li {
  535. margin-bottom: 10%;
  536. }
  537. }
  538. }
  539. }
  540. </style>