brand.vue 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  1. <template>
  2. <div class="Brand-container">
  3. <common-banner :img="bgImg" :height="718">
  4. <h2>品牌故事</h2>
  5. </common-banner>
  6. <!-- <div class="company-intro">
  7. <section class="company-intro-label">公司简介</section>
  8. <div class="company-intro-text">
  9. 全球顶级儿童逻辑思维教育专家以国际教育理念为指导,推动中国学前教育事业发展填补了中国学前儿童思维教育领域空白率先领导和实践幼儿园思维游戏化教学,
  10. 用全球同频使用的优质思维教育内容,为0-12岁儿童培养优质思维模式,建构思维“芯”。
  11. 是国际化科技教育内容的创始者,以“让中国孩子幸福成长”为使命,始终以“走出去、
  12. 请进来”、“洋为中用”的全球化视野,融合中西文化,全力打造具有成长型思维模式的未来人才。
  13. </div>
  14. </div> -->
  15. <!-- 大事记 -->
  16. <div class="event">
  17. <div class="label wow animate__animated animate__fadeInDown">
  18. <div class="label-en">EVENTS</div>
  19. <div class="label-zn">大事记</div>
  20. </div>
  21. <div class="event-box">
  22. <img
  23. class="event-bgimg"
  24. src="http://res.training.luojigou.vip/Fhe0g5Z_6DRjLf3-lSDXKTff-A6Q?imageView2/0/q/50|imageslim"
  25. alt=""
  26. >
  27. <div
  28. :style="{top: 139 + 240 * item.site.y + 'px' ,
  29. left: 121 + 261 * item.site.x + 'px'}"
  30. :class="['event-box-item']"
  31. v-for="item in eventData"
  32. :key="item.id"
  33. >
  34. <img
  35. @mouseenter="currentEventImg(item)"
  36. class="yearImgurl cp"
  37. :src="item.yearImgurl"
  38. :srcset="`${item.yearImgurlSet[0]} 1x, ${item.yearImgurlSet[1]} 2x`"
  39. alt=""
  40. >
  41. <img
  42. v-if="currentEventImgId === item.id"
  43. @mouseleave="currentEventImgId = ''"
  44. :class="['color' + item.id, 'eventImgurl']"
  45. :src="item.eventImgurl"
  46. :style="{width: item.eventImgurlWidth + 'px', height:item.eventImgurlHeight + 'px'}"
  47. alt=""
  48. >
  49. </div>
  50. </div>
  51. </div>
  52. <!-- 核心团队 -->
  53. <div class="kernel">
  54. <div class="label wow animate__animated animate__fadeInDown">
  55. <div class="label-en">KERNEL</div>
  56. <div class="label-zn">核心团队</div>
  57. </div>
  58. <div class="kernel-box w1200">
  59. <div
  60. :class="['kernel-box-item']"
  61. v-for="item in kernelData"
  62. :key="item.id"
  63. >
  64. <div class="top">
  65. <img class="people-img" :src="item.imgUrl" alt="">
  66. <!-- <img
  67. class="overlay-img"
  68. @mouseleave="currentMouserEnter = false"
  69. :style="{display: currentMouserEnter && currentMouserId === item.id ? 'block' : 'none'}"
  70. src="http://res.training.luojigou.vip/FstkGdSgJ91jUeZFYT35-ZOdxXT2?imageView2/0/q/50|imageslim"
  71. alt=""
  72. > -->
  73. <div class="people-intro">
  74. <div class="name">{{item.name}}</div>
  75. <div class="position">{{item.position}}</div>
  76. </div>
  77. <div
  78. class="intro"
  79. >
  80. <div class="intro-label">简历介绍</div>
  81. <div class="resume">{{item.resume}}</div>
  82. </div>
  83. <div class="mask"></div>
  84. </div>
  85. <div class="bottom"></div>
  86. </div>
  87. </div>
  88. </div>
  89. <!-- 文化 -->
  90. <div class="cultrue">
  91. <div class="label wow animate__animated animate__fadeInDown">
  92. <div class="label-en">CULTURE OF PRACTIVE</div>
  93. <div class="label-zn">我们努力践行的文化</div>
  94. </div>
  95. <div class="cultrue-box">
  96. <div class="cultrue-box-item" v-for="item in cultrueData" :key="item.id">
  97. <img :src="item.imgUrl" :class="['wow animate__animated']" alt="" />
  98. <div class="cultrue-box-item-label">{{ item.label }}</div>
  99. <div class="cultrue-box-item-text" v-html="item.text"></div>
  100. </div>
  101. </div>
  102. <div class="cultrue-bgimg">
  103. <img
  104. src="http://res.training.luojigou.vip/Fj4XvDNdIw6iDP8gWQuRHKijlFwM?imageView2/0/q/50|imageslim"
  105. alt=""
  106. >
  107. </div>
  108. </div>
  109. <!-- 理念 -->
  110. <div class="idea">
  111. <div class="label">
  112. <div class="label-en wow animate__animated animate__fadeInDown">THE PHILOSPHY</div>
  113. <div class="label-zn wow animate__animated animate__fadeInDown">我们始终秉承的理念</div>
  114. </div>
  115. <div class="idea-box">
  116. <div
  117. class="idea-box-item"
  118. v-for="item in ideaData"
  119. :key="item.id"
  120. >
  121. <div class="top">
  122. <img :src="item.imgUrl" alt="">
  123. </div>
  124. <div class="center">
  125. <img :src="item.numUrl" alt="">
  126. <div>{{item.label}}</div>
  127. </div>
  128. <div class="footer">
  129. <div>{{item.resume}}</div>
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. </template>
  136. <script>
  137. import CommonBanner from '@/components/common/banner';
  138. const kernelData = Object.freeze([
  139. {
  140. id: 0,
  141. imgUrl: require("~/assets/images/about/team_01.png"),
  142. position: "董事长",
  143. name: "张洁",
  144. resume:
  145. "简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍",
  146. },
  147. {
  148. id: 1,
  149. imgUrl: require("~/assets/images/about/team_02.png"),
  150. position: "培训部 总监",
  151. name: "钟建春",
  152. resume:
  153. "简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍",
  154. }
  155. ]);
  156. const cultrueData = Object.freeze([
  157. {
  158. id: 0,
  159. // imgUrl: "http://res.training.luojigou.vip/Fj0eXd5OYcJRX6z_yBEFbF0OW1Oy?imageView2/0/q/50|imageslim",
  160. imgUrl: require("~/assets/images/about/cultrue_01@2x.png"),
  161. label: "宗旨",
  162. text: "关注儿童成长</br>服务中国母亲",
  163. },
  164. {
  165. id: 1,
  166. // imgUrl: "http://res.training.luojigou.vip/FrhQqD5x8r45P0_Dod_21toOFgle?imageView2/0/q/50|imageslim",
  167. imgUrl: require("~/assets/images/about/cultrue_02@2x.png"),
  168. label: "文化",
  169. text: "缔造愿景,追求卓越</br>共生共荣,体现价值",
  170. },
  171. {
  172. id: 2,
  173. // imgUrl: "http://res.training.luojigou.vip/FuBgZGe-F3km2mVM4wByusZFFfAw?imageView2/0/q/50|imageslim",
  174. imgUrl: require("~/assets/images/about/cultrue_03@2x.png"),
  175. label: "愿景",
  176. text: "让中国的孩子幸福成长",
  177. },
  178. {
  179. id: 3,
  180. // imgUrl: "http://res.training.luojigou.vip/FqOmEqUyO9YBjT65wqfSRr4gKFHD?imageView2/0/q/50|imageslim",
  181. imgUrl: require("~/assets/images/about/cultrue_04@2x.png"),
  182. label: "价值观",
  183. text:
  184. "客户第一</br>团队合力第二</br>专业专注</br>诚信公正</br>拥抱变化</br>激情快乐 ",
  185. },
  186. ]);
  187. const ideaData = Object.freeze([
  188. {
  189. id: 0,
  190. // imgUrl: "http://res.training.luojigou.vip/FgJw7WqbyCVkQJCgCBd07qipb_PI?imageView2/0/q/50|imageslim",
  191. // numUrl: "http://res.training.luojigou.vip/FgX-hI1Y2fjoIvturT1uYaeVjnfB?imageView2/0/q/50|imageslim",
  192. imgUrl: require("~/assets/images/about/idea_01@2x.png"),
  193. numUrl: require("~/assets/images/about/num_01@2x.png"),
  194. label: "专业技术",
  195. resume:
  196. "我们拥有行业专业技术实力与自身 工程开发团队,为您的商业变现及 产品需求保驾护航。",
  197. },
  198. {
  199. id: 1,
  200. // imgUrl: "http://res.training.luojigou.vip/Fl4S2hBlBWsTvfwdvYHaE3RKpLyO?imageView2/0/q/50|imageslim",
  201. // numUrl: "http://res.training.luojigou.vip/Fk5hTknpr4deZWFtcfmRJSHNV3_K?imageView2/0/q/50|imageslim",
  202. imgUrl: require("~/assets/images/about/idea_02@2x.png"),
  203. numUrl: require("~/assets/images/about/num_02@2x.png"),
  204. label: "贴心服务",
  205. resume:
  206. "我们始终坚持优质的服务理念,无 论任何时候您遇到困难,我们都会 及时提供精准有效的解决方案。",
  207. },
  208. {
  209. id: 2,
  210. // imgUrl: "http://res.training.luojigou.vip/FkRWFwiFQu4XL1BPA96jHbmK1X1D?imageView2/0/q/50|imageslim",
  211. // numUrl: "http://res.training.luojigou.vip/FiBasqi9NpLdJ_U9jr-95yxgvL1C?imageView2/0/q/50|imageslim",
  212. imgUrl: require("~/assets/images/about/idea_03@2x.png"),
  213. numUrl: require("~/assets/images/about/num_03@2x.png"),
  214. label: "创业伙伴",
  215. resume:
  216. "我们把每一位客户都当作创业伙伴,期 盼在未来成长的道路上一路相伴,携手 前行。",
  217. },
  218. ]);
  219. const eventData = Object.freeze([
  220. {
  221. id: 2003,
  222. site: {
  223. x: 3,
  224. y: 4,
  225. },
  226. // yearImgurl: "http://res.training.luojigou.vip/FsTtnNKFpIsYh69tIsWqEiocc0Jr?imageView2/0/q/50|imageslim",
  227. // eventImgurl: "http://res.training.luojigou.vip/FrFfg21nonbZyNSUSpAWCiREn7lk?imageView2/0/q/50|imageslim",
  228. yearImgurl: require('~/assets/images/about/year_2003.png'),
  229. yearImgurlSet: [require('~/assets/images/about/year_2003.png'), require('~/assets/images/about/year_2003@2x.png')],
  230. eventImgurl: require('~/assets/images/about/event_year_2003@2x.png'),
  231. eventImgurlWidth: '269',
  232. eventImgurlHeight: '350'
  233. },
  234. {
  235. id: 2004,
  236. site: {
  237. x: 2,
  238. y: 4,
  239. },
  240. // yearImgurl:
  241. // "http://res.training.luojigou.vip/Fhe4VjIQDeQtQzPnSVmsDc4yYYzE?imageView2/0/q/50|imageslim",
  242. // eventImgurl:
  243. // "http://res.training.luojigou.vip/FvnL2N118R-0Cp9OcKgK9Ru8nAyp?imageView2/0/q/50|imageslim",
  244. yearImgurl: require('~/assets/images/about/year_2004.png'),
  245. yearImgurlSet: [require('~/assets/images/about/year_2004.png'), require('~/assets/images/about/year_2004@2x.png')],
  246. eventImgurl: require('~/assets/images/about/event_year_2004@2x.png'),
  247. eventImgurlWidth: '269',
  248. eventImgurlHeight: '246'
  249. },
  250. {
  251. id: 2005,
  252. site: {
  253. x: 1,
  254. y: 4,
  255. },
  256. // yearImgurl:
  257. // "http://res.training.luojigou.vip/FodjYYc3-VyZyJHnfuKJQGapkJzt?imageView2/0/q/50|imageslim",
  258. // eventImgurl:
  259. // "http://res.training.luojigou.vip/FqNcz_3P81MubVeHzAnn_RrkMoCQ?imageView2/0/q/50|imageslim",
  260. eventImgurl: require('~/assets/images/about/event_year_2005@2x.png'),
  261. yearImgurl: require('~/assets/images/about/year_2005.png'),
  262. yearImgurlSet: [require('~/assets/images/about/year_2005.png'), require('~/assets/images/about/year_2005@2x.png')],
  263. eventImgurlWidth: '269',
  264. eventImgurlHeight: '245'
  265. },
  266. {
  267. id: 2006,
  268. site: {
  269. x: 0,
  270. y: 4,
  271. },
  272. // yearImgurl:
  273. // "http://res.training.luojigou.vip/Fj_2tRMk_1H9NSp9rE0XK0nEcv6g?imageView2/0/q/50|imageslim",
  274. // eventImgurl:
  275. // "http://res.training.luojigou.vip/FkvModMYKxFJcnqRrpGSULyd9Th7?imageView2/0/q/50|imageslim",
  276. yearImgurl: require('~/assets/images/about/year_2006.png'),
  277. yearImgurlSet: [require('~/assets/images/about/year_2006.png'), require('~/assets/images/about/year_2006@2x.png')],
  278. eventImgurl: require('~/assets/images/about/event_year_2006@2x.png'),
  279. eventImgurlWidth: '269',
  280. eventImgurlHeight: '273'
  281. },
  282. {
  283. id: 2007,
  284. site: {
  285. x: 0,
  286. y: 3,
  287. },
  288. // yearImgurl:
  289. // "http://res.training.luojigou.vip/Fm4DqB0VKXcLXaa4P2suM1i-2LMZ?imageView2/0/q/50|imageslim",
  290. // eventImgurl:
  291. // "http://res.training.luojigou.vip/Fkp-2UvHIyIqEW9pu5tZKNpvcCov?imageView2/0/q/50|imageslim",
  292. yearImgurl: require('~/assets/images/about/year_2007.png'),
  293. yearImgurlSet: [require('~/assets/images/about/year_2007.png'), require('~/assets/images/about/year_2007@2x.png')],
  294. eventImgurl: require('~/assets/images/about/event_year_2007@2x.png'),
  295. eventImgurlWidth: '269',
  296. eventImgurlHeight: '403'
  297. },
  298. {
  299. id: 2008,
  300. site: {
  301. x: 1,
  302. y: 3,
  303. },
  304. // yearImgurl:
  305. // "http://res.training.luojigou.vip/FlEj53_PWeL59J8V6qqduokmrEif?imageView2/0/q/50|imageslim",
  306. // eventImgurl:
  307. // "http://res.training.luojigou.vip/FpIzAvfIOeIhBEtzVEZYp74y7Wh3?imageView2/0/q/50|imageslim",
  308. yearImgurl: require('~/assets/images/about/year_2008.png'),
  309. yearImgurlSet: [require('~/assets/images/about/year_2008.png'), require('~/assets/images/about/year_2008@2x.png')],
  310. eventImgurl: require('~/assets/images/about/event_year_2008@2x.png'),
  311. eventImgurlWidth: '269',
  312. eventImgurlHeight: '245'
  313. },
  314. {
  315. id: 2009,
  316. site: {
  317. x: 2,
  318. y: 3,
  319. },
  320. // yearImgurl:
  321. // "http://res.training.luojigou.vip/FtRU3rBk7D0SBEmbTujXX1o3THTU?imageView2/0/q/50|imageslim",
  322. // eventImgurl:
  323. // "http://res.training.luojigou.vip/Fnmlx106pwroL9I6UNo81BTpxGyO?imageView2/0/q/50|imageslim",
  324. yearImgurl: require('~/assets/images/about/year_2009.png'),
  325. yearImgurlSet: [require('~/assets/images/about/year_2009.png'), require('~/assets/images/about/year_2009@2x.png')],
  326. eventImgurl: require('~/assets/images/about/event_year_2009@2x.png'),
  327. eventImgurlWidth: '269',
  328. eventImgurlHeight: '220'
  329. },
  330. {
  331. id: 2010,
  332. site: {
  333. x: 3,
  334. y: 3,
  335. },
  336. // yearImgurl:
  337. // "http://res.training.luojigou.vip/Fmx2IObHIKURUiGbrvX4cpZ-u5MB?imageView2/0/q/50|imageslim",
  338. // eventImgurl:
  339. // "http://res.training.luojigou.vip/Fg2GfiNmRknqRjTbzvCq09ewERIH?imageView2/0/q/50|imageslim",
  340. yearImgurl: require('~/assets/images/about/year_2010.png'),
  341. yearImgurlSet: [require('~/assets/images/about/year_2010.png'), require('~/assets/images/about/year_2010@2x.png')],
  342. eventImgurl: require('~/assets/images/about/event_year_2010@2x.png'),
  343. eventImgurlWidth: '269',
  344. eventImgurlHeight: '403'
  345. },
  346. {
  347. id: 2011,
  348. site: {
  349. x: 3,
  350. y: 2,
  351. },
  352. // yearImgurl:
  353. // "http://res.training.luojigou.vip/FutAwrnX_ypeS4bUqol5xKVVqrXU?imageView2/0/q/50|imageslim",
  354. // eventImgurl:
  355. // "http://res.training.luojigou.vip/FuPF8r4-f8-_SY_v0Tky2AnFPYeH?imageView2/0/q/50|imageslim",
  356. yearImgurl: require('~/assets/images/about/year_2011.png'),
  357. yearImgurlSet: [require('~/assets/images/about/year_2011.png'), require('~/assets/images/about/year_2011@2x.png')],
  358. eventImgurl: require('~/assets/images/about/event_year_2011@2x.png'),
  359. eventImgurlWidth: '269',
  360. eventImgurlHeight: '480'
  361. },
  362. {
  363. id: 2012,
  364. site: {
  365. x: 2,
  366. y: 2,
  367. },
  368. // yearImgurl:
  369. // "http://res.training.luojigou.vip/Fg3Jph3aJcX-hQtbvOs5UJZCzmj7?imageView2/0/q/50|imageslim",
  370. // eventImgurl:
  371. // "http://res.training.luojigou.vip/Fp5DT3Tg3CBl2rvjT9sIsCBcUSWu?imageView2/0/q/50|imageslim",
  372. yearImgurl: require('~/assets/images/about/year_2012.png'),
  373. yearImgurlSet: [require('~/assets/images/about/year_2012.png'), require('~/assets/images/about/year_2012@2x.png')],
  374. eventImgurl: require('~/assets/images/about/event_year_2012@2x.png'),
  375. eventImgurlWidth: '269',
  376. eventImgurlHeight: '325'
  377. },
  378. {
  379. id: 2013,
  380. site: {
  381. x: 1,
  382. y: 2,
  383. },
  384. // yearImgurl:
  385. // "http://res.training.luojigou.vip/FjWOsyUqGM6eIaPW3_lCzDzw3h1M?imageView2/0/q/50|imageslim",
  386. // eventImgurl:
  387. // "http://res.training.luojigou.vip/FirCgjTps0bLqGV5-TOpuX6q8SMl?imageView2/0/q/50|imageslim",
  388. yearImgurl: require('~/assets/images/about/year_2013.png'),
  389. yearImgurlSet: [require('~/assets/images/about/year_2013.png'), require('~/assets/images/about/year_2013@2x.png')],
  390. eventImgurl: require('~/assets/images/about/event_year_2013@2x.png'),
  391. eventImgurlWidth: '269',
  392. eventImgurlHeight: '394'
  393. },
  394. {
  395. id: 2014,
  396. site: {
  397. x: 0,
  398. y: 2,
  399. },
  400. // yearImgurl:
  401. // "http://res.training.luojigou.vip/FqI9b5_4iP6WmoVE_z7o9RLm7RZe?imageView2/0/q/50|imageslim",
  402. // eventImgurl:
  403. // "http://res.training.luojigou.vip/FlyzOxQWuiW2nYmACRUPsiCLyuw7?imageView2/0/q/50|imageslim",
  404. yearImgurl: require('~/assets/images/about/year_2014.png'),
  405. yearImgurlSet: [require('~/assets/images/about/year_2014.png'), require('~/assets/images/about/year_2014@2x.png')],
  406. eventImgurl: require('~/assets/images/about/event_year_2014@2x.png'),
  407. eventImgurlWidth: '269',
  408. eventImgurlHeight: '688'
  409. },
  410. {
  411. id: 2015,
  412. site: {
  413. x: 0,
  414. y: 1,
  415. },
  416. // yearImgurl:
  417. // "http://res.training.luojigou.vip/FoeSNwPl-fQXqwwow99j9Rsd9tjB?imageView2/0/q/50|imageslim",
  418. // eventImgurl:
  419. // "http://res.training.luojigou.vip/FmBATtftJW08bU-5KGBFuKsAQSN1?imageView2/0/q/50|imageslim",
  420. yearImgurl: require('~/assets/images/about/year_2015.png'),
  421. yearImgurlSet: [require('~/assets/images/about/year_2015.png'), require('~/assets/images/about/year_2015@2x.png')],
  422. eventImgurl: require('~/assets/images/about/event_year_2015@2x.png'),
  423. eventImgurlWidth: '269',
  424. eventImgurlHeight: '324'
  425. },
  426. {
  427. id: 2016,
  428. site: {
  429. x: 1,
  430. y: 1,
  431. },
  432. // yearImgurl:
  433. // "http://res.training.luojigou.vip/Fl2SA1cd8DqIzQGIQqh5qrNUMmR6?imageView2/0/q/50|imageslim",
  434. // eventImgurl:
  435. // "http://res.training.luojigou.vip/FoaOya6X8s6j3Bzc2oBNDvX-JHW2?imageView2/0/q/50|imageslim",
  436. yearImgurl: require('~/assets/images/about/year_2016.png'),
  437. yearImgurlSet: [require('~/assets/images/about/year_2016.png'), require('~/assets/images/about/year_2016@2x.png')],
  438. eventImgurl: require('~/assets/images/about/event_year_2016@2x.png'),
  439. eventImgurlWidth: '269',
  440. eventImgurlHeight: '584'
  441. },
  442. {
  443. id: 2017,
  444. site: {
  445. x: 2,
  446. y: 1,
  447. },
  448. // yearImgurl:
  449. // "http://res.training.luojigou.vip/Fi_RKVrGct2V235xsKpwsIA51YX-?imageView2/0/q/50|imageslim",
  450. // eventImgurl:
  451. // "http://res.training.luojigou.vip/FsALqlvULFPhf-kxcPw1YtRiZjIG?imageView2/0/q/50|imageslim",
  452. yearImgurl: require('~/assets/images/about/year_2017.png'),
  453. yearImgurlSet: [require('~/assets/images/about/year_2017.png'), require('~/assets/images/about/year_2017@2x.png')],
  454. eventImgurl: require('~/assets/images/about/event_year_2017@2x.png'),
  455. eventImgurlWidth: '269',
  456. eventImgurlHeight: '532'
  457. },
  458. {
  459. id: 2018,
  460. site: {
  461. x: 3,
  462. y: 1,
  463. },
  464. // yearImgurl:
  465. // "http://res.training.luojigou.vip/FvN4BWxIckbJmo_qrN7mlILrtQKg?imageView2/0/q/50|imageslim",
  466. // eventImgurl:
  467. // "http://res.training.luojigou.vip/FvQZtrIRkaNzGJ8KbF1-Cl-k5hfJ?imageView2/0/q/50|imageslim",
  468. yearImgurl: require('~/assets/images/about/year_2018.png'),
  469. yearImgurlSet: [require('~/assets/images/about/year_2018.png'), require('~/assets/images/about/year_2018@2x.png')],
  470. eventImgurl: require('~/assets/images/about/event_year_2018@2x.png'),
  471. eventImgurlWidth: '269',
  472. eventImgurlHeight: '662'
  473. },
  474. {
  475. id: 2019,
  476. site: {
  477. x: 3,
  478. y: 0,
  479. },
  480. // yearImgurl:
  481. // "http://res.training.luojigou.vip/Fgr3xXoLsgpIP2wBglovLx0e89Mb?imageView2/0/q/50|imageslim",
  482. // eventImgurl:
  483. // "http://res.training.luojigou.vip/Flio74FIlTt_aYhyW-3scKmhSrHc?imageView2/0/q/50|imageslim",
  484. yearImgurl: require('~/assets/images/about/year_2019.png'),
  485. yearImgurlSet: [require('~/assets/images/about/year_2019.png'), require('~/assets/images/about/year_2019@2x.png')],
  486. eventImgurl: require('~/assets/images/about/event_year_2019@2x.png'),
  487. eventImgurlWidth: '269',
  488. eventImgurlHeight: '766'
  489. },
  490. {
  491. id: 2020,
  492. site: {
  493. x: 2,
  494. y: 0,
  495. },
  496. // yearImgurl:
  497. // "http://res.training.luojigou.vip/FhjVzCv4CjuHsuCjJvSWGGxruzxv?imageView2/0/q/50|imageslim",
  498. yearImgurl: require('~/assets/images/about/year_2020.png'),
  499. yearImgurlSet: [require('~/assets/images/about/year_2020.png'), require('~/assets/images/about/year_2020@2x.png')],
  500. },
  501. ]);
  502. export default {
  503. name: "BrandPage",
  504. head() {
  505. return {
  506. title: "逻辑狗官网-中德智慧教育",
  507. meta: [
  508. {
  509. name: "keywords",
  510. hid: "keywords",
  511. content: `逻辑狗官网、逻辑狗教材、 幼儿园教材、逻辑狗课程、逻辑狗思维训练课程、儿童思维教育、0-12岁儿童`,
  512. },
  513. {
  514. name: "description",
  515. hid: "description",
  516. content: `逻辑狗官方网站,专为0-12岁儿童设计的思维训练课程,中德智慧教育,全球优质教育内容输出平台`,
  517. },
  518. ],
  519. };
  520. },
  521. components: {
  522. CommonBanner
  523. },
  524. mounted() {},
  525. data() {
  526. return {
  527. bgImg: require('@/assets/images/contact/contact_bg.png'),
  528. bannerImg: require('~/assets/images/about/about_brand.png'),
  529. kernelData,
  530. currentMouserEnter: false,
  531. currentMouserId: "",
  532. cultrueData,
  533. ideaData,
  534. eventData,
  535. currentEventImgId: 2019,
  536. };
  537. },
  538. methods: {
  539. currentElement(item) {
  540. this.currentMouserId = item.id;
  541. this.currentMouserEnter = true;
  542. },
  543. currentEventImg(item) {
  544. this.currentEventImgId = item.id;
  545. },
  546. },
  547. };
  548. </script>
  549. <style scoped lang="scss">
  550. @import '~static/common/style.sass';
  551. .Brand-container {
  552. .label {
  553. .label-en {
  554. height: 78px;
  555. font-size: 56px;
  556. font-family: PingFangSC-Semibold, sans-serif;
  557. font-weight: 600;
  558. color:rgba(35,106,250,0.16);
  559. line-height: 78px;
  560. }
  561. .label-zn {
  562. height: 65px;
  563. font-size: 46px;
  564. font-family: PingFangSC-Semibold, sans-serif;
  565. font-weight: 600;
  566. color: #262626;
  567. line-height: 65px;
  568. letter-spacing: 1px;
  569. }
  570. }
  571. .banner-img {
  572. position: relative;
  573. img {
  574. width: 100%;
  575. height: 595px;
  576. display: block;
  577. }
  578. .label {
  579. color: #ffffff;
  580. position: absolute;
  581. top: 50%;
  582. left: 50%;
  583. transform: translate(-50%, -50%);
  584. font-size: 66px;
  585. font-family: PingFangSC-Medium, sans-serif;
  586. font-weight: 500;
  587. }
  588. }
  589. .company-intro {
  590. width: 1200px;
  591. height: 447px;
  592. border-radius: 14px;
  593. position: relative;
  594. top: 50%;
  595. left: 50%;
  596. transform: translateX(-50%);
  597. z-index: 1;
  598. overflow: hidden;
  599. margin-top: -80px;
  600. // background: url("http://res.training.luojigou.vip/FnRDWlB5l2fF-qQ8xtP6LQC1MRwq?imageView2/0/q/50|imageslim") no-repeat;
  601. background: url("~assets/images/about/tabImg.png") no-repeat;
  602. background-size: 1200px 447px;
  603. .company-intro-label {
  604. text-align: center;
  605. margin-top: 60px;
  606. font-size: 46px;
  607. font-family: PingFangSC-Semibold, sans-serif;
  608. font-weight: 600;
  609. color: #262626;
  610. line-height: 65px;
  611. letter-spacing: 1px;
  612. }
  613. .company-intro-text {
  614. width: 1009px;
  615. // height: 144px;
  616. margin: 32px;
  617. position: absolute;
  618. left: 50%;
  619. transform: translateX(-50%);
  620. font-size: 18px;
  621. font-family: PingFangSC-Regular, sans-serif;
  622. font-weight: 400;
  623. color: #999999;
  624. line-height: 36px;
  625. }
  626. }
  627. .event {
  628. position: relative;
  629. height: 1500px;
  630. .label {
  631. position: absolute;
  632. // width: 600px;
  633. // left: 778px;
  634. width: 100%;
  635. .label-en {
  636. // font-size: 78px;
  637. // font-family: PingFangSC-Semibold, sans-serif;
  638. // font-weight: 600;
  639. // color: rgba(35, 106, 250, 1);
  640. // opacity: 0.16;
  641. position: absolute;
  642. left: 50%;
  643. transform: translateX(-50%);
  644. }
  645. .label-zn {
  646. // font-size: 58px;
  647. // font-family: PingFangSC-Semibold, sans-serif;
  648. // font-weight: 600;
  649. // color: rgba(38, 38, 38, 1);
  650. position: absolute;
  651. top: 30px;
  652. left: 50%;
  653. transform: translateX(-50%);
  654. }
  655. }
  656. .event-box {
  657. width: 1297px;
  658. height: 1296px;
  659. position: absolute;
  660. left: 50%;
  661. top: 259px;
  662. transform: translateX(-50%);
  663. .event-bgimg {
  664. width: 1297px;
  665. height: 1296px;
  666. position: absolute;
  667. left: 0;
  668. top: 0;
  669. right: 0;
  670. bottom: 0;
  671. // object-fit: cover;
  672. }
  673. .event-box-item {
  674. position: absolute;
  675. .yearImgurl {
  676. width: 65px;
  677. height: 30px;
  678. object-fit: cover;
  679. }
  680. .eventImgurl {
  681. position: absolute;
  682. z-index: 1;
  683. transform: translate(-50%, -50%);
  684. }
  685. }
  686. }
  687. }
  688. .kernel {
  689. margin: 200px auto;
  690. // height: 2000px;
  691. position: relative;
  692. .label {
  693. // position: absolute;
  694. width: 100%;
  695. text-align: center;
  696. .label-en {
  697. // font-size: 78px;
  698. // font-family: PingFangSC-Semibold, sans-serif;
  699. // font-weight: 600;
  700. // color: rgba(35, 106, 250, 1);
  701. // opacity: 0.16;
  702. }
  703. .label-zn {
  704. // font-size: 58px;
  705. // font-family: PingFangSC-Semibold, sans-serif;
  706. // font-weight: 600;
  707. // color: rgba(38, 38, 38, 1);
  708. // position: absolute;
  709. // top: 45px;
  710. // left: 32px;
  711. position: absolute;
  712. top: 30px;
  713. left: 50%;
  714. transform: translateX(-50%);
  715. // margin-top: -65px;
  716. }
  717. }
  718. .kernel-box {
  719. // position: absolute;
  720. // top: 300px;
  721. // left: 50%;
  722. // transform: translateX(-50%);
  723. margin-top: 178px;
  724. display: flex;
  725. flex-wrap: wrap;
  726. // justify-content: space-between;
  727. align-items: center;
  728. .kernel-box-item {
  729. position: relative;
  730. margin-right: 40px;
  731. margin-bottom: 51px;
  732. &:hover {
  733. .mask {
  734. display: block;
  735. background: rgba(0, 0, 0, 0.44);
  736. transition: all .5s;
  737. -webkit-transition: all .5s;
  738. }
  739. .top {
  740. .intro {
  741. display: block;
  742. }
  743. }
  744. }
  745. &:nth-child(3n) {
  746. margin-right: 0;
  747. }
  748. .top {
  749. width: 373px;
  750. height: 466px;
  751. position: relative;
  752. z-index: 66;
  753. .people-img {
  754. width: 373px;
  755. height: 466px;
  756. display: block;
  757. }
  758. .overlay-img {
  759. width: 373px;
  760. height: 466px;
  761. position: absolute;
  762. top: 0;
  763. left: 0;
  764. z-index: 1;
  765. }
  766. .people-intro {
  767. position: absolute;
  768. bottom: 12px;
  769. left: 37px;
  770. z-index: 66;
  771. .name {
  772. font-size: 45px;
  773. font-family: PingFangSC-Semibold, sans-serif;
  774. font-weight: 600;
  775. color: rgba(255, 255, 255, 1);
  776. letter-spacing: 1px;
  777. }
  778. .position {
  779. font-size: 20px;
  780. font-family: PingFangSC-Regular, sans-serif;
  781. font-weight: 400;
  782. color: rgba(255, 255, 255, 1);
  783. letter-spacing: 0.5px;
  784. }
  785. }
  786. .intro {
  787. display: none;
  788. position: absolute;
  789. z-index: 66;
  790. bottom: 160px;
  791. left: 37px;
  792. font-family: PingFangSC-Regular, sans-serif;
  793. font-weight: 400;
  794. color: rgba(255, 255, 255, 1);
  795. .intro-label {
  796. font-size: 16px;
  797. margin-bottom: 12px;
  798. }
  799. .resume {
  800. width: 280px;
  801. font-size: 14px;
  802. font-family: PingFangSC-Regular, sans-serif;
  803. font-weight: 400;
  804. color: #FFFFFF;
  805. line-height: 28px;
  806. }
  807. }
  808. }
  809. .bottom {
  810. width: 373px;
  811. height: 8px;
  812. background-color: #83abf9;
  813. }
  814. .mask {
  815. display: none;
  816. position: absolute;
  817. border-radius: 10px;
  818. top: 0;
  819. bottom: 0;
  820. left: 0;
  821. right: 0;
  822. transition: all .5s;
  823. -webkit-transition: all .5s;
  824. }
  825. }
  826. }
  827. }
  828. .cultrue {
  829. position: relative;
  830. height: 1000px;
  831. overflow: hidden;
  832. .label {
  833. position: absolute;
  834. width: 100%;
  835. // left: 778px;
  836. .label-en {
  837. // font-size: 78px;
  838. // font-family: PingFangSC-Semibold, sans-serif;
  839. // font-weight: 600;
  840. // color: rgba(35, 106, 250, 1);
  841. // opacity: 0.16;
  842. position: absolute;
  843. left: 50%;
  844. transform: translateX(-50%);
  845. }
  846. .label-zn {
  847. // font-size: 58px;
  848. // font-family: PingFangSC-Semibold, sans-serif;
  849. // font-weight: 600;
  850. // color: rgba(38, 38, 38, 1);
  851. position: absolute;
  852. top: 30px;
  853. left: 50%;
  854. transform: translateX(-50%);
  855. }
  856. }
  857. .cultrue-box {
  858. display: flex;
  859. justify-content: center;
  860. margin-top: 313px;
  861. .cultrue-box-item {
  862. margin-right: 151px;
  863. img {
  864. width: 178px;
  865. height: 159px;
  866. }
  867. .cultrue-box-item-label {
  868. font-size: 38px;
  869. font-family: PingFangSC-Regular, sans-serif;
  870. font-weight: 400;
  871. color: rgba(0, 0, 0, 1);
  872. text-align: center;
  873. }
  874. .cultrue-box-item-text {
  875. // width: 178px;
  876. text-align: center;
  877. font-size: 18px;
  878. font-family: PingFangSC-Regular, sans-serif;
  879. font-weight: 400;
  880. color: rgba(153, 153, 153, 1);
  881. letter-spacing: 0.5px;
  882. margin-top: 31px;
  883. }
  884. }
  885. }
  886. .cultrue-bgimg {
  887. position: absolute;
  888. z-index: -1;
  889. right: 226px;
  890. bottom: 155px;
  891. img {
  892. width: 627px;
  893. height: 499px;
  894. }
  895. }
  896. }
  897. .idea {
  898. height: 800px;
  899. position: relative;
  900. .label {
  901. position: absolute;
  902. left: 50%;
  903. transform: translateX(-50%);
  904. width: 540px;
  905. .label-en {
  906. // font-size: 78px;
  907. // font-family: PingFangSC-Semibold, sans-serif;
  908. // font-weight: 600;
  909. // color: rgba(35, 106, 250, 1);
  910. // opacity: 0.16;
  911. // position: absolute;
  912. }
  913. .label-zn {
  914. // font-size: 58px;
  915. // font-family: PingFangSC-Semibold, sans-serif;
  916. // font-weight: 600;
  917. // color: rgba(38, 38, 38, 1);
  918. position: absolute;
  919. top: 30px;
  920. left: 100px;
  921. // transform: translateX(-50%);
  922. }
  923. }
  924. .idea-box {
  925. display: flex;
  926. justify-content: center;
  927. .idea-box-item {
  928. margin-top: 286px;
  929. margin-right: 40px;
  930. width: 373px;
  931. height: 299px;
  932. background: rgba(255, 255, 255, 1);
  933. box-shadow: 0px 2px 14px 0px rgba(201, 199, 195, 0.25);
  934. border-radius: 6px;
  935. padding: 22px 63px 51px 36px;
  936. box-sizing: border-box;
  937. .top {
  938. img {
  939. width: 77px;
  940. height: 79px;
  941. object-fit: cover;
  942. }
  943. }
  944. .center {
  945. margin-top: 20px;
  946. display: flex;
  947. align-items: flex-end;
  948. img {
  949. width: 22px;
  950. height: 36px;
  951. margin-right: 9px;
  952. object-fit: fill;
  953. }
  954. div {
  955. font-size: 24px;
  956. font-family: PingFangSC-Medium, sans-serif;
  957. font-weight: 500;
  958. color: rgba(0, 0, 0, 1);
  959. }
  960. }
  961. .footer {
  962. font-size: 15px;
  963. font-family: PingFangSC-Regular, sans-serif;
  964. font-weight: 400;
  965. color: #999999;
  966. line-height: 26px;
  967. margin-top: 10px;
  968. padding-left: 32px
  969. }
  970. }
  971. }
  972. }
  973. }
  974. .cp {
  975. cursor: pointer;
  976. }
  977. </style>