index.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. <template>
  2. <div class="client-aboutUs-page">
  3. <!-- 关于我们banner栏 -->
  4. <div
  5. :style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.jpg`)})`}"
  6. class="client-platform-banner"></div>
  7. <!-- 公司简介 -->
  8. <div class="company-profile-box">
  9. <div class=" client-container">
  10. <div class="my-img mta-hidden-xs">
  11. <i></i>
  12. </div>
  13. <div class="text-content">
  14. <h4>公司介绍</h4>
  15. <p>大连青谷软件有限公司成立于2013年10月。公司凭借成熟的项目研发和管理经验,致力于为客户提供全方位的在线教育解决方案,实现移动化、平台化、智能化学系管理模式,让学系变得更轻松。</p>
  16. <p>目前,青谷软件70%的员工拥有技术背景,这样可以保障我们在项目实施的各个环节(特别是售后服务),能第一时间为客户提供技术支持,让客户无后顾之忧。</p>
  17. </div>
  18. </div>
  19. </div>
  20. <!-- 我们提供什么 -->
  21. <div class="brand-introduction-box client-container">
  22. <h4>我们提供什么</h4>
  23. <ul>
  24. <li>
  25. <div @click="btnClick('https://www.qtavip.com/product/exam')">
  26. <i class="mta-hidden-xs"></i>
  27. <p>在线考试系统租赁/采购</p>
  28. </div>
  29. </li>
  30. <li>
  31. <div @click="btnClick('https://www.qtavip.com/product/peixun')">
  32. <i class="mta-hidden-xs"></i>
  33. <p>在线培训系统租赁/采购</p>
  34. </div>
  35. </li>
  36. <li>
  37. <div @click="btnClick('https://www.qtavip.com/product/courseCustom')">
  38. <i class="mta-hidden-xs"></i>
  39. <p>课件定制开发服务</p>
  40. </div>
  41. </li>
  42. <li>
  43. <div @click="btnClick('https://www.qtavip.com/product/courseResource')">
  44. <i class="mta-hidden-xs"></i>
  45. <p>行业通用类课程资源</p>
  46. </div>
  47. </li>
  48. </ul>
  49. </div>
  50. <!-- 我么你始终专注教育系统研发,更懂用户需求 -->
  51. <div class="corporate-culture-box client-container mta-hidden-xs">
  52. <h4>我们始终专注教育系统研发</h4>
  53. <ul>
  54. <div :class="{next: nextList, prev: prevList}">
  55. <li v-for="(img,index) in imgList" :key="index">
  56. <div><img :src="img.url" alt="证书"></div>
  57. </li>
  58. </div>
  59. </ul>
  60. <i class="img-btn-prev img-btn" @click="onPrev"></i>
  61. <i class="img-btn-next img-btn" @click="onNext"></i>
  62. </div>
  63. <div class="corporate-culture-box-h5 client-container mta-hidden-sm">
  64. <h4>我们始终专注教育系统研发</h4>
  65. <ul>
  66. <li v-for="(img,index) in imgList" :key="index">
  67. <img :src="img.url" alt="证书">
  68. </li>
  69. </ul>
  70. </div>
  71. <!-- 地图 -->
  72. <div class="contact-us-box mta-hidden-xs">
  73. <div class="my-map">
  74. <img :src="img2" alt="地图">
  75. <div class="img-right">
  76. <h3>联系我们</h3>
  77. <p>咨询QQ:227551695</p>
  78. <p>联系电话:400-0990-883</p>
  79. <p>公司邮箱:service@llisoft.com</p>
  80. <p>公司地址:大连市沙河口区数码路北段25号201室</p>
  81. <i></i>
  82. </div>
  83. </div>
  84. </div>
  85. <div class="contact-us-box-h5 client-container mta-hidden-sm">
  86. <div class="img-right-h5">
  87. <h3>联系我们</h3>
  88. <p>咨询QQ:227551695</p>
  89. <p>联系电话:400-0990-883</p>
  90. <p>公司邮箱:service@llisoft.com</p>
  91. <p>公司地址:大连市沙河口区数码路北段25号201室</p>
  92. </div>
  93. <img :src="img2" alt="地图">
  94. </div>
  95. </div>
  96. </template>
  97. <script>
  98. import {BannerImgs} from "@/defaultConfig";
  99. export default {
  100. name: 'introduction',
  101. layout: 'templateB',
  102. async asyncData({$axios, store}) {
  103. const arr = [
  104. $axios.$post(`/home/banner/list`, {'code': BannerImgs.guanyuwomen}),
  105. ];
  106. const [res2] = await Promise.all(arr);
  107. return {
  108. bannerList: res2.data.data || [],
  109. }
  110. },
  111. data() {
  112. return {
  113. imgList: [
  114. {
  115. url: require("~/static/gangweiIcon/z125.png")
  116. },
  117. {
  118. url: require("~/static/gangweiIcon/z126.png")
  119. },
  120. {
  121. url: require("~/static/gangweiIcon/z127.png")
  122. },
  123. {
  124. url: require("~/static/gangweiIcon/z128.png")
  125. },
  126. {
  127. url: require("~/static/gangweiIcon/z125.png")
  128. },
  129. {
  130. url: require("~/static/gangweiIcon/z125.png")
  131. },
  132. {
  133. url: require("~/static/gangweiIcon/z125.png")
  134. },
  135. {
  136. url: require("~/static/gangweiIcon/z125.png")
  137. },
  138. ],
  139. prevList: true,
  140. nextList: false,
  141. img2: require('~/static/codeImage/ditu.png')
  142. };
  143. },
  144. head() {
  145. return {
  146. title: '青谷软件公司简介',
  147. meta: [
  148. {
  149. name: 'keywords',
  150. content: '青谷软件公司简介'
  151. },
  152. {
  153. name: 'description',
  154. content: '大连青谷软件工程有限公司是专业的教育软件供应商。公司主营业务包括:中小学、高中、各大高校的教育软件产品、企业在线培训解决方案、在线考试软件产品,及相关平台服务等。目前,公司拥有办公基础软件研发、教育动漫产品研发、在线培训运营、数据测试、线上售后服务等事业部'
  155. }
  156. ],
  157. }
  158. },
  159. methods: {
  160. onPrev() {
  161. this.prevList = true;
  162. this.nextList = false;
  163. },
  164. onNext() {
  165. this.prevList = false;
  166. this.nextList = true;
  167. },
  168. btnClick(data) {
  169. window.location.href=data
  170. }
  171. }
  172. };
  173. </script>
  174. <style lang="scss">
  175. .company-profile-box {
  176. margin-top: 250px;
  177. display: flex;
  178. justify-content: flex-start;
  179. background: #fafafa;
  180. height: 450px;
  181. position: relative;
  182. .client-container {
  183. position: relative
  184. }
  185. .my-img {
  186. width: 416px;
  187. height: 560px;
  188. background-size: cover;
  189. background-repeat: no-repeat;
  190. background-position: center;
  191. background-image: url("~static/gangweiIcon/z120.png");
  192. flex-shrink: 0;
  193. position: absolute;
  194. top: -55px;
  195. i {
  196. display: inline-block;
  197. width: 188px;
  198. height: 86px;
  199. background-image: url("~static/gangweiIcon/z131.png");
  200. margin: 238px 0 0 114px;
  201. }
  202. }
  203. .text-content {
  204. margin: 55px 0;
  205. position: absolute;
  206. top: -55px;
  207. left: 560px;
  208. h4 {
  209. font-size: 30px;
  210. text-align: left;
  211. font-weight: 800;
  212. color: #333;
  213. margin-top: 90px;
  214. position: relative;
  215. &:before {
  216. content: '';
  217. display: inline-block;
  218. position: absolute;
  219. bottom: -10px;
  220. left: 0;
  221. width: 100px;
  222. height: 3px;
  223. background: #00b96b;
  224. }
  225. }
  226. p {
  227. margin: 40px 0 0 0;
  228. color: #565656;
  229. font-size: 14px;
  230. font-weight: 500;
  231. line-height: 24px;
  232. width: 596px;
  233. }
  234. }
  235. }
  236. .brand-introduction-box {
  237. h4 {
  238. font-size: 30px;
  239. text-align: center;
  240. font-weight: 800;
  241. color: #333;
  242. margin-top: 180px;
  243. margin-bottom: 150px;
  244. position: relative;
  245. }
  246. ul {
  247. display: flex;
  248. flex-wrap: wrap;
  249. li {
  250. width: 50%;
  251. padding: 20px;
  252. box-sizing: border-box;
  253. cursor: pointer;
  254. > div {
  255. width: 100%;
  256. height: 242px;
  257. box-sizing: border-box;
  258. background-size: contain;
  259. background-position: center;
  260. padding-left: 100px;
  261. box-sizing: border-box;
  262. i {
  263. width: 148px;
  264. height: 112px;
  265. display: inline-block;
  266. background-position: center;
  267. background-repeat: no-repeat;
  268. background-size: contain;
  269. margin: 48px 11px 24px;
  270. }
  271. p {
  272. width: 170px;
  273. margin: 0;
  274. font-size: 16px;
  275. color: #fff;
  276. font-weight: 800;
  277. text-align: center;
  278. }
  279. }
  280. &:nth-child(1) {
  281. > div {
  282. background-image: url("~static/gangweiIcon/z116.png");
  283. i {
  284. background-image: url("~static/gangweiIcon/z121.png");
  285. }
  286. }
  287. }
  288. &:nth-child(2) {
  289. > div {
  290. background-image: url("~static/gangweiIcon/z117.png");
  291. i {
  292. background-image: url("~static/gangweiIcon/z122.png");
  293. }
  294. }
  295. }
  296. &:nth-child(3) {
  297. > div {
  298. background-image: url("~static/gangweiIcon/z118.png");
  299. i {
  300. background-image: url("~static/gangweiIcon/z123.png");
  301. }
  302. }
  303. }
  304. &:nth-child(4) {
  305. > div {
  306. background-image: url("~static/gangweiIcon/z119.png");
  307. i {
  308. background-image: url("~static/gangweiIcon/z124.png");
  309. }
  310. }
  311. }
  312. }
  313. }
  314. }
  315. .corporate-culture-box {
  316. position: relative;
  317. margin-bottom: 200px;
  318. h4 {
  319. font-size: 30px;
  320. text-align: center;
  321. font-weight: 800;
  322. color: #333;
  323. margin-top: 258px;
  324. margin-bottom: 150px;
  325. }
  326. ul {
  327. position: relative;
  328. overflow: hidden;
  329. > div {
  330. display: flex;
  331. box-sizing: border-box;
  332. transition: all 0.5s ease;
  333. &.next {
  334. transform: translate(-100%);
  335. }
  336. &.prev {
  337. transform: translate(0);
  338. }
  339. }
  340. li {
  341. width: 25%;
  342. margin: 0 auto;
  343. text-align: center;
  344. flex-shrink: 0;
  345. box-sizing: border-box;
  346. > div {
  347. border: 1px solid #00B96B;
  348. border-radius: 6px;
  349. padding: 28px 43px;
  350. margin: 0 12px;
  351. box-sizing: border-box;
  352. min-height: 344px;
  353. }
  354. img {
  355. max-width: 100%;
  356. }
  357. }
  358. }
  359. .img-btn {
  360. display: inline-block;
  361. width: 32px;
  362. height: 32px;
  363. cursor: pointer;
  364. background-size: contain;
  365. background-position: center;
  366. background-repeat: no-repeat;
  367. }
  368. .img-btn-prev {
  369. position: absolute;
  370. left: -115px;
  371. top: 62%;
  372. background-image: url('~static/gangweiIcon/z129.png');
  373. background-size: contain;
  374. background-position: center;
  375. }
  376. .img-btn-next {
  377. position: absolute;
  378. right: -115px;
  379. top: 62%;
  380. background-image: url('~static/gangweiIcon/z130.png');
  381. background-size: contain;
  382. background-position: center;
  383. }
  384. }
  385. .corporate-culture-box-h5 {
  386. h4 {
  387. font-size: 18px;
  388. text-align: center;
  389. font-weight: 800;
  390. color: #333;
  391. margin-top: 10%;
  392. margin-bottom: 10%;
  393. }
  394. ul {
  395. display: flex;
  396. flex-wrap: wrap;
  397. li {
  398. width: 50%;
  399. padding: 20px;
  400. box-sizing: border-box;
  401. img {
  402. width: 100%;
  403. height: 100%;
  404. box-sizing: border-box;
  405. }
  406. }
  407. }
  408. }
  409. .contact-us-box {
  410. width: 100%;
  411. height: 498px;
  412. background-image: url("~static/gangweiIcon/z132.png");
  413. background-size: contain;
  414. background-repeat: no-repeat;
  415. background-position: center;
  416. margin-bottom: 260px;
  417. position: relative;
  418. .my-map {
  419. position: absolute;
  420. top: 246px;
  421. left: 50%;
  422. width: 1260px;
  423. height: 346px;
  424. transform: translate(-50%);
  425. display: flex;
  426. img {
  427. flex: 1;
  428. height: 100%;
  429. }
  430. .img-right {
  431. background: linear-gradient(0deg, #67cf8a 0%, #8ec754 100%);
  432. flex-shrink: 0;
  433. width: 400px;
  434. height: 100%;
  435. padding: 83px 43px 70px;
  436. box-sizing: border-box;
  437. h3 {
  438. font-size: 24px;
  439. font-weight: 800;
  440. color: #fff;
  441. margin-bottom: 24px;
  442. }
  443. p {
  444. font-size: 14px;
  445. font-weight: 400;
  446. color: #fff;
  447. margin-bottom: 20px;
  448. }
  449. i {
  450. width: 68px;
  451. height: 3px;
  452. display: block;
  453. background: #f7f8fc;
  454. }
  455. }
  456. }
  457. }
  458. .contact-us-box-h5 {
  459. margin-top: 20px;
  460. margin-bottom: 30px;
  461. .img-right-h5 {
  462. h3 {
  463. font-size: 18px;
  464. font-weight: 800;
  465. margin-bottom: 20px;
  466. text-align: center;
  467. }
  468. p {
  469. font-size: 14px;
  470. font-weight: 500;
  471. margin-bottom: 10px;
  472. }
  473. }
  474. img {
  475. width: 100%;
  476. height: auto;
  477. }
  478. }
  479. .client-platform-banner {
  480. height: 510px;
  481. background-color: #fff;
  482. background-position-x: center;
  483. background-repeat: no-repeat;
  484. }
  485. @media (max-width: 768px) {
  486. .company-profile-box {
  487. margin-top: 20px;
  488. height: 300px;
  489. .text-content {
  490. margin: 0;
  491. left: 20px;
  492. top: 0;
  493. right: 20px;
  494. h4 {
  495. margin-top: 20px;
  496. text-align: center;
  497. font-size: 24px;
  498. &:before {
  499. left: 50%;
  500. transform: translate(-50%);
  501. }
  502. }
  503. p {
  504. font-size: 14px;
  505. width: 100%;
  506. text-align: justify;
  507. }
  508. }
  509. .client-container {
  510. width: 1260px;
  511. }
  512. }
  513. .brand-introduction-box {
  514. h4 {
  515. font-size: 18px;
  516. text-align: center;
  517. font-weight: 800;
  518. color: #333;
  519. margin-top: 10%;
  520. margin-bottom: 10%;
  521. }
  522. p {
  523. font-size: 14px;
  524. }
  525. ul {
  526. li {
  527. width: 100%;
  528. > div {
  529. width: 100%;
  530. height: 120px;
  531. box-sizing: border-box;
  532. background-size: contain;
  533. background-position: center;
  534. background-repeat: no-repeat;
  535. p {
  536. width: 100%;
  537. line-height: 120px;
  538. margin: 0;
  539. font-size: 14px;
  540. color: #fff;
  541. font-weight: 500;
  542. text-align: center;
  543. }
  544. }
  545. }
  546. }
  547. }
  548. .client-platform-banner {
  549. height: 150px;
  550. background-size: cover;
  551. }
  552. }
  553. </style>