brand.vue 27 KB

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