peixun.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. <template>
  2. <div class="client-platform-page client-train-page">
  3. <!-- 培训平台页 banner栏 -->
  4. <div
  5. :style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.png`)})`}"
  6. class="client-new-platform-banner">
  7. </div>
  8. <!-- 产品体验 -->
  9. <div class="platform-products-experience client-container" v-if="false">
  10. <h4 class="client-title">产品体验</h4>
  11. <p class="client-subtitle-one-row">无序注册,即可免费体验青谷在线培训系统</p>
  12. <!-- 多端体验 -->
  13. <chanPinTiYan cur-type="peixun"></chanPinTiYan>
  14. </div>
  15. <!-- 直播系列 -->
  16. <div class="client-zhibo-box">
  17. <h4 class="client-title"> [青谷] 学测考练一站式在线培训系统 </h4>
  18. <img :src="imgQiye">
  19. </div>
  20. <!-- 功能强大的培训系统 -->
  21. <div class="platform-products-services">
  22. <h4 class="client-title">功能强大的培训系统</h4>
  23. <imgCardLv3 class="img-card" :option="item" v-for="(item,index) in productList" :key="index">
  24. <div class="btn-groups">
  25. <freeTrialBtn class="free-train-btn btn-item" v-if="item.mianfei" :myType="item.myType"/>
  26. <onlineInformationBtn class="online-information-btn btn-item" v-if="item.zixun"/>
  27. </div>
  28. </imgCardLv3>
  29. </div>
  30. <!-- 青谷在线培训系统四大优势 -->
  31. <div class="platform-four-youshi client-container">
  32. <h4>青谷在线培训系统四大优势</h4>
  33. <ul>
  34. <li>
  35. <div class="card-container">
  36. <h3>课程支持</h3>
  37. <i></i>
  38. <p>提供丰富的企业通用课程资源,助力企业快速搭建企业培训体系</p>
  39. </div>
  40. </li>
  41. <li>
  42. <div class="card-container">
  43. <h3>服务保障</h3>
  44. <i></i>
  45. <p>完善的服务支持体系,7*12小时1对1在线为您解答指导问题</p>
  46. </div>
  47. </li>
  48. <li>
  49. <div class="card-container">
  50. <h3>多种部署方式</h3>
  51. <i></i>
  52. <p>公有云、私有云、本地服务器部署,根据需求随心选择</p>
  53. </div>
  54. </li>
  55. <li>
  56. <div class="card-container">
  57. <h3>安全保障</h3>
  58. <i></i>
  59. <p>采用多层次多安全防护措施,使系统最大限度地不被黑客和有意破坏者攻击</p>
  60. </div>
  61. </li>
  62. </ul>
  63. </div>
  64. <!-- 新闻资讯 -->
  65. <newsComp2 :newsData="topCarousels"></newsComp2>
  66. </div>
  67. </template>
  68. <script>
  69. import freeTrialBtn from "~/components/common/freeTrialBtn";
  70. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  71. import newsComp2 from "~/components/common/newsComp2";
  72. import chanPinTiYan from "~/components/common/chanPinTiYan";
  73. import imgCardLv3 from "@/components/common/layout/imgDes/imgCardLv3_peixun";
  74. import {BannerImgs , classifys} from "~/defaultConfig";
  75. /**
  76. * @ 产品与服务 -> 培训系统
  77. */
  78. export default {
  79. name: "cultivate",
  80. layout: 'templateB',
  81. components: { chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, imgCardLv3},
  82. async asyncData({$axios, store}) {
  83. const arr = [
  84. $axios.$post(`/home/news/carousel`, {'newsClassifyId': classifys.peixunxitong.classify,'keyword': classifys.peixunxitong.keyword}),
  85. $axios.$post(`/home/banner/list`, {'code': BannerImgs.peixunxitong}),
  86. ];
  87. const [res1, res2] = await Promise.all(arr);
  88. return {
  89. topCarousels: res1.data.data || [],
  90. bannerList: res2.data.data || [],
  91. }
  92. },
  93. head(){
  94. return {
  95. title: '培训系统_在线培训系统_网上培训系统_网络培训系统_青谷软件',
  96. meta: [
  97. {
  98. name: 'keywords',
  99. content: '在线学习培训系统,培训考试系统,企业培训系统,直播课程系统,在线教育培训系统'
  100. },
  101. {
  102. name:'description',
  103. content:'青谷在线培训系统,包含线上课程培训系统和考试系统,同时可以直播课程,帮助企业与教育机构搭建在线培训、考试平台。'
  104. }
  105. ],
  106. }
  107. },
  108. methods: {
  109. clickBanner(url) {
  110. if (url) {
  111. window.open(url)
  112. }
  113. }
  114. },
  115. data() {
  116. return {
  117. productList: [
  118. {
  119. content: {
  120. title: '一键搭建移动端和PC端专属培训平台',
  121. des: '只需一键注册青谷账号,即可拥有自己的专属培训平台。PC端与移动端无缝连接;全面支持安卓、IOS等操作系统,支持APP和微信H5学习模式;为学习者提供真正的随时随地的、个性化的、开放式的学习服务。',
  122. order: 2,
  123. },
  124. img: {
  125. url: require(`~/static/productImage/p09.png`),
  126. order: 1,
  127. },
  128. mianfei: true,
  129. zixun: true,
  130. shenqing: false,
  131. myType: 'peixun'
  132. },
  133. {
  134. content: {
  135. title: '丰富的文本/音频/视频课程内容上传服务',
  136. des: '全面支持本地文本PDF、Word、Excel、PPT,音频MP3,视频MP4的课程内容上传服务;同时还支持视频服务器链接、第三方链接的课程内容上传服务。',
  137. order: 1,
  138. },
  139. img: {
  140. url: require(`~/static/productImage/p10.png`),
  141. order: 2,
  142. },
  143. mianfei: true,
  144. zixun: true,
  145. shenqing: false,
  146. myType: 'peixun'
  147. },
  148. {
  149. content: {
  150. title: '无延迟、高互动、全终端的线上直播学习',
  151. des: '线上直播课程支持录播视频、PPT直播、桌面共享直播等类型,满足讲师个性化直播场景需求,播放终端全覆盖,学员可通过PC/手机/平板等设备,随时随地观看线上直播学习。',
  152. order: 2,
  153. },
  154. img: {
  155. url: require(`~/static/productImage/p12.png`),
  156. order: 1,
  157. },
  158. mianfei: true,
  159. zixun: true,
  160. shenqing: false,
  161. myType: 'peixun'
  162. },
  163. {
  164. content: {
  165. title: '互动助学工具提升学员活跃度',
  166. des: '自定义导入题库和试卷库,实现考试、作业本、练习及随堂测验,强化学习效果;可创建每日练习、日常作业、随堂考试等玩法,形成督学玩法。提高学员活跃度。',
  167. order: 1,
  168. },
  169. img: {
  170. url: require(`~/static/productImage/p11.png`),
  171. order: 2,
  172. },
  173. mianfei: true,
  174. zixun: true,
  175. shenqing: false,
  176. myType: 'peixun'
  177. }
  178. ],
  179. imgQiye: require('~/static/productImage/p44.png')
  180. }
  181. },
  182. }
  183. </script>
  184. <style lang="scss" scoped>
  185. .product-exam-btn {
  186. color: #00b96b;
  187. width: 200px;
  188. height: 60px;
  189. line-height: 60px;
  190. border-radius: 8px;
  191. background: #fff;
  192. border-color: #fff;
  193. }
  194. .platform-products-services {
  195. margin-top: 80px;
  196. .img-card:nth-child(2) {
  197. background: #fafffc;
  198. }
  199. .img-card:nth-child(4) {
  200. background: #fafffc;
  201. }
  202. .btn-groups {
  203. margin-top: 48px;
  204. .btn-item {
  205. margin-right: 20px;
  206. }
  207. }
  208. .client-title {
  209. font-weight: 800;
  210. font-size: 30px;
  211. color: #333;
  212. padding-bottom: 100px;
  213. background: #fafffc;
  214. }
  215. }
  216. .platform-products-experience {
  217. .client-title {
  218. font-weight: 800;
  219. font-size: 30px;
  220. color: #333;
  221. margin-bottom: 30px;
  222. }
  223. p {
  224. font-weight: 800;
  225. font-size: 18px;
  226. color: #565656;
  227. line-height: 50px;
  228. }
  229. }
  230. .platform-four-youshi {
  231. h4 {
  232. font-size: 30px;
  233. font-weight: 800;
  234. color: #333;
  235. text-align: center;
  236. margin-bottom: 140px;
  237. }
  238. ul {
  239. display: flex;
  240. justify-content: space-between;
  241. margin-bottom: 92px;
  242. li {
  243. width: 273px; height: 330px;
  244. box-sizing: border-box;
  245. .card-container {
  246. background-size: cover;
  247. background-repeat: no-repeat;
  248. background-position: center;
  249. box-sizing: border-box;
  250. width: 100%;
  251. height: 100%;
  252. padding: 27px;
  253. display: flex;
  254. flex-direction: column;
  255. justify-content: flex-start;
  256. h3 {
  257. text-align: center;
  258. font-size: 20px;
  259. color: #fff;
  260. font-weight: 800;
  261. margin-bottom: 27px;
  262. }
  263. i {
  264. width: 123px;
  265. height: 123px;
  266. display: inline-block;
  267. margin: 0 auto;
  268. text-align: center;
  269. background-size: contain;
  270. background-repeat: no-repeat;
  271. background-position: center;
  272. }
  273. p {
  274. color: #fff;
  275. font-size: 14px;
  276. font-weight: 500;
  277. line-height: 24px;
  278. text-align: center;
  279. margin-top: 10px;
  280. }
  281. }
  282. &:nth-child(1) {
  283. >div {
  284. background-image: url('~static/gangweiIcon/z150.png');
  285. i {
  286. background-image: url('~static/gangweiIcon/z112.png');
  287. }
  288. }
  289. }
  290. &:nth-child(2) {
  291. >div {
  292. background-image: url('~static/gangweiIcon/z149.png');
  293. i {
  294. background-image: url('~static/gangweiIcon/z113.png');
  295. }
  296. }
  297. }
  298. &:nth-child(3) {
  299. >div {
  300. background-image: url('~static/gangweiIcon/z151.png');
  301. i {
  302. background-image: url('~static/gangweiIcon/z114.png');
  303. }
  304. }
  305. }
  306. &:nth-child(4) {
  307. >div {
  308. background-image: url('~static/gangweiIcon/z152.png');
  309. i {
  310. background-image: url('~static/gangweiIcon/z115.png');
  311. }
  312. }
  313. }
  314. }
  315. }
  316. }
  317. .client-zhibo-box {
  318. text-align: center;
  319. margin: 0 auto;
  320. h4 {
  321. font-weight: 800;
  322. font-size: 30px;
  323. color: #333;
  324. margin-bottom: 100px;
  325. }
  326. }
  327. @media (max-width: 768px) {
  328. .platform-products-experience {
  329. .client-title {
  330. font-weight: 800;
  331. font-size: 18px;
  332. color: #333;
  333. margin-bottom: 3%;
  334. }
  335. p {
  336. font-weight: 800;
  337. font-size: 14px;
  338. color: #565656;
  339. line-height: 1.5;
  340. }
  341. }
  342. .platform-four-youshi {
  343. margin-bottom: 10%;
  344. h4 {
  345. font-size: 18px;
  346. margin-bottom: 10%;
  347. }
  348. ul {
  349. flex-wrap: wrap;
  350. li {
  351. width: 50%;
  352. padding: 10px;
  353. .card-container {
  354. h3 {
  355. font-size: 14px;
  356. }
  357. i {
  358. width: 60px;
  359. height: 60px;
  360. }
  361. p {
  362. font-size: 12px;
  363. }
  364. }
  365. }
  366. }
  367. }
  368. .client-zhibo-box {
  369. text-align: center;
  370. margin: 24px auto 48px;
  371. h4 {
  372. font-weight: 800;
  373. font-size: 18px;
  374. color: #333;
  375. margin-bottom: 30px;
  376. }
  377. img {
  378. height: 300px;
  379. }
  380. }
  381. .platform-products-services {
  382. margin-top: 3%;
  383. .client-title {
  384. font-weight: 800;
  385. font-size: 18px;
  386. color: #333;
  387. margin-bottom: 10px;
  388. padding: 0;
  389. }
  390. }
  391. }
  392. </style>