index.vue 13 KB

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