brand.vue 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414
  1. <template>
  2. <div class="Brand-container">
  3. <common-banner :img="bgImg" :height="643">
  4. <h2>品牌故事</h2>
  5. </common-banner>
  6. <!-- 公司简介 -->
  7. <div class="company-intro">
  8. <div class="left">
  9. <img :src="companyLeft" alt="" srcset="">
  10. </div>
  11. <div class="right">
  12. <img :src="companyRight" alt="" srcset="">
  13. <div class="info">
  14. <div class="name-en">PROFILE</div>
  15. <div class="name">公司简介</div>
  16. <p>全球顶级儿童逻辑思维教育专家以国际教育理念为指导,推动中国学前教育事业发展填补了中国学前儿童思维教育领域空白率先领导和实践幼儿园思维游戏化教学,用全球同频使用的优质思维教育内容,为0-12岁儿童培养优质思维模式,建构思维“芯”。</p>
  17. <p>是国际化科技教育内容的创始者,以“让中国孩子幸福成长”为使命,始终以“走出去、请进来”、“洋为中用”的全球化视野,融合中西文化,全力打造具有成长型思维模式的未来人才。</p>
  18. </div>
  19. <img class="bgLogo" :src="bgLogo" alt="" srcset="">
  20. </div>
  21. </div>
  22. <!-- <div class="company-intro">
  23. <section class="company-intro-label">公司简介</section>
  24. <div class="company-intro-text">
  25. 全球顶级儿童逻辑思维教育专家以国际教育理念为指导,推动中国学前教育事业发展填补了中国学前儿童思维教育领域空白率先领导和实践幼儿园思维游戏化教学,
  26. 用全球同频使用的优质思维教育内容,为0-12岁儿童培养优质思维模式,建构思维“芯”。
  27. 是国际化科技教育内容的创始者,以“让中国孩子幸福成长”为使命,始终以“走出去、
  28. 请进来”、“洋为中用”的全球化视野,融合中西文化,全力打造具有成长型思维模式的未来人才。
  29. </div>
  30. </div> -->
  31. <!-- 大事记 -->
  32. <div class="event">
  33. <title-content :title="'大事记'" :titleSub="'MEMORABILIA'"></title-content>
  34. <div class="event-box w1200">
  35. <!-- <img class="event-bgimg" src="http://res.training.luojigou.vip/Fhe0g5Z_6DRjLf3-lSDXKTff-A6Q?imageView2/0/q/50|imageslim" alt=""> -->
  36. <img class="event-bgimg" :src="eventImg" alt="" srcset="">
  37. <div
  38. :style="{top: 237 + 225 * item.site.y + 'px', left: 121 + 228 * item.site.x + 'px'}"
  39. :class="['event-box-item']"
  40. v-for="item in eventData"
  41. :key="item.id">
  42. <!-- <img
  43. @mouseenter="currentEventImg(item)"
  44. class="yearImgurl cp"
  45. :src="item.yearImgurl"
  46. :srcset="`${item.yearImgurlSet[0]} 1x, ${item.yearImgurlSet[1]} 2x`"
  47. alt=""> -->
  48. <div class="yearNumber" @mouseenter="currentEventImg(item)">{{item.id}}</div>
  49. <!-- <div>{{item.eventList[0].month}}</div>
  50. <div>{{item.eventList[0].thing}}</div> -->
  51. <img
  52. v-if="currentEventImgId === item.id"
  53. @mouseleave="currentEventImgId = ''"
  54. :class="['color' + item.id, 'eventImgurl']"
  55. :src="item.eventImgurl"
  56. :style="{width: item.eventImgurlWidth + 'px', height:item.eventImgurlHeight + 'px'}"
  57. alt="">
  58. <!-- <div
  59. v-if="currentEventImgId === item.id"
  60. :class="['color' + item.id, 'eventInfo']"
  61. @mouseleave="currentEventImgId = ''">
  62. <div class="eventItem" v-for="(ele, index) in item.eventList" :key="index">
  63. <div class="month">{{ ele.month }} </div>
  64. <div class="thing">{{ ele.thing }}</div>
  65. </div>
  66. </div> -->
  67. </div>
  68. </div>
  69. </div>
  70. <!-- 核心团队 -->
  71. <div class="kernel">
  72. <title-content :title="'核心团队'" :titleSub="'THE CORE TEAM'"></title-content>
  73. <div class="kernel-box w1200">
  74. <div class="kernel-box-item item01">
  75. <img class="team01" :src="kernelData[0].imgUrl" alt="" srcset="">
  76. <div class="info">
  77. <div class="name">张洁</div>
  78. <div class="title">中德智慧董事长</div>
  79. </div>
  80. </div>
  81. <div class="kernel-box-item item02">
  82. <img class="team02" :src="kernelData[1].imgUrl" alt="" srcset="">
  83. <div class="info">
  84. <div class="name">钟建春</div>
  85. <div class="title">培训部总监</div>
  86. </div>
  87. </div>
  88. <div class="kernel-box-item item03">
  89. <img class="team03" :src="kernelData[1].imgUrl" alt="" srcset="">
  90. <div class="info">
  91. <div class="name">钟建春</div>
  92. <div class="title">培训部总监</div>
  93. </div>
  94. </div>
  95. <div class="kernel-box-item item04">
  96. <img class="team04" :src="kernelData[1].imgUrl" alt="" srcset="">
  97. <div class="info">
  98. <div class="name">钟建春</div>
  99. <div class="title">培训部总监</div>
  100. </div>
  101. </div>
  102. <div class="kernel-box-item item05">
  103. <img class="team05" :src="kernelData[1].imgUrl" alt="" srcset="">
  104. <div class="info">
  105. <div class="name">钟建春</div>
  106. <div class="title">培训部总监</div>
  107. </div>
  108. </div>
  109. </div>
  110. </div>
  111. <!-- 文化 -->
  112. <div class="cultrue">
  113. <div class="title-content">
  114. <div class="title">我们努力践行的文化 </div>
  115. <div class="title-sub">THE CULTURE THAT WE TRY TO LIVE UP TO</div>
  116. </div>
  117. <div class="cultrue-box w1200">
  118. <div class="cultrue-box-item" v-for="item in cultrueData" :key="item.id">
  119. <img :src="item.imgUrl" :class="['wow animate__animated']" alt="" />
  120. <div class="cultrue-box-item-label">{{ item.label }}</div>
  121. <div class="cultrue-box-item-text" v-html="item.text"></div>
  122. </div>
  123. </div>
  124. <div class="cultrue-bgimg">
  125. <img
  126. src="http://res.training.luojigou.vip/Fj4XvDNdIw6iDP8gWQuRHKijlFwM?imageView2/0/q/50|imageslim"
  127. alt="">
  128. </div>
  129. </div>
  130. <!-- 理念 -->
  131. <div class="idea">
  132. <title-content :title="'我们始终秉承的理念'" :titleSub="'WE ALWAYS UPHOID THE CONCEPT'"></title-content>
  133. <div class="idea-box">
  134. <div
  135. class="idea-box-item"
  136. v-for="item in ideaData"
  137. :key="item.id"
  138. >
  139. <div class="top">
  140. <img :src="item.imgUrl" alt="">
  141. </div>
  142. <div class="center">
  143. <img :src="item.numUrl" alt="">
  144. <div>{{item.label}}</div>
  145. </div>
  146. <div class="footer">
  147. <div>{{item.resume}}</div>
  148. </div>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. </template>
  154. <script>
  155. import CommonBanner from '@/components/common/banner';
  156. import TitleContent from '@/components/common/titleContent';
  157. const kernelData = Object.freeze([
  158. {
  159. id: 0,
  160. imgUrl: require("~/assets/images/brand/team_01.png"),
  161. position: "董事长",
  162. name: "张洁",
  163. resume:
  164. "简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍",
  165. },
  166. {
  167. id: 1,
  168. imgUrl: require("~/assets/images/brand/team_02.png"),
  169. position: "培训部 总监",
  170. name: "钟建春",
  171. resume:
  172. "简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍",
  173. }
  174. ]);
  175. const cultrueData = Object.freeze([
  176. {
  177. id: 0,
  178. // imgUrl: "http://res.training.luojigou.vip/Fj0eXd5OYcJRX6z_yBEFbF0OW1Oy?imageView2/0/q/50|imageslim",
  179. imgUrl: require("~/assets/images/brand/cultrue_01@2x.png"),
  180. label: "宗旨",
  181. text: "关注儿童成长</br>服务中国母亲",
  182. },
  183. {
  184. id: 1,
  185. // imgUrl: "http://res.training.luojigou.vip/FrhQqD5x8r45P0_Dod_21toOFgle?imageView2/0/q/50|imageslim",
  186. imgUrl: require("~/assets/images/brand/cultrue_02@2x.png"),
  187. label: "文化",
  188. text: "缔造愿景,追求卓越</br>共生共荣,体现价值",
  189. },
  190. {
  191. id: 2,
  192. // imgUrl: "http://res.training.luojigou.vip/FuBgZGe-F3km2mVM4wByusZFFfAw?imageView2/0/q/50|imageslim",
  193. imgUrl: require("~/assets/images/brand/cultrue_03@2x.png"),
  194. label: "愿景",
  195. text: "让中国的孩子幸福成长",
  196. },
  197. {
  198. id: 3,
  199. // imgUrl: "http://res.training.luojigou.vip/FqOmEqUyO9YBjT65wqfSRr4gKFHD?imageView2/0/q/50|imageslim",
  200. imgUrl: require("~/assets/images/brand/cultrue_04@2x.png"),
  201. label: "价值观",
  202. text:
  203. "客户第一</br>团队合力第二</br>专业专注</br>诚信公正</br>拥抱变化</br>激情快乐 ",
  204. },
  205. ]);
  206. const ideaData = Object.freeze([
  207. {
  208. id: 0,
  209. // imgUrl: "http://res.training.luojigou.vip/FgJw7WqbyCVkQJCgCBd07qipb_PI?imageView2/0/q/50|imageslim",
  210. // numUrl: "http://res.training.luojigou.vip/FgX-hI1Y2fjoIvturT1uYaeVjnfB?imageView2/0/q/50|imageslim",
  211. imgUrl: require("~/assets/images/brand/idea_01@2x.png"),
  212. numUrl: require("~/assets/images/brand/num_01@2x.png"),
  213. label: "专业技术",
  214. resume:
  215. "我们拥有行业专业技术实力与自身 工程开发团队,为您的商业变现及 产品需求保驾护航。",
  216. },
  217. {
  218. id: 1,
  219. // imgUrl: "http://res.training.luojigou.vip/Fl4S2hBlBWsTvfwdvYHaE3RKpLyO?imageView2/0/q/50|imageslim",
  220. // numUrl: "http://res.training.luojigou.vip/Fk5hTknpr4deZWFtcfmRJSHNV3_K?imageView2/0/q/50|imageslim",
  221. imgUrl: require("~/assets/images/brand/idea_02@2x.png"),
  222. numUrl: require("~/assets/images/brand/num_02@2x.png"),
  223. label: "贴心服务",
  224. resume:
  225. "我们始终坚持优质的服务理念,无 论任何时候您遇到困难,我们都会 及时提供精准有效的解决方案。",
  226. },
  227. {
  228. id: 2,
  229. // imgUrl: "http://res.training.luojigou.vip/FkRWFwiFQu4XL1BPA96jHbmK1X1D?imageView2/0/q/50|imageslim",
  230. // numUrl: "http://res.training.luojigou.vip/FiBasqi9NpLdJ_U9jr-95yxgvL1C?imageView2/0/q/50|imageslim",
  231. imgUrl: require("~/assets/images/brand/idea_03@2x.png"),
  232. numUrl: require("~/assets/images/brand/num_03@2x.png"),
  233. label: "创业伙伴",
  234. resume:
  235. "我们把每一位客户都当作创业伙伴,期 盼在未来成长的道路上一路相伴,携手前行。",
  236. },
  237. ]);
  238. const eventData = Object.freeze([
  239. {
  240. id: 2003,
  241. site: {
  242. x: 4,
  243. y: 3,
  244. },
  245. // yearImgurl: "http://res.training.luojigou.vip/FsTtnNKFpIsYh69tIsWqEiocc0Jr?imageView2/0/q/50|imageslim",
  246. // eventImgurl: "http://res.training.luojigou.vip/FrFfg21nonbZyNSUSpAWCiREn7lk?imageView2/0/q/50|imageslim",
  247. yearImgurl: require('~/assets/images/about/year_2003.png'),
  248. yearImgurlSet: [require('~/assets/images/about/year_2003.png'), require('~/assets/images/about/year_2003@2x.png')],
  249. eventImgurl: require('~/assets/images/brand/event_year_2003@2x.png'),
  250. eventImgurlWidth: '269',
  251. eventImgurlHeight: '350',
  252. eventList: [
  253. {
  254. month: '2月',
  255. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  256. },
  257. {
  258. month: '5月',
  259. thing: '北京中德智慧教育文化有限公司成立。'
  260. },
  261. {
  262. month: '12月',
  263. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  264. }
  265. ]
  266. },
  267. {
  268. id: 2004,
  269. site: {
  270. x: 3,
  271. y: 3,
  272. },
  273. // yearImgurl:
  274. // "http://res.training.luojigou.vip/Fhe4VjIQDeQtQzPnSVmsDc4yYYzE?imageView2/0/q/50|imageslim",
  275. // eventImgurl:
  276. // "http://res.training.luojigou.vip/FvnL2N118R-0Cp9OcKgK9Ru8nAyp?imageView2/0/q/50|imageslim",
  277. yearImgurl: require('~/assets/images/about/year_2004.png'),
  278. yearImgurlSet: [require('~/assets/images/about/year_2004.png'), require('~/assets/images/about/year_2004@2x.png')],
  279. eventImgurl: require('~/assets/images/brand/event_year_2004@2x.png'),
  280. eventImgurlWidth: '269',
  281. eventImgurlHeight: '246',
  282. eventList: [
  283. {
  284. month: '2月',
  285. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  286. },
  287. {
  288. month: '5月',
  289. thing: '北京中德智慧教育文化有限公司成立。'
  290. },
  291. {
  292. month: '12月',
  293. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  294. }
  295. ]
  296. },
  297. {
  298. id: 2005,
  299. site: {
  300. x: 2,
  301. y: 3,
  302. },
  303. // yearImgurl:
  304. // "http://res.training.luojigou.vip/FodjYYc3-VyZyJHnfuKJQGapkJzt?imageView2/0/q/50|imageslim",
  305. // eventImgurl:
  306. // "http://res.training.luojigou.vip/FqNcz_3P81MubVeHzAnn_RrkMoCQ?imageView2/0/q/50|imageslim",
  307. eventImgurl: require('~/assets/images/brand/event_year_2005@2x.png'),
  308. yearImgurl: require('~/assets/images/about/year_2005.png'),
  309. yearImgurlSet: [require('~/assets/images/about/year_2005.png'), require('~/assets/images/about/year_2005@2x.png')],
  310. eventImgurlWidth: '269',
  311. eventImgurlHeight: '245',
  312. eventList: [
  313. {
  314. month: '2月',
  315. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  316. },
  317. {
  318. month: '5月',
  319. thing: '北京中德智慧教育文化有限公司成立。'
  320. },
  321. {
  322. month: '12月',
  323. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  324. }
  325. ]
  326. },
  327. {
  328. id: 2006,
  329. site: {
  330. x: 1,
  331. y: 3,
  332. },
  333. // yearImgurl:
  334. // "http://res.training.luojigou.vip/Fj_2tRMk_1H9NSp9rE0XK0nEcv6g?imageView2/0/q/50|imageslim",
  335. // eventImgurl:
  336. // "http://res.training.luojigou.vip/FkvModMYKxFJcnqRrpGSULyd9Th7?imageView2/0/q/50|imageslim",
  337. yearImgurl: require('~/assets/images/about/year_2006.png'),
  338. yearImgurlSet: [require('~/assets/images/about/year_2006.png'), require('~/assets/images/about/year_2006@2x.png')],
  339. eventImgurl: require('~/assets/images/brand/event_year_2006@2x.png'),
  340. eventImgurlWidth: '269',
  341. eventImgurlHeight: '273',
  342. eventList: [
  343. {
  344. month: '2月',
  345. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  346. },
  347. {
  348. month: '5月',
  349. thing: '北京中德智慧教育文化有限公司成立。'
  350. },
  351. {
  352. month: '12月',
  353. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  354. }
  355. ]
  356. },
  357. {
  358. id: 2007,
  359. site: {
  360. x: 0,
  361. y: 3,
  362. },
  363. // yearImgurl:
  364. // "http://res.training.luojigou.vip/Fm4DqB0VKXcLXaa4P2suM1i-2LMZ?imageView2/0/q/50|imageslim",
  365. // eventImgurl:
  366. // "http://res.training.luojigou.vip/Fkp-2UvHIyIqEW9pu5tZKNpvcCov?imageView2/0/q/50|imageslim",
  367. yearImgurl: require('~/assets/images/about/year_2007.png'),
  368. yearImgurlSet: [require('~/assets/images/about/year_2007.png'), require('~/assets/images/about/year_2007@2x.png')],
  369. eventImgurl: require('~/assets/images/brand/event_year_2007@2x.png'),
  370. eventImgurlWidth: '269',
  371. eventImgurlHeight: '403',
  372. eventList: [
  373. {
  374. month: '2月',
  375. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  376. },
  377. {
  378. month: '5月',
  379. thing: '北京中德智慧教育文化有限公司成立。'
  380. },
  381. {
  382. month: '12月',
  383. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  384. }
  385. ]
  386. },
  387. {
  388. id: 2008,
  389. site: {
  390. x: 0,
  391. y: 2,
  392. },
  393. // yearImgurl:
  394. // "http://res.training.luojigou.vip/FlEj53_PWeL59J8V6qqduokmrEif?imageView2/0/q/50|imageslim",
  395. // eventImgurl:
  396. // "http://res.training.luojigou.vip/FpIzAvfIOeIhBEtzVEZYp74y7Wh3?imageView2/0/q/50|imageslim",
  397. yearImgurl: require('~/assets/images/about/year_2008.png'),
  398. yearImgurlSet: [require('~/assets/images/about/year_2008.png'), require('~/assets/images/about/year_2008@2x.png')],
  399. eventImgurl: require('~/assets/images/brand/event_year_2008@2x.png'),
  400. eventImgurlWidth: '269',
  401. eventImgurlHeight: '245',
  402. eventList: [
  403. {
  404. month: '2月',
  405. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  406. },
  407. {
  408. month: '5月',
  409. thing: '北京中德智慧教育文化有限公司成立。'
  410. },
  411. {
  412. month: '12月',
  413. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  414. }
  415. ]
  416. },
  417. {
  418. id: 2009,
  419. site: {
  420. x: 1,
  421. y: 2,
  422. },
  423. // yearImgurl:
  424. // "http://res.training.luojigou.vip/FtRU3rBk7D0SBEmbTujXX1o3THTU?imageView2/0/q/50|imageslim",
  425. // eventImgurl:
  426. // "http://res.training.luojigou.vip/Fnmlx106pwroL9I6UNo81BTpxGyO?imageView2/0/q/50|imageslim",
  427. yearImgurl: require('~/assets/images/about/year_2009.png'),
  428. yearImgurlSet: [require('~/assets/images/about/year_2009.png'), require('~/assets/images/about/year_2009@2x.png')],
  429. eventImgurl: require('~/assets/images/brand/event_year_2009@2x.png'),
  430. eventImgurlWidth: '269',
  431. eventImgurlHeight: '220',
  432. eventList: [
  433. {
  434. month: '2月',
  435. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  436. },
  437. {
  438. month: '5月',
  439. thing: '北京中德智慧教育文化有限公司成立。'
  440. },
  441. {
  442. month: '12月',
  443. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  444. }
  445. ]
  446. },
  447. {
  448. id: 2010,
  449. site: {
  450. x: 2,
  451. y: 2,
  452. },
  453. // yearImgurl:
  454. // "http://res.training.luojigou.vip/Fmx2IObHIKURUiGbrvX4cpZ-u5MB?imageView2/0/q/50|imageslim",
  455. // eventImgurl:
  456. // "http://res.training.luojigou.vip/Fg2GfiNmRknqRjTbzvCq09ewERIH?imageView2/0/q/50|imageslim",
  457. yearImgurl: require('~/assets/images/about/year_2010.png'),
  458. yearImgurlSet: [require('~/assets/images/about/year_2010.png'), require('~/assets/images/about/year_2010@2x.png')],
  459. eventImgurl: require('~/assets/images/brand/event_year_2010@2x.png'),
  460. eventImgurlWidth: '269',
  461. eventImgurlHeight: '403',
  462. eventList: [
  463. {
  464. month: '2月',
  465. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  466. },
  467. {
  468. month: '5月',
  469. thing: '北京中德智慧教育文化有限公司成立。'
  470. },
  471. {
  472. month: '12月',
  473. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  474. }
  475. ]
  476. },
  477. {
  478. id: 2011,
  479. site: {
  480. x: 3,
  481. y: 2,
  482. },
  483. // yearImgurl:
  484. // "http://res.training.luojigou.vip/FutAwrnX_ypeS4bUqol5xKVVqrXU?imageView2/0/q/50|imageslim",
  485. // eventImgurl:
  486. // "http://res.training.luojigou.vip/FuPF8r4-f8-_SY_v0Tky2AnFPYeH?imageView2/0/q/50|imageslim",
  487. yearImgurl: require('~/assets/images/about/year_2011.png'),
  488. yearImgurlSet: [require('~/assets/images/about/year_2011.png'), require('~/assets/images/about/year_2011@2x.png')],
  489. eventImgurl: require('~/assets/images/brand/event_year_2011@2x.png'),
  490. eventImgurlWidth: '269',
  491. eventImgurlHeight: '480',
  492. eventList: [
  493. {
  494. month: '2月',
  495. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  496. },
  497. {
  498. month: '5月',
  499. thing: '北京中德智慧教育文化有限公司成立。'
  500. },
  501. {
  502. month: '12月',
  503. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  504. }
  505. ]
  506. },
  507. {
  508. id: 2012,
  509. site: {
  510. x: 4,
  511. y: 2,
  512. },
  513. // yearImgurl:
  514. // "http://res.training.luojigou.vip/Fg3Jph3aJcX-hQtbvOs5UJZCzmj7?imageView2/0/q/50|imageslim",
  515. // eventImgurl:
  516. // "http://res.training.luojigou.vip/Fp5DT3Tg3CBl2rvjT9sIsCBcUSWu?imageView2/0/q/50|imageslim",
  517. yearImgurl: require('~/assets/images/about/year_2012.png'),
  518. yearImgurlSet: [require('~/assets/images/about/year_2012.png'), require('~/assets/images/about/year_2012@2x.png')],
  519. eventImgurl: require('~/assets/images/brand/event_year_2012@2x.png'),
  520. eventImgurlWidth: '269',
  521. eventImgurlHeight: '325',
  522. eventList: [
  523. {
  524. month: '2月',
  525. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  526. },
  527. {
  528. month: '5月',
  529. thing: '北京中德智慧教育文化有限公司成立。'
  530. },
  531. {
  532. month: '12月',
  533. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  534. }
  535. ]
  536. },
  537. {
  538. id: 2013,
  539. site: {
  540. x: 4,
  541. y: 1,
  542. },
  543. // yearImgurl:
  544. // "http://res.training.luojigou.vip/FjWOsyUqGM6eIaPW3_lCzDzw3h1M?imageView2/0/q/50|imageslim",
  545. // eventImgurl:
  546. // "http://res.training.luojigou.vip/FirCgjTps0bLqGV5-TOpuX6q8SMl?imageView2/0/q/50|imageslim",
  547. yearImgurl: require('~/assets/images/about/year_2013.png'),
  548. yearImgurlSet: [require('~/assets/images/about/year_2013.png'), require('~/assets/images/about/year_2013@2x.png')],
  549. eventImgurl: require('~/assets/images/brand/event_year_2013@2x.png'),
  550. eventImgurlWidth: '269',
  551. eventImgurlHeight: '394',
  552. eventList: [
  553. {
  554. month: '2月',
  555. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  556. },
  557. {
  558. month: '5月',
  559. thing: '北京中德智慧教育文化有限公司成立。'
  560. },
  561. {
  562. month: '12月',
  563. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  564. }
  565. ]
  566. },
  567. {
  568. id: 2014,
  569. site: {
  570. x: 3,
  571. y: 1,
  572. },
  573. // yearImgurl:
  574. // "http://res.training.luojigou.vip/FqI9b5_4iP6WmoVE_z7o9RLm7RZe?imageView2/0/q/50|imageslim",
  575. // eventImgurl:
  576. // "http://res.training.luojigou.vip/FlyzOxQWuiW2nYmACRUPsiCLyuw7?imageView2/0/q/50|imageslim",
  577. yearImgurl: require('~/assets/images/about/year_2014.png'),
  578. yearImgurlSet: [require('~/assets/images/about/year_2014.png'), require('~/assets/images/about/year_2014@2x.png')],
  579. eventImgurl: require('~/assets/images/brand/event_year_2014@2x.png'),
  580. eventImgurlWidth: '269',
  581. eventImgurlHeight: '688',
  582. eventList: [
  583. {
  584. month: '2月',
  585. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  586. },
  587. {
  588. month: '5月',
  589. thing: '北京中德智慧教育文化有限公司成立。'
  590. },
  591. {
  592. month: '12月',
  593. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  594. }
  595. ]
  596. },
  597. {
  598. id: 2015,
  599. site: {
  600. x: 2,
  601. y: 1,
  602. },
  603. // yearImgurl:
  604. // "http://res.training.luojigou.vip/FoeSNwPl-fQXqwwow99j9Rsd9tjB?imageView2/0/q/50|imageslim",
  605. // eventImgurl:
  606. // "http://res.training.luojigou.vip/FmBATtftJW08bU-5KGBFuKsAQSN1?imageView2/0/q/50|imageslim",
  607. yearImgurl: require('~/assets/images/about/year_2015.png'),
  608. yearImgurlSet: [require('~/assets/images/about/year_2015.png'), require('~/assets/images/about/year_2015@2x.png')],
  609. eventImgurl: require('~/assets/images/brand/event_year_2015@2x.png'),
  610. eventImgurlWidth: '269',
  611. eventImgurlHeight: '324',
  612. eventList: [
  613. {
  614. month: '2月',
  615. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  616. },
  617. {
  618. month: '5月',
  619. thing: '北京中德智慧教育文化有限公司成立。'
  620. },
  621. {
  622. month: '12月',
  623. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  624. }
  625. ]
  626. },
  627. {
  628. id: 2016,
  629. site: {
  630. x: 1,
  631. y: 1,
  632. },
  633. // yearImgurl:
  634. // "http://res.training.luojigou.vip/Fl2SA1cd8DqIzQGIQqh5qrNUMmR6?imageView2/0/q/50|imageslim",
  635. // eventImgurl:
  636. // "http://res.training.luojigou.vip/FoaOya6X8s6j3Bzc2oBNDvX-JHW2?imageView2/0/q/50|imageslim",
  637. yearImgurl: require('~/assets/images/about/year_2016.png'),
  638. yearImgurlSet: [require('~/assets/images/about/year_2016.png'), require('~/assets/images/about/year_2016@2x.png')],
  639. eventImgurl: require('~/assets/images/brand/event_year_2016@2x.png'),
  640. eventImgurlWidth: '269',
  641. eventImgurlHeight: '584',
  642. eventList: [
  643. {
  644. month: '2月',
  645. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  646. },
  647. {
  648. month: '5月',
  649. thing: '北京中德智慧教育文化有限公司成立。'
  650. },
  651. {
  652. month: '12月',
  653. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  654. }
  655. ]
  656. },
  657. {
  658. id: 2017,
  659. site: {
  660. x: 0,
  661. y: 1,
  662. },
  663. // yearImgurl:
  664. // "http://res.training.luojigou.vip/Fi_RKVrGct2V235xsKpwsIA51YX-?imageView2/0/q/50|imageslim",
  665. // eventImgurl:
  666. // "http://res.training.luojigou.vip/FsALqlvULFPhf-kxcPw1YtRiZjIG?imageView2/0/q/50|imageslim",
  667. yearImgurl: require('~/assets/images/about/year_2017.png'),
  668. yearImgurlSet: [require('~/assets/images/about/year_2017.png'), require('~/assets/images/about/year_2017@2x.png')],
  669. eventImgurl: require('~/assets/images/brand/event_year_2017@2x.png'),
  670. eventImgurlWidth: '269',
  671. eventImgurlHeight: '532',
  672. eventList: [
  673. {
  674. month: '2月',
  675. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  676. },
  677. {
  678. month: '5月',
  679. thing: '北京中德智慧教育文化有限公司成立。'
  680. },
  681. {
  682. month: '12月',
  683. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  684. }
  685. ]
  686. },
  687. {
  688. id: 2018,
  689. site: {
  690. x: 0,
  691. y: 0,
  692. },
  693. // yearImgurl:
  694. // "http://res.training.luojigou.vip/FvN4BWxIckbJmo_qrN7mlILrtQKg?imageView2/0/q/50|imageslim",
  695. // eventImgurl:
  696. // "http://res.training.luojigou.vip/FvQZtrIRkaNzGJ8KbF1-Cl-k5hfJ?imageView2/0/q/50|imageslim",
  697. yearImgurl: require('~/assets/images/about/year_2018.png'),
  698. yearImgurlSet: [require('~/assets/images/about/year_2018.png'), require('~/assets/images/about/year_2018@2x.png')],
  699. eventImgurl: require('~/assets/images/brand/event_year_2018@2x.png'),
  700. eventImgurlWidth: '269',
  701. eventImgurlHeight: '662',
  702. eventList: [
  703. {
  704. month: '2月',
  705. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  706. },
  707. {
  708. month: '5月',
  709. thing: '北京中德智慧教育文化有限公司成立。'
  710. },
  711. {
  712. month: '12月',
  713. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  714. }
  715. ]
  716. },
  717. {
  718. id: 2019,
  719. site: {
  720. x: 1,
  721. y: 0,
  722. },
  723. // yearImgurl:
  724. // "http://res.training.luojigou.vip/Fgr3xXoLsgpIP2wBglovLx0e89Mb?imageView2/0/q/50|imageslim",
  725. // eventImgurl:
  726. // "http://res.training.luojigou.vip/Flio74FIlTt_aYhyW-3scKmhSrHc?imageView2/0/q/50|imageslim",
  727. yearImgurl: require('~/assets/images/about/year_2019.png'),
  728. yearImgurlSet: [require('~/assets/images/about/year_2019.png'), require('~/assets/images/about/year_2019@2x.png')],
  729. eventImgurl: require('~/assets/images/brand/event_year_2019@2x.png'),
  730. eventImgurlWidth: '269',
  731. eventImgurlHeight: '766',
  732. eventList: [
  733. {
  734. month: '2月',
  735. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  736. },
  737. {
  738. month: '5月',
  739. thing: '北京中德智慧教育文化有限公司成立。'
  740. },
  741. {
  742. month: '12月',
  743. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  744. }
  745. ]
  746. },
  747. {
  748. id: 2020,
  749. site: {
  750. x: 2,
  751. y: 0,
  752. },
  753. // yearImgurl:
  754. // "http://res.training.luojigou.vip/FhjVzCv4CjuHsuCjJvSWGGxruzxv?imageView2/0/q/50|imageslim",
  755. yearImgurl: require('~/assets/images/about/year_2020.png'),
  756. yearImgurlSet: [require('~/assets/images/about/year_2020.png'), require('~/assets/images/about/year_2020@2x.png')],
  757. eventList: [
  758. {
  759. month: '2月',
  760. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  761. },
  762. {
  763. month: '5月',
  764. thing: '北京中德智慧教育文化有限公司成立。'
  765. },
  766. {
  767. month: '12月',
  768. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  769. }
  770. ]
  771. },
  772. {
  773. id: 2021,
  774. site: {
  775. x: 3,
  776. y: 0,
  777. },
  778. // yearImgurl:
  779. // "http://res.training.luojigou.vip/FhjVzCv4CjuHsuCjJvSWGGxruzxv?imageView2/0/q/50|imageslim",
  780. yearImgurl: require('~/assets/images/about/year_2020.png'),
  781. yearImgurlSet: [require('~/assets/images/about/year_2020.png'), require('~/assets/images/about/year_2020@2x.png')],
  782. eventList: [
  783. {
  784. month: '2月',
  785. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  786. },
  787. {
  788. month: '5月',
  789. thing: '北京中德智慧教育文化有限公司成立。'
  790. },
  791. {
  792. month: '12月',
  793. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  794. }
  795. ]
  796. },
  797. ]);
  798. export default {
  799. name: "BrandPage",
  800. head() {
  801. return {
  802. title: "逻辑狗官网-中德智慧教育",
  803. meta: [
  804. {
  805. name: "keywords",
  806. hid: "keywords",
  807. content: `逻辑狗官网、逻辑狗教材、 幼儿园教材、逻辑狗课程、逻辑狗思维训练课程、儿童思维教育、0-12岁儿童`,
  808. },
  809. {
  810. name: "description",
  811. hid: "description",
  812. content: `逻辑狗官方网站,专为0-12岁儿童设计的思维训练课程,中德智慧教育,全球优质教育内容输出平台`,
  813. },
  814. ],
  815. };
  816. },
  817. components: {
  818. CommonBanner,
  819. TitleContent
  820. },
  821. mounted() {},
  822. data() {
  823. return {
  824. companyImg: require('@/assets/images/brand/company.png'),
  825. companyLeft: require('@/assets/images/brand/companyImg.png'),
  826. companyRight: require('@/assets/images/brand/profileImg.png'),
  827. bgLogo: require('@/assets/images/brand/bgLogo.png'),
  828. eventImg: require('@/assets/images/brand/eventImg.png'),
  829. bgImg: require('@/assets/images/brand/brandBg.png'),
  830. bannerImg: require('~/assets/images/about/about_brand.png'),
  831. kernelData,
  832. currentMouserEnter: false,
  833. currentMouserId: "",
  834. cultrueData,
  835. ideaData,
  836. eventData,
  837. currentEventImgId: 2003,
  838. };
  839. },
  840. methods: {
  841. currentElement(item) {
  842. this.currentMouserId = item.id;
  843. this.currentMouserEnter = true;
  844. },
  845. currentEventImg(item) {
  846. this.currentEventImgId = item.id;
  847. },
  848. },
  849. };
  850. </script>
  851. <style scoped lang="scss">
  852. @import '~static/common/style.sass';
  853. .Brand-container {
  854. .label {
  855. .label-en {
  856. height: 78px;
  857. font-size: 56px;
  858. font-family: PingFangSC-Semibold, sans-serif;
  859. font-weight: 600;
  860. color:rgba(35,106,250,0.16);
  861. line-height: 78px;
  862. }
  863. .label-zn {
  864. height: 65px;
  865. font-size: 46px;
  866. font-family: PingFangSC-Semibold, sans-serif;
  867. font-weight: 600;
  868. color: #262626;
  869. line-height: 65px;
  870. letter-spacing: 1px;
  871. }
  872. }
  873. .banner-img {
  874. position: relative;
  875. img {
  876. width: 100%;
  877. height: 595px;
  878. display: block;
  879. }
  880. .label {
  881. color: #ffffff;
  882. position: absolute;
  883. top: 50%;
  884. left: 50%;
  885. transform: translate(-50%, -50%);
  886. font-size: 66px;
  887. font-family: PingFangSC-Medium, sans-serif;
  888. font-weight: 500;
  889. }
  890. }
  891. .company-intro {
  892. display: flex;
  893. margin: 0 auto;
  894. max-width: 2560px;
  895. .left {
  896. flex: 1;
  897. }
  898. .right {
  899. position: relative;
  900. flex: 1;
  901. .info {
  902. margin: 73px 0 0 39px;
  903. max-width: 520px;;
  904. position: absolute;
  905. top: 0;
  906. .name-en {
  907. font-size: 50px;
  908. font-family: PingFangSC-Medium, PingFang SC;
  909. font-weight: 500;
  910. color: #FFFFFF;
  911. letter-spacing: 1px;
  912. opacity: 0.1;
  913. }
  914. .name {
  915. position: relative;
  916. font-size: 40px;
  917. font-family: PingFangSC-Medium, PingFang SC;
  918. font-weight: 500;
  919. color: #FFFFFF;
  920. letter-spacing: 1px;
  921. transform: translateY(-44px);
  922. &::after {
  923. position: absolute;
  924. content: '';
  925. width: 47px;
  926. height: 2px;
  927. border-radius: 200px;
  928. background: #FFFFFF;
  929. left: 6px;
  930. bottom: -17px;
  931. opacity: 0.8;
  932. }
  933. }
  934. p {
  935. font-size: 14px;
  936. font-family: PingFangSC-Regular, PingFang SC;
  937. font-weight: 400;
  938. color: #FFFFFF;
  939. line-height: 36px;
  940. margin-bottom: 50px;
  941. }
  942. }
  943. .bgLogo {
  944. position: absolute;
  945. z-index: 10;
  946. width: 103px;
  947. height: 132px;
  948. right: 187px;
  949. bottom: 32px;
  950. }
  951. }
  952. img {
  953. width: 100%;
  954. }
  955. }
  956. .event {
  957. position: relative;
  958. margin-top: 100px;
  959. .event-box {
  960. position: relative;
  961. margin-top: 70px;
  962. // width: 1297px;
  963. // height: 1296px;
  964. // position: absolute;
  965. // left: 50%;
  966. // top: 259px;
  967. // transform: translateX(-50%);
  968. .event-bgimg {
  969. width: 1200px;
  970. height: 1185px;
  971. // position: absolute;
  972. // left: 0;
  973. // top: 0;
  974. // right: 0;
  975. // bottom: 0;
  976. // object-fit: cover;
  977. }
  978. .event-box-item {
  979. position: absolute;
  980. // .yearImgurl {
  981. // width: 65px;
  982. // height: 30px;
  983. // object-fit: cover;
  984. // }
  985. .yearNumber {
  986. text-align: center;
  987. background-color: #0D5CFA;
  988. width: 50px;
  989. height: 22px;
  990. line-height: 22px;
  991. font-size: 15px;
  992. font-family: Nunito-Black, Nunito;
  993. font-weight: 900;
  994. color: #FFFFFF;
  995. border-radius: 200px;
  996. }
  997. .eventImgurl {
  998. position: absolute;
  999. z-index: 1;
  1000. transform: translate(-50%, -50%);
  1001. }
  1002. .eventInfo {
  1003. position: absolute;
  1004. z-index: 1;
  1005. transform: translate(-50%, -50%);
  1006. width: 269px;
  1007. background-color: #0D5CFA;
  1008. color: #FFFFFF;
  1009. padding: 10px 20px 20px;
  1010. border-radius: 20px;
  1011. }
  1012. .eventItem {
  1013. .month {
  1014. font-size: 18px;
  1015. font-family: PingFangSC-Semibold, sans-serif;
  1016. font-weight: 500;
  1017. line-height: 26px;
  1018. }
  1019. .thing {
  1020. font-size: 16px;
  1021. font-family: PingFangSC-Regular, sans-serif;
  1022. line-height: 26px;
  1023. }
  1024. }
  1025. }
  1026. }
  1027. }
  1028. .kernel {
  1029. margin: 100px auto;
  1030. // height: 2000px;
  1031. position: relative;
  1032. .label {
  1033. // position: absolute;
  1034. width: 100%;
  1035. text-align: center;
  1036. .label-en {
  1037. // font-size: 78px;
  1038. // font-family: PingFangSC-Semibold, sans-serif;
  1039. // font-weight: 600;
  1040. // color: rgba(35, 106, 250, 1);
  1041. // opacity: 0.16;
  1042. }
  1043. .label-zn {
  1044. // font-size: 58px;
  1045. // font-family: PingFangSC-Semibold, sans-serif;
  1046. // font-weight: 600;
  1047. // color: rgba(38, 38, 38, 1);
  1048. // position: absolute;
  1049. // top: 45px;
  1050. // left: 32px;
  1051. position: absolute;
  1052. top: 30px;
  1053. left: 50%;
  1054. transform: translateX(-50%);
  1055. // margin-top: -65px;
  1056. }
  1057. }
  1058. .kernel-box {
  1059. // position: absolute;
  1060. // top: 300px;
  1061. // left: 50%;
  1062. // transform: translateX(-50%);
  1063. height: 604px;
  1064. display: flex;
  1065. flex-wrap: wrap;
  1066. // justify-content: space-between;
  1067. align-items: center;
  1068. position: relative;
  1069. .kernel-box-item {
  1070. position: absolute;
  1071. bottom: 0;
  1072. display: flex;
  1073. align-self: flex-end;
  1074. // align-items: flex-end;
  1075. .info {
  1076. position: absolute;
  1077. display: flex;
  1078. .name {
  1079. margin: 0 auto;
  1080. writing-mode: vertical-lr;
  1081. writing-mode: tb-lr;
  1082. font-size: 16px;
  1083. font-family: PingFangSC-Medium, PingFang SC;
  1084. font-weight: bold;
  1085. color: #253149;
  1086. line-height: 18px;
  1087. letter-spacing: 1px;
  1088. margin-right: 7px;
  1089. }
  1090. .title {
  1091. margin: 18px auto 0;
  1092. writing-mode: vertical-lr;
  1093. writing-mode: tb-lr;
  1094. font-size: 16px;
  1095. font-family: PingFangSC-Regular, PingFang SC;
  1096. font-weight: 400;
  1097. color: #7D8196;
  1098. letter-spacing: 2px;
  1099. line-height: 19px;
  1100. }
  1101. }
  1102. &.item01 {
  1103. left: 50%;
  1104. transform: translateX(-50%);
  1105. width: 375px;
  1106. z-index: 10;
  1107. .info {
  1108. left: 40px;
  1109. top: -45px;
  1110. }
  1111. }
  1112. &.item02 {
  1113. left: 69%;
  1114. transform: translateX(-50%);
  1115. width: 253px;
  1116. z-index: 8;
  1117. .info {
  1118. right: 10px;
  1119. top: -18px;
  1120. }
  1121. }
  1122. &.item03 {
  1123. left: 30%;
  1124. transform: translateX(-50%);
  1125. width: 253px;
  1126. z-index: 8;
  1127. .info {
  1128. left: -10px;
  1129. top: -18px;
  1130. }
  1131. }
  1132. &.item04 {
  1133. left: 84%;
  1134. transform: translateX(-50%);
  1135. width: 200px;
  1136. z-index: 6;
  1137. .info {
  1138. right: -25px;
  1139. top: 5px;
  1140. }
  1141. }
  1142. &.item05 {
  1143. left: 14%;
  1144. transform: translateX(-50%);
  1145. width: 200px;
  1146. z-index: 6;
  1147. .info {
  1148. left: -25px;
  1149. top: 5px;
  1150. }
  1151. }
  1152. img {
  1153. width: 100%;
  1154. }
  1155. // .kernel-box-item {
  1156. // width: 100%;
  1157. // bottom: 0;
  1158. // position: absolute;
  1159. // }
  1160. .team03, .team05{
  1161. transform: rotateY(180deg); /* 水平镜像翻转 */
  1162. }
  1163. .top {
  1164. width: 373px;
  1165. height: 466px;
  1166. position: relative;
  1167. z-index: 66;
  1168. .people-img {
  1169. width: 373px;
  1170. height: 466px;
  1171. display: block;
  1172. }
  1173. .overlay-img {
  1174. width: 373px;
  1175. height: 466px;
  1176. position: absolute;
  1177. top: 0;
  1178. left: 0;
  1179. z-index: 1;
  1180. }
  1181. .people-intro {
  1182. position: absolute;
  1183. bottom: 12px;
  1184. left: 37px;
  1185. z-index: 66;
  1186. .name {
  1187. font-size: 45px;
  1188. font-family: PingFangSC-Semibold, sans-serif;
  1189. font-weight: 600;
  1190. color: rgba(255, 255, 255, 1);
  1191. letter-spacing: 1px;
  1192. }
  1193. .position {
  1194. font-size: 20px;
  1195. font-family: PingFangSC-Regular, sans-serif;
  1196. font-weight: 400;
  1197. color: rgba(255, 255, 255, 1);
  1198. letter-spacing: 0.5px;
  1199. }
  1200. }
  1201. .intro {
  1202. display: none;
  1203. position: absolute;
  1204. z-index: 66;
  1205. bottom: 160px;
  1206. left: 37px;
  1207. font-family: PingFangSC-Regular, sans-serif;
  1208. font-weight: 400;
  1209. color: rgba(255, 255, 255, 1);
  1210. .intro-label {
  1211. font-size: 16px;
  1212. margin-bottom: 12px;
  1213. }
  1214. .resume {
  1215. width: 280px;
  1216. font-size: 14px;
  1217. font-family: PingFangSC-Regular, sans-serif;
  1218. font-weight: 400;
  1219. color: #FFFFFF;
  1220. line-height: 28px;
  1221. }
  1222. }
  1223. }
  1224. .bottom {
  1225. width: 373px;
  1226. height: 8px;
  1227. background-color: #83abf9;
  1228. }
  1229. .mask {
  1230. display: none;
  1231. position: absolute;
  1232. border-radius: 10px;
  1233. top: 0;
  1234. bottom: 0;
  1235. left: 0;
  1236. right: 0;
  1237. transition: all .5s;
  1238. -webkit-transition: all .5s;
  1239. }
  1240. }
  1241. }
  1242. }
  1243. .cultrue {
  1244. position: relative;
  1245. overflow: hidden;
  1246. padding: 100px 0;
  1247. background: url('~assets/images/brand/cultrueBg.png');
  1248. background-color: #0D5CFA;
  1249. background-size: cover;
  1250. .title-content {
  1251. .title {
  1252. color: #ffffff;
  1253. }
  1254. .title-sub {
  1255. color: #ffffff;
  1256. }
  1257. }
  1258. .label {
  1259. position: absolute;
  1260. width: 100%;
  1261. // left: 778px;
  1262. .label-en {
  1263. // font-size: 78px;
  1264. // font-family: PingFangSC-Semibold, sans-serif;
  1265. // font-weight: 600;
  1266. // color: rgba(35, 106, 250, 1);
  1267. // opacity: 0.16;
  1268. position: absolute;
  1269. left: 50%;
  1270. transform: translateX(-50%);
  1271. }
  1272. .label-zn {
  1273. // font-size: 58px;
  1274. // font-family: PingFangSC-Semibold, sans-serif;
  1275. // font-weight: 600;
  1276. // color: rgba(38, 38, 38, 1);
  1277. position: absolute;
  1278. top: 30px;
  1279. left: 50%;
  1280. transform: translateX(-50%);
  1281. }
  1282. }
  1283. .cultrue-box {
  1284. margin-top: 96px;
  1285. display: flex;
  1286. padding: 0 50px;
  1287. justify-content: space-between;
  1288. // justify-content: center;
  1289. .cultrue-box-item {
  1290. // margin-right: 151px;
  1291. color: #ffffff;
  1292. img {
  1293. width: 170px;
  1294. height: 159px;
  1295. }
  1296. .cultrue-box-item-label {
  1297. font-size: 30px;
  1298. font-family: PingFangSC-Regular, sans-serif;
  1299. font-weight: 400;
  1300. text-align: center;
  1301. }
  1302. .cultrue-box-item-text {
  1303. // width: 178px;
  1304. text-align: center;
  1305. font-size: 15px;
  1306. font-family: PingFangSC-Regular, sans-serif;
  1307. font-weight: 400;
  1308. letter-spacing: 0.5px;
  1309. margin-top: 30px;
  1310. }
  1311. }
  1312. }
  1313. .cultrue-bgimg {
  1314. position: absolute;
  1315. z-index: -1;
  1316. right: 226px;
  1317. bottom: 155px;
  1318. img {
  1319. width: 627px;
  1320. height: 499px;
  1321. }
  1322. }
  1323. }
  1324. .idea {
  1325. position: relative;
  1326. margin: 100px 0;
  1327. .label {
  1328. position: absolute;
  1329. left: 50%;
  1330. transform: translateX(-50%);
  1331. width: 540px;
  1332. .label-en {
  1333. // font-size: 78px;
  1334. // font-family: PingFangSC-Semibold, sans-serif;
  1335. // font-weight: 600;
  1336. // color: rgba(35, 106, 250, 1);
  1337. // opacity: 0.16;
  1338. // position: absolute;
  1339. }
  1340. .label-zn {
  1341. // font-size: 58px;
  1342. // font-family: PingFangSC-Semibold, sans-serif;
  1343. // font-weight: 600;
  1344. // color: rgba(38, 38, 38, 1);
  1345. position: absolute;
  1346. top: 30px;
  1347. left: 100px;
  1348. // transform: translateX(-50%);
  1349. }
  1350. }
  1351. .idea-box {
  1352. display: flex;
  1353. justify-content: center;
  1354. .idea-box-item {
  1355. width: 385px;
  1356. height: 300px;
  1357. background: #FFFFFF;
  1358. box-shadow: 7px 10px 46px 0px rgba(207, 222, 254, 0.49);
  1359. border-radius: 30px;
  1360. margin-top: 67px;
  1361. margin-right: 40px;
  1362. padding: 22px 63px 51px 36px;
  1363. box-sizing: border-box;
  1364. .top {
  1365. img {
  1366. width: 64px;
  1367. height: 64px;
  1368. object-fit: cover;
  1369. }
  1370. }
  1371. .center {
  1372. margin-top: 20px;
  1373. display: flex;
  1374. align-items: center;
  1375. img {
  1376. width: 20px;
  1377. height: 19px;
  1378. margin-right: 18px;
  1379. object-fit: fill;
  1380. }
  1381. div {
  1382. font-size: 20px;
  1383. font-family: PingFangSC-Medium, sans-serif;
  1384. font-weight: 500;
  1385. color: rgba(0, 0, 0, 1);
  1386. }
  1387. }
  1388. .footer {
  1389. font-size: 15px;
  1390. font-family: PingFangSC-Regular, sans-serif;
  1391. font-weight: 400;
  1392. color: #333333;
  1393. line-height: 26px;
  1394. margin-top: 10px;
  1395. padding-left: 32px
  1396. }
  1397. }
  1398. }
  1399. }
  1400. }
  1401. .cp {
  1402. cursor: pointer;
  1403. }
  1404. </style>