index.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  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>
  26. <i class="mta-hidden-xs"></i>
  27. <p>在线考试系统租赁/采购</p>
  28. </div>
  29. </li>
  30. <li>
  31. <div>
  32. <i class="mta-hidden-xs"></i>
  33. <p>在线考试系统租赁/采购</p>
  34. </div>
  35. </li>
  36. <li>
  37. <div>
  38. <i class="mta-hidden-xs"></i>
  39. <p>课件定制开发服务</p>
  40. </div>
  41. </li>
  42. <li>
  43. <div>
  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:956600477/3375245762</p>
  78. <p>联系电话:400-052-2130</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:956600477/3375245762</p>
  89. <p>联系电话:400-052-2130</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/z125.png")
  119. },
  120. {
  121. url: require("~/static/gangweiIcon/z125.png")
  122. },
  123. {
  124. url: require("~/static/gangweiIcon/z125.png")
  125. },
  126. {
  127. url: require("~/static/gangweiIcon/z125.png")
  128. },
  129. {
  130. url: require("~/static/gangweiIcon/z126.png")
  131. },
  132. {
  133. url: require("~/static/gangweiIcon/z127.png")
  134. },
  135. {
  136. url: require("~/static/gangweiIcon/z128.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: '大连栋科软件工程有限公司是专业的教育软件与数字化资源服务供应商,创立于2007年,总部位于大连软件园。公司凭借成熟的项目研发和管理经验,致力于为客户提供全方位的在线教育解决方案,实现移动化、平台化、知识化、智能化学习管理模式,让学习变得更轻松。'
  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. }
  169. };
  170. </script>
  171. <style lang="scss">
  172. .company-profile-box {
  173. margin-top: 250px;
  174. display: flex;
  175. justify-content: flex-start;
  176. background: #fafafa;
  177. height: 450px;
  178. position: relative;
  179. .client-container {
  180. position: relative
  181. }
  182. .my-img {
  183. width: 416px;
  184. height: 560px;
  185. background-size: cover;
  186. background-repeat: no-repeat;
  187. background-position: center;
  188. background-image: url("~static/gangweiIcon/z120.png");
  189. flex-shrink: 0;
  190. position: absolute;
  191. top: -55px;
  192. i {
  193. display: inline-block;
  194. width: 188px;
  195. height: 86px;
  196. background-image: url("~static/gangweiIcon/z131.png");
  197. margin: 238px 0 0 114px;
  198. }
  199. }
  200. .text-content {
  201. margin: 55px 0;
  202. position: absolute;
  203. top: -55px;
  204. left: 560px;
  205. h4 {
  206. font-size: 30px;
  207. text-align: left;
  208. font-weight: 800;
  209. color: #333;
  210. margin-top: 90px;
  211. position: relative;
  212. &:before {
  213. content: '';
  214. display: inline-block;
  215. position: absolute;
  216. bottom: -10px;
  217. left: 0;
  218. width: 100px;
  219. height: 3px;
  220. background: #00b96b;
  221. }
  222. }
  223. p {
  224. margin: 40px 0 0 0;
  225. color: #565656;
  226. font-size: 14px;
  227. font-weight: 500;
  228. line-height: 24px;
  229. width: 596px;
  230. }
  231. }
  232. }
  233. .brand-introduction-box {
  234. h4 {
  235. font-size: 30px;
  236. text-align: center;
  237. font-weight: 800;
  238. color: #333;
  239. margin-top: 180px;
  240. margin-bottom: 150px;
  241. position: relative;
  242. }
  243. ul {
  244. display: flex;
  245. flex-wrap: wrap;
  246. li {
  247. width: 50%;
  248. padding: 20px;
  249. box-sizing: border-box;
  250. > div {
  251. width: 100%;
  252. height: 242px;
  253. box-sizing: border-box;
  254. background-size: contain;
  255. background-position: center;
  256. padding-left: 100px;
  257. box-sizing: border-box;
  258. i {
  259. width: 148px;
  260. height: 112px;
  261. display: inline-block;
  262. background-position: center;
  263. background-repeat: no-repeat;
  264. background-size: contain;
  265. margin: 48px 11px 24px;
  266. }
  267. p {
  268. width: 170px;
  269. margin: 0;
  270. font-size: 16px;
  271. color: #fff;
  272. font-weight: 800;
  273. text-align: center;
  274. }
  275. }
  276. &:nth-child(1) {
  277. > div {
  278. background-image: url("~static/gangweiIcon/z116.png");
  279. i {
  280. background-image: url("~static/gangweiIcon/z121.png");
  281. }
  282. }
  283. }
  284. &:nth-child(2) {
  285. > div {
  286. background-image: url("~static/gangweiIcon/z117.png");
  287. i {
  288. background-image: url("~static/gangweiIcon/z122.png");
  289. }
  290. }
  291. }
  292. &:nth-child(3) {
  293. > div {
  294. background-image: url("~static/gangweiIcon/z118.png");
  295. i {
  296. background-image: url("~static/gangweiIcon/z123.png");
  297. }
  298. }
  299. }
  300. &:nth-child(4) {
  301. > div {
  302. background-image: url("~static/gangweiIcon/z119.png");
  303. i {
  304. background-image: url("~static/gangweiIcon/z124.png");
  305. }
  306. }
  307. }
  308. }
  309. }
  310. }
  311. .corporate-culture-box {
  312. position: relative;
  313. margin-bottom: 200px;
  314. h4 {
  315. font-size: 30px;
  316. text-align: center;
  317. font-weight: 800;
  318. color: #333;
  319. margin-top: 258px;
  320. margin-bottom: 150px;
  321. }
  322. ul {
  323. position: relative;
  324. overflow: hidden;
  325. > div {
  326. display: flex;
  327. box-sizing: border-box;
  328. transition: all 0.5s ease;
  329. &.next {
  330. transform: translate(-100%);
  331. }
  332. &.prev {
  333. transform: translate(0);
  334. }
  335. }
  336. li {
  337. width: 25%;
  338. margin: 0 auto;
  339. text-align: center;
  340. flex-shrink: 0;
  341. box-sizing: border-box;
  342. > div {
  343. border: 1px solid #00B96B;
  344. border-radius: 6px;
  345. padding: 28px 43px;
  346. margin: 0 12px;
  347. box-sizing: border-box;
  348. }
  349. img {
  350. max-width: 100%;
  351. }
  352. }
  353. }
  354. .img-btn {
  355. display: inline-block;
  356. width: 32px;
  357. height: 32px;
  358. cursor: pointer;
  359. background-size: contain;
  360. background-position: center;
  361. background-repeat: no-repeat;
  362. }
  363. .img-btn-prev {
  364. position: absolute;
  365. left: -115px;
  366. top: 62%;
  367. background-image: url('~static/gangweiIcon/z129.png');
  368. background-size: contain;
  369. background-position: center;
  370. }
  371. .img-btn-next {
  372. position: absolute;
  373. right: -115px;
  374. top: 62%;
  375. background-image: url('~static/gangweiIcon/z130.png');
  376. background-size: contain;
  377. background-position: center;
  378. }
  379. }
  380. .corporate-culture-box-h5 {
  381. h4 {
  382. font-size: 18px;
  383. text-align: center;
  384. font-weight: 800;
  385. color: #333;
  386. margin-top: 10%;
  387. margin-bottom: 10%;
  388. }
  389. ul {
  390. display: flex;
  391. flex-wrap: wrap;
  392. li {
  393. width: 50%;
  394. padding: 20px;
  395. box-sizing: border-box;
  396. img {
  397. width: 100%;
  398. height: 100%;
  399. box-sizing: border-box;
  400. }
  401. }
  402. }
  403. }
  404. .contact-us-box {
  405. width: 100%;
  406. height: 498px;
  407. background-image: url("~static/gangweiIcon/z132.png");
  408. background-size: contain;
  409. background-repeat: no-repeat;
  410. background-position: center;
  411. margin-bottom: 260px;
  412. position: relative;
  413. .my-map {
  414. position: absolute;
  415. top: 246px;
  416. left: 50%;
  417. width: 1260px;
  418. height: 346px;
  419. transform: translate(-50%);
  420. display: flex;
  421. img {
  422. flex: 1;
  423. height: 100%;
  424. }
  425. .img-right {
  426. background: linear-gradient(0deg, #67cf8a 0%, #8ec754 100%);
  427. flex-shrink: 0;
  428. width: 400px;
  429. height: 100%;
  430. padding: 83px 43px 70px;
  431. box-sizing: border-box;
  432. h3 {
  433. font-size: 24px;
  434. font-weight: 800;
  435. color: #fff;
  436. margin-bottom: 24px;
  437. }
  438. p {
  439. font-size: 14px;
  440. font-weight: 400;
  441. color: #fff;
  442. margin-bottom: 20px;
  443. }
  444. i {
  445. width: 68px;
  446. height: 3px;
  447. display: block;
  448. background: #f7f8fc;
  449. }
  450. }
  451. }
  452. }
  453. .contact-us-box-h5 {
  454. margin-top: 20px;
  455. margin-bottom: 30px;
  456. .img-right-h5 {
  457. h3 {
  458. font-size: 18px;
  459. font-weight: 800;
  460. margin-bottom: 20px;
  461. text-align: center;
  462. }
  463. p {
  464. font-size: 14px;
  465. font-weight: 500;
  466. margin-bottom: 10px;
  467. }
  468. }
  469. img {
  470. width: 100%;
  471. height: auto;
  472. }
  473. }
  474. .client-platform-banner {
  475. height: 510px;
  476. background-color: #fff;
  477. background-position-x: center;
  478. background-repeat: no-repeat;
  479. }
  480. @media (max-width: 768px) {
  481. .company-profile-box {
  482. margin-top: 20px;
  483. height: 300px;
  484. .text-content {
  485. margin: 0;
  486. left: 20px;
  487. top: 0;
  488. right: 20px;
  489. h4 {
  490. margin-top: 20px;
  491. text-align: center;
  492. font-size: 24px;
  493. &:before {
  494. left: 50%;
  495. transform: translate(-50%);
  496. }
  497. }
  498. p {
  499. font-size: 14px;
  500. width: 100%;
  501. text-align: justify;
  502. }
  503. }
  504. .client-container {
  505. width: 1260px;
  506. }
  507. }
  508. .brand-introduction-box {
  509. h4 {
  510. font-size: 18px;
  511. text-align: center;
  512. font-weight: 800;
  513. color: #333;
  514. margin-top: 10%;
  515. margin-bottom: 10%;
  516. }
  517. p {
  518. font-size: 14px;
  519. }
  520. ul {
  521. li {
  522. width: 100%;
  523. > div {
  524. width: 100%;
  525. height: 120px;
  526. box-sizing: border-box;
  527. background-size: contain;
  528. background-position: center;
  529. background-repeat: no-repeat;
  530. p {
  531. width: 100%;
  532. line-height: 120px;
  533. margin: 0;
  534. font-size: 14px;
  535. color: #fff;
  536. font-weight: 500;
  537. text-align: center;
  538. }
  539. }
  540. }
  541. }
  542. }
  543. .client-platform-banner {
  544. height: 150px;
  545. background-size: cover;
  546. }
  547. }
  548. </style>