index.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  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. width: 596px;
  229. }
  230. }
  231. }
  232. .brand-introduction-box {
  233. h4 {
  234. font-size: 30px;
  235. text-align: center;
  236. font-weight: 800;
  237. color: #333;
  238. margin-top: 180px;
  239. margin-bottom: 150px;
  240. position: relative;
  241. }
  242. ul {
  243. display: flex;
  244. flex-wrap: wrap;
  245. li {
  246. width: 50%;
  247. padding: 20px;
  248. box-sizing: border-box;
  249. > div {
  250. width: 100%;
  251. height: 242px;
  252. box-sizing: border-box;
  253. background-size: contain;
  254. background-position: center;
  255. i {
  256. width: 100px;
  257. height: 100px;
  258. display: inline-block;
  259. background-position: center;
  260. background-repeat: no-repeat;
  261. background-size: contain;
  262. margin: 50px 0 24px 150px;
  263. }
  264. p {
  265. width: 260px;
  266. margin: 0 0 0 135px;
  267. font-size: 16px;
  268. color: #fff;
  269. font-weight: 800;
  270. }
  271. }
  272. &:nth-child(1) {
  273. > div {
  274. background-image: url("~static/gangweiIcon/z116.png");
  275. i {
  276. background-image: url("~static/gangweiIcon/z121.png");
  277. }
  278. }
  279. }
  280. &:nth-child(2) {
  281. > div {
  282. background-image: url("~static/gangweiIcon/z117.png");
  283. i {
  284. background-image: url("~static/gangweiIcon/z122.png");
  285. }
  286. }
  287. }
  288. &:nth-child(3) {
  289. > div {
  290. background-image: url("~static/gangweiIcon/z118.png");
  291. i {
  292. background-image: url("~static/gangweiIcon/z123.png");
  293. }
  294. }
  295. }
  296. &:nth-child(4) {
  297. > div {
  298. background-image: url("~static/gangweiIcon/z119.png");
  299. i {
  300. background-image: url("~static/gangweiIcon/z124.png");
  301. }
  302. }
  303. }
  304. }
  305. }
  306. }
  307. .corporate-culture-box {
  308. position: relative;
  309. margin-bottom: 200px;
  310. h4 {
  311. font-size: 30px;
  312. text-align: center;
  313. font-weight: 800;
  314. color: #333;
  315. margin-top: 258px;
  316. margin-bottom: 150px;
  317. }
  318. ul {
  319. position: relative;
  320. overflow: hidden;
  321. > div {
  322. display: flex;
  323. box-sizing: border-box;
  324. transition: all 0.5s ease;
  325. &.next {
  326. transform: translate(-100%);
  327. }
  328. &.prev {
  329. transform: translate(0);
  330. }
  331. }
  332. li {
  333. width: 25%;
  334. margin: 0 auto;
  335. text-align: center;
  336. flex-shrink: 0;
  337. box-sizing: border-box;
  338. > div {
  339. border: 2px solid #00B96B;
  340. border-radius: 6px;
  341. padding: 28px 43px;
  342. margin: 0 12px;
  343. box-sizing: border-box;
  344. }
  345. img {
  346. max-width: 100%;
  347. }
  348. }
  349. }
  350. .img-btn {
  351. display: inline-block;
  352. width: 32px;
  353. height: 32px;
  354. cursor: pointer;
  355. background-size: contain;
  356. background-position: center;
  357. background-repeat: no-repeat;
  358. }
  359. .img-btn-prev {
  360. position: absolute;
  361. left: -115px;
  362. top: 62%;
  363. background-image: url('~static/gangweiIcon/z129.png');
  364. background-size: contain;
  365. background-position: center;
  366. }
  367. .img-btn-next {
  368. position: absolute;
  369. right: -115px;
  370. top: 62%;
  371. background-image: url('~static/gangweiIcon/z130.png');
  372. background-size: contain;
  373. background-position: center;
  374. }
  375. }
  376. .corporate-culture-box-h5 {
  377. h4 {
  378. font-size: 18px;
  379. text-align: center;
  380. font-weight: 800;
  381. color: #333;
  382. margin-top: 10%;
  383. margin-bottom: 10%;
  384. }
  385. ul {
  386. display: flex;
  387. flex-wrap: wrap;
  388. li {
  389. width: 50%;
  390. padding: 20px;
  391. box-sizing: border-box;
  392. img {
  393. width: 100%;
  394. height: 100%;
  395. box-sizing: border-box;
  396. }
  397. }
  398. }
  399. }
  400. .contact-us-box {
  401. width: 100%;
  402. height: 498px;
  403. background-image: url("~static/gangweiIcon/z132.png");
  404. background-size: contain;
  405. background-repeat: no-repeat;
  406. background-position: center;
  407. margin-bottom: 260px;
  408. position: relative;
  409. .my-map {
  410. position: absolute;
  411. top: 246px;
  412. left: 50%;
  413. width: 1260px;
  414. height: 346px;
  415. transform: translate(-50%);
  416. display: flex;
  417. img {
  418. flex: 1;
  419. height: 100%;
  420. }
  421. .img-right {
  422. background: linear-gradient(0deg, #67cf8a 0%, #8ec754 100%);
  423. flex-shrink: 0;
  424. width: 400px;
  425. height: 100%;
  426. padding: 83px 43px 70px;
  427. box-sizing: border-box;
  428. h3 {
  429. font-size: 24px;
  430. font-weight: 800;
  431. color: #fff;
  432. margin-bottom: 24px;
  433. }
  434. p {
  435. font-size: 14px;
  436. font-weight: 400;
  437. color: #fff;
  438. margin-bottom: 20px;
  439. }
  440. i {
  441. width: 68px;
  442. height: 3px;
  443. display: block;
  444. background: #f7f8fc;
  445. }
  446. }
  447. }
  448. }
  449. .contact-us-box-h5 {
  450. margin-top: 20px;
  451. margin-bottom: 30px;
  452. .img-right-h5 {
  453. h3 {
  454. font-size: 18px;
  455. font-weight: 800;
  456. margin-bottom: 20px;
  457. text-align: center;
  458. }
  459. p {
  460. font-size: 14px;
  461. font-weight: 500;
  462. margin-bottom: 10px;
  463. }
  464. }
  465. img {
  466. width: 100%;
  467. height: auto;
  468. }
  469. }
  470. .client-platform-banner {
  471. height: 510px;
  472. background-color: #fff;
  473. background-position-x: center;
  474. background-repeat: no-repeat;
  475. }
  476. @media (max-width: 768px) {
  477. .company-profile-box {
  478. margin-top: 20px;
  479. height: 300px;
  480. .text-content {
  481. margin: 0;
  482. left: 20px;
  483. top: 0;
  484. right: 20px;
  485. h4 {
  486. margin-top: 20px;
  487. text-align: center;
  488. font-size: 24px;
  489. &:before {
  490. left: 50%;
  491. transform: translate(-50%);
  492. }
  493. }
  494. p {
  495. font-size: 14px;
  496. width: 100%;
  497. text-align: justify;
  498. }
  499. }
  500. .client-container {
  501. width: 1260px;
  502. }
  503. }
  504. .brand-introduction-box {
  505. h4 {
  506. font-size: 18px;
  507. text-align: center;
  508. font-weight: 800;
  509. color: #333;
  510. margin-top: 10%;
  511. margin-bottom: 10%;
  512. }
  513. p {
  514. font-size: 14px;
  515. }
  516. ul {
  517. li {
  518. width: 100%;
  519. > div {
  520. width: 100%;
  521. height: 120px;
  522. box-sizing: border-box;
  523. background-size: contain;
  524. background-position: center;
  525. background-repeat: no-repeat;
  526. p {
  527. width: 100%;
  528. line-height: 120px;
  529. margin: 0;
  530. font-size: 14px;
  531. color: #fff;
  532. font-weight: 500;
  533. text-align: center;
  534. }
  535. }
  536. }
  537. }
  538. }
  539. .client-platform-banner {
  540. height: 150px;
  541. background-size: cover;
  542. }
  543. }
  544. </style>