contact.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. <template>
  2. <div class="container">
  3. <abount-header :title="title" :bgImage="bgImage"></abount-header>
  4. <!-- 优质输出平台 -->
  5. <div class="quality">
  6. <div class="quality-content">
  7. <div class="q-top title-content">
  8. <div class="q-title title-zh wow animate__animated animate__fadeInDown">
  9. <div class="title-en">QUALITY SDUCATION</div>
  10. 全球优质教育内容输出平台
  11. </div>
  12. <div class="q-content">
  13. <div class="q-content-wrap w1200">
  14. <div class="q-content-desc wow animate__animated animate__fadeInRight">
  15. <p>全球多个国家</p>
  16. <p>众多教学机构</p>
  17. <p>都在使用的新一代教育方案</p>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. </div>
  24. <!-- 针对儿童思维开发 -->
  25. <div class="thinking">
  26. <div class="t-content w1200">
  27. <div class="t-top title-content">
  28. <div class="t-title title-zh wow animate__animated animate__fadeInDown">
  29. <div class="title-en">THINKING</div>
  30. 针对儿童思维开发
  31. </div>
  32. <p class="title-sub animate__animated wow animate__fadeInLeft">以孩子为核心</p>
  33. </div>
  34. <div class="thinking-content-box">
  35. <div class="content-left wow animate__animated animate__fadeInLeft">
  36. <img src="~/assets/images/about/thinking_img.png" alt="" srcset="">
  37. </div>
  38. <div class="content-right wow animate__animated animate__fadeInRight">
  39. <div class="content-right-top">
  40. <div class="img-item">
  41. <img src="~/assets/images/about/thinking_arrow_01.png" alt="" srcset="">
  42. </div>
  43. <div class="img-item right-top-02">
  44. <img src="~/assets/images/about/thinking_icon_01.png" alt="" srcset="">
  45. </div>
  46. <div class="img-item">
  47. <img src="~/assets/images/about/thinking_arrow_02.png" alt="" srcset="">
  48. </div>
  49. </div>
  50. <div class="content-right-bottom">
  51. <div class="img-item">
  52. <img src="~/assets/images/about/thinking_icon_02.png" alt="" srcset="">
  53. </div>
  54. <div class="img-item">
  55. <img src="~/assets/images/about/thinking_arrow_03.png" alt="" srcset="">
  56. </div>
  57. <div class="img-item">
  58. <img src="~/assets/images/about/thinking_icon_03.png" alt="" srcset="">
  59. </div>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. <!-- 逻辑狗激发学习兴趣 -->
  66. <div class="interest">
  67. <div class="i-content w1200">
  68. <div class="t-top title-content">
  69. <div class="t-title title-zh wow animate__animated animate__fadeInDown">
  70. <div class="title-en">LEARNING INTEREST</div>
  71. 逻辑狗激发学习兴趣
  72. </div>
  73. <p class="title-sub animate__animated wow animate__fadeInLeft">逻辑狗提供的智力游戏,于孩子的生活实际,让孩子在熟悉的知识环境中,锻炼自己的思维,丰富自己的知识,这对孩子的健康成长也是很有帮助的。</p>
  74. </div>
  75. <div class="interest-content-box">
  76. <div class="interest-item wow animate__animated animate__bounce">
  77. <img src="~/assets/images/about/interest_01.png" alt="" srcset="">
  78. <div class="line"></div>
  79. </div>
  80. <div class="interest-item wow animate__animated animate__bounce">
  81. <img src="~/assets/images/about/interest_02.png" alt="" srcset="">
  82. <div class="line"></div>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. <!-- 逻辑狗教育大奖 -->
  88. <div class="award">
  89. <div class="a-content">
  90. <div class="a-top title-content">
  91. <div class="t-title title-zh wow animate__animated animate__fadeInDown">
  92. <div class="title-en">EDUCATION</div>
  93. 逻辑狗教育大奖
  94. </div>
  95. </div>
  96. <div class="award-content-box">
  97. <div class="img animate__animated wow animate__fadeInDown">
  98. <img src="~/assets/images/about/award_img.png" alt="">
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <!-- 校园风采 -->
  104. <div class="campus">
  105. <div class="c-content w1200">
  106. <div class="c-top title-content">
  107. <div class="t-title title-zh wow animate__animated animate__fadeInDown">
  108. <div class="title-en">ACAMPUS</div>
  109. 校园风采
  110. </div>
  111. </div>
  112. <div class="campus-content-box">
  113. <div class="campus-item wow animate__animated animate__swing" v-for="(item, index) in campusList" :key="index">
  114. <div class="img">
  115. <img :src="item.imgUrl" alt="" srcset="">
  116. </div>
  117. <div class="desc">
  118. {{ item.title }}
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </template>
  126. <script>
  127. if (process.browser) {
  128. var { WOW } = require('wowjs')
  129. }
  130. import AbountHeader from '~/components/about/banner';
  131. export default {
  132. data() {
  133. return {
  134. title: '联系我们',
  135. bgImage: require('~/assets/images/about/about_contact.png'),
  136. campusList: [
  137. {
  138. imgUrl: require('~/assets/images/about/interest_02.png'),
  139. title: '武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱上'
  140. },
  141. {
  142. imgUrl: require('~/assets/images/about/interest_02.png'),
  143. title: '武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱上'
  144. },
  145. {
  146. imgUrl: require('~/assets/images/about/interest_02.png'),
  147. title: '武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱上'
  148. },
  149. {
  150. imgUrl: require('~/assets/images/about/interest_02.png'),
  151. title: '武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱上'
  152. },
  153. {
  154. imgUrl: require('~/assets/images/about/interest_02.png'),
  155. title: '武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱上'
  156. }
  157. ]
  158. }
  159. },
  160. components: {
  161. AbountHeader,
  162. },
  163. mounted() {
  164. if (process.browser) {
  165. new WOW({
  166. offset: 0,
  167. live: true
  168. }).init()
  169. }
  170. },
  171. methods: {
  172. }
  173. }
  174. </script>
  175. <style lang="scss" scoped>
  176. @import "~static/common/style.sass";
  177. .title-content {
  178. position: relative;
  179. text-align: center;
  180. }
  181. .title-en {
  182. position: absolute;
  183. font-size: 78px;
  184. font-family: PingFangSC-Semibold, PingFang SC;
  185. font-weight: 600;
  186. color:rgba(35,106,250,1);
  187. opacity: 0.16;
  188. }
  189. .title-zh {
  190. position: relative;
  191. display: inline-block;
  192. font-size:58px;
  193. font-family:PingFangSC-Semibold,PingFang SC;
  194. font-weight:600;
  195. color:rgba(38,38,38,1);
  196. text-align: center;
  197. }
  198. .quality {
  199. .title-en {
  200. left: 50%;
  201. transform: translate(-50%);
  202. width: 1200px;
  203. top: -40px;
  204. }
  205. .q-top {
  206. padding: 192px 0 112px;
  207. }
  208. .q-title {
  209. }
  210. .q-content {
  211. position: relative;
  212. height: 989px;
  213. width: 100%;
  214. background: url('~assets/images/about/contact_bg_01.png') 100% 100% no-repeat;
  215. .q-content-wrap {
  216. // position: absolute;
  217. position: relative;
  218. height: 989px;
  219. width: 100%;
  220. .q-content-desc {
  221. position: absolute;
  222. bottom: 408px;
  223. right: 0;
  224. font-size: 30px;
  225. font-family: PingFangSC-Medium,PingFang SC;
  226. font-weight: 500;
  227. color:#333330;
  228. line-height: 64px;
  229. }
  230. }
  231. }
  232. }
  233. .thinking {
  234. height: 1078px;
  235. background: url('~assets/images/about/contact_bg_02.png') 100% 100% no-repeat;
  236. padding: 144px 0 170px;
  237. .title-en {
  238. left: 50%;
  239. transform: translate(-50%);
  240. top: -40px;
  241. }
  242. .title-sub {
  243. margin-top: 22px;
  244. text-align: center;
  245. font-size:28px;
  246. font-family:PingFangSC-Regular,PingFang SC;
  247. font-weight:400;
  248. color:#38393A;
  249. line-height:40px;
  250. }
  251. .thinking-content-box {
  252. margin-top: 154px;
  253. display: flex;
  254. .content-left {
  255. margin-right: 112px;
  256. }
  257. .content-right {
  258. .content-right-top {
  259. display: flex;
  260. justify-content: center;
  261. align-items: center;
  262. .right-top-02 {
  263. margin: 0 26px 0 32px
  264. }
  265. }
  266. .content-right-bottom {
  267. display: flex;
  268. align-items: flex-end;
  269. }
  270. }
  271. }
  272. }
  273. .interest {
  274. padding: 188px 0 92px;
  275. .title-en {
  276. left: 50%;
  277. transform: translate(-50%);
  278. top: -40px;
  279. width: 1200px;
  280. }
  281. .i-content {
  282. .title-sub {
  283. line-height:48px;
  284. font-size: 24px;
  285. font-family: PingFangSC-Regular,PingFang SC;
  286. font-weight: 400;
  287. color: #999999;
  288. text-align: center;
  289. }
  290. .title-sub {
  291. padding: 0 100px;
  292. margin-top: 38px;
  293. }
  294. }
  295. .interest-content-box {
  296. display: flex;
  297. justify-content: space-between;
  298. margin-top: 128px;
  299. .interest-item {
  300. position: relative;
  301. font-size: 0;
  302. width: 578px;
  303. overflow: hidden;
  304. transition: 0.3s ease-out;
  305. &:hover {
  306. transform: translate3d(0,-8px,0);
  307. img {
  308. // transform: scale(1.2);
  309. }
  310. }
  311. img {
  312. width: 100%;
  313. transition: 0.5;
  314. }
  315. .line {
  316. position: absolute;
  317. bottom: 0;
  318. height: 9px;
  319. background: $theme_color;
  320. z-index: 66;
  321. width: 100%;
  322. }
  323. }
  324. }
  325. }
  326. .award {
  327. padding-top: 96px;
  328. height: 723px;
  329. width: 100%;
  330. background: #F7FBFF;
  331. .title-en {
  332. left: 50%;
  333. transform: translate(-50%);
  334. top: -40px;
  335. width: 1200px;
  336. }
  337. .award-content-box {
  338. margin-top: 123px;
  339. .img {
  340. text-align: center;
  341. }
  342. }
  343. }
  344. .campus {
  345. padding: 182px 0 206px;
  346. .title-en {
  347. left: 50%;
  348. transform: translate(-50%);
  349. top: -40px;
  350. width: 1200px;
  351. }
  352. .campus-content-box {
  353. margin-top: 172px;
  354. display: flex;
  355. flex-wrap: wrap;
  356. .campus-item {
  357. max-width:360px;
  358. margin: 0 38px 126px 0;
  359. &:nth-child(3n) {
  360. margin-right: 0;
  361. }
  362. &:hover {
  363. transform: scale(1.1);
  364. padding: 18px 18px 32px 18px;
  365. background:#ffffff;
  366. border-bottom: 2px solid rgba(35,106,250,1);
  367. box-shadow:0px 4px 20px 0px rgba(150,150,150,0.22);
  368. border-radius: 20px;
  369. margin-bottom: 52px;
  370. .desc {
  371. transform: scale(1.0);
  372. }
  373. }
  374. img {
  375. width: 100%;
  376. height: 192px;
  377. object-fit: cover;
  378. border-radius: 20px;
  379. }
  380. .desc {
  381. margin-top: 30px;
  382. font-size: 20px;
  383. font-family: PingFangSC-Regular,PingFang SC;
  384. font-weight: 400;
  385. color: #333333;
  386. line-height: 28px;
  387. }
  388. }
  389. }
  390. }
  391. </style>