privatization.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  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-private-youshi client-container">
  12. <h4>私有化部署优势</h4>
  13. <ul>
  14. <li>
  15. <div>
  16. <i></i>
  17. <div>
  18. <h4>数据私密安全</h4>
  19. <p>企业级技术框架;数据私有化隔离;数据存储备份机制;算法、秘钥双重保险,数据安全可靠;独享云服务,速度更快,性能更优。</p>
  20. </div>
  21. </div>
  22. </li>
  23. <li>
  24. <div>
  25. <i></i>
  26. <div>
  27. <h4>企业自主掌握</h4>
  28. <p>企业可完全自主掌握,轻松实现人员管理、权限管理;账号与席位轻松绑定,入职迅速,离职安全,避免人为数据事故。</p>
  29. </div>
  30. </div>
  31. </li>
  32. <li>
  33. <div>
  34. <i></i>
  35. <div>
  36. <h4>第三方接口对接</h4>
  37. <p>支持和第三方OA、HR、ERP、教务系统、微信、钉钉等对接。</p>
  38. </div>
  39. </div>
  40. </li>
  41. <li>
  42. <div>
  43. <i></i>
  44. <div>
  45. <h4>可定制开发</h4>
  46. <p>系统拥有极其强大的扩展技术。在这套扩展技术体系中,企业可以在此基础上定制任意功能,扩充目前的功能架构,满足企业自身发展的需求。</p>
  47. </div>
  48. </div>
  49. </li>
  50. </ul>
  51. </div>
  52. <!-- 私有化部署方案 -->
  53. <div class="client-private-fangan client-container">
  54. <h4>私有化部署解决方案</h4>
  55. <div class="private-fangan-nav">
  56. <span :class="{active: curActive === 1}" @click="curActive = 1">专属服务器部署</span>
  57. <span :class="{active: curActive === 2}" @click="curActive = 2">私有服务器部署</span>
  58. </div>
  59. <div class="private-fangan-content" v-if="curActive === 1">
  60. <div>
  61. <img :src="img1">
  62. <div class="left">
  63. <p>将青谷考培系统部署版独立部署到企业专属阿里云/腾讯云服务器中,享受公有云功能与服务的同时,又具备数据隔离的优势,适用于大多数中小型企业。</p>
  64. <ul>
  65. <li>更易于拓展</li>
  66. <li>数据安全可靠</li>
  67. <li>降低人工成本,无需运维</li>
  68. </ul>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="private-fangan-content" v-if="curActive === 2">
  73. <div>
  74. <img :src="img2">
  75. <div class="left">
  76. <p>将青谷考陪系统部署版部署到企业内部私有云服务器中,企业完全自主掌握,适用于通信,金融等对数据安全性要求更高的企业。</p>
  77. <ul>
  78. <li><i></i>公司内部局域网加速,编辑访问更丝滑</li>
  79. <li><i></i>私有服务器企业自主管理,数据物理安全和防泄密风险进一步增强</li>
  80. </ul>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. <!-- 保护服务 -->
  86. <div class="client-private-service client-container">
  87. <h4>部署服务</h4>
  88. <ul>
  89. <li>
  90. <h4>企业需求诊断</h4>
  91. <i></i>
  92. <p>了解企业实际情况,设计专属需求解决方案</p>
  93. </li>
  94. <li>
  95. <h4>实施项全员培训</h4>
  96. <i></i>
  97. <p>为企业培训讲解,全员快速上手系统,信息统一,沟通透明同步</p>
  98. </li>
  99. <li>
  100. <h4>部署全程保障</h4>
  101. <i></i>
  102. <p>技术专家全程负责,提供完整的部署方案,完成高质量交付</p>
  103. </li>
  104. <li>
  105. <h4>全周期服务指导</h4>
  106. <i></i>
  107. <p>高效运营团队使用支持,售后服务及时响应</p>
  108. </li>
  109. </ul>
  110. </div>
  111. <!-- 立即咨询 -->
  112. <desWithCode source="privatization"></desWithCode>
  113. </div>
  114. </template>
  115. <script>
  116. import chanPinTiYan from "~/components/common/chanPinTiYan";
  117. import freeTrialBtn from "~/components/common/freeTrialBtn";
  118. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  119. import newsComp2 from "~/components/common/newsComp2";
  120. import {BannerImgs} from "~/defaultConfig";
  121. import desWithCode from "@/components/common/layout/desComp/desWithCode";
  122. /**
  123. * @ 解决方案 -> 私有化部署
  124. */
  125. export default {
  126. name: "privatization",
  127. layout: 'templateB',
  128. components: { chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, desWithCode},
  129. async asyncData({$axios, store}) {
  130. const arr = [
  131. $axios.$post(`/home/banner/list`, {'code': BannerImgs.siyouhuabushu}),
  132. ];
  133. const [ res2] = await Promise.all(arr);
  134. return {
  135. bannerList: res2.data.data || [],
  136. }
  137. },
  138. head() {
  139. return {
  140. title: '在线考试系统_定制在线考试系统_个性化考试系统开发',
  141. meta: [
  142. {
  143. name: 'keywords',
  144. content: '在线考试系统_定制在线考试系统_个性化考试系统开发'
  145. },
  146. {
  147. name: 'description',
  148. content: '青谷在线考试系统拥有专业研发团队,多年开发经验,根据用户不同需求,开发客户专署考试系统,保护用户数据安全。'
  149. }
  150. ],
  151. }
  152. },
  153. data() {
  154. return {
  155. curActive: 1,
  156. img1: require('~/static/gangweiIcon/z88.png'),
  157. img2: require('~/static/gangweiIcon/z89.png'),
  158. }
  159. }
  160. }
  161. </script>
  162. <style lang="scss" scoped>
  163. .client-banner-box div.client-platform-banner {
  164. .banner-btn-groups.left {
  165. left: 100px;
  166. top: 440px;
  167. .solution-privatization {
  168. background: #eef106;
  169. color: #00b96b;
  170. width: 180px;
  171. height: 60px;
  172. line-height: 60px;
  173. border-radius: 50px;
  174. border-color: #eef106;
  175. }
  176. }
  177. }
  178. // 私有化部署优势
  179. .client-private-youshi {
  180. >h4 {
  181. font-size: 30px;
  182. color: #333;
  183. text-align: center;
  184. font-weight: 800;
  185. margin-top: 110px;
  186. }
  187. ul {
  188. display: flex;
  189. flex-wrap: wrap;
  190. margin-top: 100px;
  191. li {
  192. width: 50%;
  193. >div {
  194. box-sizing: border-box;
  195. padding: 32px 54px;
  196. border: 1px solid #00b96b;
  197. border-radius: 10px;
  198. margin: 0 47px 38px 0;
  199. display: flex;
  200. justify-content: flex-start;
  201. i {
  202. width: 92px;
  203. height: 92px;
  204. display: inline-block;
  205. background-size: cover;
  206. background-repeat: no-repeat;
  207. background-position: center;
  208. flex-shrink: 0;
  209. }
  210. div {
  211. margin-left: 48px;
  212. width: 600px;
  213. height: 120px;
  214. h4 {
  215. font-size: 24px;
  216. font-weight: 800;
  217. color: #333;
  218. text-align: left;
  219. }
  220. p {
  221. font-size: 14px;
  222. color: #333;
  223. font-weight: 500;
  224. line-height: 24px;
  225. margin-top: 21px;
  226. }
  227. }
  228. }
  229. &:nth-child(1) {
  230. >div> i {
  231. background-image: url("~static/gangweiIcon/z84.png");
  232. }
  233. }
  234. &:nth-child(2) {
  235. >div> i {
  236. background-image: url("~static/gangweiIcon/z85.png");
  237. }
  238. }
  239. &:nth-child(3) {
  240. >div> i {
  241. background-image: url("~static/gangweiIcon/z86.png");
  242. }
  243. }
  244. &:nth-child(4) {
  245. >div> i {
  246. background-image: url("~static/gangweiIcon/z87.png");
  247. }
  248. }
  249. }
  250. }
  251. }
  252. // 私有化部署方案
  253. .client-private-fangan {
  254. margin-top: 180px;
  255. h4 {
  256. font-size: 30px;
  257. font-weight: 800;
  258. color: #333;
  259. text-align: center;
  260. margin-bottom: 78px;
  261. }
  262. .private-fangan-nav {
  263. margin: 0 auto;
  264. text-align: center;
  265. position: relative;
  266. &:after {
  267. content: '';
  268. background-color: #7cc659;
  269. width: 60%;
  270. height: 1px;
  271. display: inline-block;
  272. position: absolute;
  273. bottom: -2px;
  274. left: 50%;
  275. transform: translate(-50%);
  276. }
  277. span {
  278. cursor: pointer;
  279. margin-right: 130px;
  280. color: #9c9c9c;
  281. font-size: 24px;
  282. font-weight: 800;
  283. opacity: 0.9;
  284. margin-bottom: 18px;
  285. display: inline-block;
  286. &:last-child {
  287. margin-right: 0;
  288. }
  289. &.active {
  290. color: #333;
  291. opacity: 1;
  292. }
  293. }
  294. }
  295. .private-fangan-content {
  296. background-image: url("~/static/gangweiIcon/z153.png");
  297. background-repeat: no-repeat;
  298. background-position: center;
  299. background-size: cover;
  300. margin: 50px 50px 160px 50px;
  301. padding: 50px;
  302. >div {
  303. transition: all .5s ease;
  304. background: #fff;
  305. padding: 40px;
  306. border-radius: 6px;
  307. display: flex;
  308. img {
  309. width: 400px;
  310. height: 240px;
  311. }
  312. .left {
  313. margin-left: 50px;
  314. p {
  315. font-size: 18px;
  316. line-height: 30px;
  317. font-weight: 500;
  318. color: #333;
  319. }
  320. ul {
  321. margin-top: 40px;
  322. li {
  323. font-size: 18px;
  324. font-weight: 500;
  325. color: #333;
  326. line-height: 30px;
  327. &:before {
  328. content: '';
  329. display: inline-block;
  330. width: 14px;
  331. height: 14px;
  332. margin-right: 14px;
  333. background-image: url("~static/gangweiIcon/z133.png");
  334. background-repeat: no-repeat;
  335. background-position: center;
  336. }
  337. }
  338. }
  339. }
  340. }
  341. }
  342. }
  343. // 部署方案
  344. .client-private-service {
  345. margin-bottom: 100px;
  346. h4 {
  347. font-size: 30px;
  348. font-weight: 800;
  349. color: #333;
  350. text-align: center;
  351. margin-bottom: 80px;
  352. }
  353. ul {
  354. display: flex;
  355. justify-content: space-between;
  356. li {
  357. width: 200px;
  358. flex-shrink: 0;
  359. display: flex;
  360. flex-direction: column;
  361. justify-content: center;
  362. h4 {
  363. font-size: 24px;
  364. font-weight: 800;
  365. color: #333;
  366. margin-bottom: 24px;
  367. }
  368. p {
  369. font-size: 14px;
  370. font-weight: 500;
  371. line-height: 24px;
  372. text-align: center;
  373. }
  374. i {
  375. width: 195px;
  376. height: 150px;
  377. display: inline-block;
  378. background-position: center;
  379. background-size: contain;
  380. background-position: center;
  381. }
  382. &:nth-child(1) {
  383. i {
  384. background-image: url("~static/productImage/p04.png");
  385. }
  386. }
  387. &:nth-child(2) {
  388. i {
  389. background-image: url("~static/productImage/p03.png");
  390. }
  391. }
  392. &:nth-child(3) {
  393. i {
  394. background-image: url("~static/productImage/p01.png");
  395. }
  396. }
  397. &:nth-child(4) {
  398. i {
  399. background-image: url("~static/productImage/p02.png");
  400. }
  401. }
  402. }
  403. }
  404. }
  405. @media (max-width: 768px) {
  406. .client-private-youshi {
  407. >h4 {
  408. font-size: 18px;
  409. color: #333;
  410. text-align: center;
  411. font-weight: 800;
  412. margin-top: 10%;
  413. }
  414. ul {
  415. display: flex;
  416. flex-wrap: wrap;
  417. margin-top: 10%;
  418. li {
  419. width: 100%;
  420. >div {
  421. box-sizing: border-box;
  422. padding: 8px 14px;
  423. border: 1px solid #00b96b;
  424. border-radius: 10px;
  425. margin: 0 10px 10px 0;
  426. display: flex;
  427. justify-content: flex-start;
  428. height: 120px;
  429. i {
  430. width: 60px;
  431. height: 60px;
  432. display: inline-block;
  433. background-size: contain;
  434. background-repeat: no-repeat;
  435. background-position: center;
  436. }
  437. div {
  438. margin-left: 3%;
  439. width: 600px;
  440. height: 80px;
  441. h4 {
  442. font-size: 14px;
  443. font-weight: 800;
  444. color: #333;
  445. text-align: left;
  446. }
  447. p {
  448. font-size: 12px;
  449. color: #333;
  450. font-weight: 500;
  451. line-height: 1.5;
  452. margin-top: 5%;
  453. }
  454. }
  455. }
  456. }
  457. }
  458. }
  459. .client-private-fangan {
  460. margin-top: 10%;
  461. h4 {
  462. font-size: 18px;
  463. font-weight: 800;
  464. color: #333;
  465. text-align: center;
  466. margin-bottom: 5%;
  467. }
  468. .private-fangan-nav {
  469. margin: 0 auto;
  470. text-align: center;
  471. &:after {
  472. content: '';
  473. background-color: #7cc659;
  474. width: 60%;
  475. height: 1px;
  476. display: inline-block;
  477. }
  478. span {
  479. cursor: pointer;
  480. margin-right: 10%;
  481. color: #9c9c9c;
  482. font-size: 14px;
  483. font-weight: 800;
  484. opacity: 0.9;
  485. margin-bottom: 18px;
  486. display: inline-block;
  487. &:last-child {
  488. margin-right: 0;
  489. }
  490. &.active {
  491. color: #333;
  492. opacity: 1;
  493. }
  494. }
  495. }
  496. .private-fangan-content {
  497. background-image: none;
  498. margin: 0;
  499. padding: 0;
  500. >div {
  501. transition: all .5s ease;
  502. margin-bottom: 6%;
  503. margin-top: 3%;
  504. display: flex;
  505. flex-direction: column;
  506. background-image: none;
  507. box-shadow: 0 0 10px #ccc;
  508. padding: 0 0 20px;
  509. img {
  510. width: 100%;
  511. height: 20%;
  512. margin-bottom: 10px;
  513. background: none;
  514. padding: 0;
  515. border-radius: 6px;
  516. display: flex;
  517. }
  518. .left {
  519. margin-left: 3%;
  520. p {
  521. font-size: 14px;
  522. line-height: 1.5;
  523. font-weight: 500;
  524. color: #333;
  525. }
  526. ul {
  527. margin-top: 1%;
  528. li {
  529. font-size: 14px;
  530. font-weight: 500;
  531. color: #333;
  532. line-height: 1.5;
  533. }
  534. }
  535. }
  536. }
  537. }
  538. }
  539. .client-private-service {
  540. margin-bottom: 30px;
  541. h4 {
  542. font-size: 18px;
  543. margin-bottom: 0px;
  544. margin-top: 20px;
  545. }
  546. ul {
  547. flex-direction: column;
  548. li {
  549. width: 100%;
  550. flex-shrink: 1;
  551. margin-bottom: 10px;
  552. h4 {
  553. font-size: 14px;
  554. }
  555. p {
  556. font-size: 12px;
  557. }
  558. i {
  559. margin: 0 auto;
  560. }
  561. }
  562. }
  563. }
  564. }
  565. </style>