index.vue 12 KB

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