peixun.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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 client-container">
  24. <h4 class="client-title">功能强大的培训系统</h4>
  25. <imgCardLv3 :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";
  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. .btn-groups {
  198. margin-top: 48px;
  199. .btn-item {
  200. margin-right: 20px;
  201. }
  202. }
  203. .client-title {
  204. font-weight: 800;
  205. font-size: 30px;
  206. color: #333;
  207. margin-bottom: 100px;
  208. }
  209. }
  210. .platform-products-experience {
  211. .client-title {
  212. font-weight: 800;
  213. font-size: 30px;
  214. color: #333;
  215. margin-bottom: 30px;
  216. }
  217. p {
  218. font-weight: 800;
  219. font-size: 18px;
  220. color: #565656;
  221. line-height: 50px;
  222. }
  223. }
  224. .platform-four-youshi {
  225. h4 {
  226. font-size: 30px;
  227. font-weight: 800;
  228. color: #333;
  229. text-align: center;
  230. margin-bottom: 140px;
  231. }
  232. ul {
  233. display: flex;
  234. justify-content: space-between;
  235. li {
  236. width: 273px; height: 330px;
  237. box-sizing: border-box;
  238. .card-container {
  239. background-size: cover;
  240. background-repeat: no-repeat;
  241. background-position: center;
  242. box-sizing: border-box;
  243. width: 100%;
  244. height: 100%;
  245. padding: 27px;
  246. display: flex;
  247. flex-direction: column;
  248. justify-content: flex-start;
  249. h3 {
  250. text-align: center;
  251. font-size: 20px;
  252. color: #fff;
  253. font-weight: 800;
  254. margin-bottom: 27px;
  255. }
  256. i {
  257. width: 123px;
  258. height: 123px;
  259. display: inline-block;
  260. margin: 0 auto;
  261. text-align: center;
  262. background-size: contain;
  263. background-repeat: no-repeat;
  264. background-position: center;
  265. }
  266. p {
  267. color: #fff;
  268. font-size: 14px;
  269. font-weight: 500;
  270. line-height: 24px;
  271. text-align: center;
  272. margin-top: 10px;
  273. }
  274. }
  275. &:nth-child(1) {
  276. >div {
  277. background-image: url('~static/gangweiIcon/z150.png');
  278. i {
  279. background-image: url('~static/gangweiIcon/z112.png');
  280. }
  281. }
  282. }
  283. &:nth-child(2) {
  284. >div {
  285. background-image: url('~static/gangweiIcon/z149.png');
  286. i {
  287. background-image: url('~static/gangweiIcon/z113.png');
  288. }
  289. }
  290. }
  291. &:nth-child(3) {
  292. >div {
  293. background-image: url('~static/gangweiIcon/z151.png');
  294. i {
  295. background-image: url('~static/gangweiIcon/z114.png');
  296. }
  297. }
  298. }
  299. &:nth-child(4) {
  300. >div {
  301. background-image: url('~static/gangweiIcon/z152.png');
  302. i {
  303. background-image: url('~static/gangweiIcon/z115.png');
  304. }
  305. }
  306. }
  307. }
  308. }
  309. }
  310. .client-zhibo-box {
  311. text-align: center;
  312. margin: 0 auto;
  313. h4 {
  314. font-weight: 800;
  315. font-size: 30px;
  316. color: #333;
  317. margin-bottom: 100px;
  318. }
  319. }
  320. @media (max-width: 768px) {
  321. .platform-products-experience {
  322. .client-title {
  323. font-weight: 800;
  324. font-size: 18px;
  325. color: #333;
  326. margin-bottom: 3%;
  327. }
  328. p {
  329. font-weight: 800;
  330. font-size: 14px;
  331. color: #565656;
  332. line-height: 1.5;
  333. }
  334. }
  335. .platform-four-youshi {
  336. margin-bottom: 10%;
  337. h4 {
  338. font-size: 18px;
  339. margin-bottom: 10%;
  340. }
  341. ul {
  342. flex-wrap: wrap;
  343. li {
  344. width: 50%;
  345. padding: 10px;
  346. .card-container {
  347. h3 {
  348. font-size: 14px;
  349. }
  350. i {
  351. width: 60px;
  352. height: 60px;
  353. }
  354. p {
  355. font-size: 12px;
  356. }
  357. }
  358. }
  359. }
  360. }
  361. .client-zhibo-box {
  362. text-align: center;
  363. margin: 0 auto;
  364. h4 {
  365. font-weight: 800;
  366. font-size: 18px;
  367. color: #333;
  368. margin-bottom: 30px;
  369. }
  370. img {
  371. height: 300px;
  372. }
  373. }
  374. .platform-products-services {
  375. .client-title {
  376. font-weight: 800;
  377. font-size: 18px;
  378. color: #333;
  379. margin-bottom: 30px;
  380. }
  381. }
  382. }
  383. </style>