peixun.vue 14 KB

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