peixun.vue 9.7 KB

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