peixun.vue 11 KB

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