index.vue 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967
  1. <template>
  2. <div class="container">
  3. <!-- banner -->
  4. <VBanner :bannerData="bannerData"></VBanner>
  5. <!-- 思维“芯”产品 -->
  6. <div class="index-thinking">
  7. <div class="i-t-content">
  8. <div class="t-top title-content">
  9. <!-- <div class="title-en">PRODUCT</div> -->
  10. <div class="title-zh">思维“芯”产品</div>
  11. </div>
  12. <div class="content-box thinking-content-box">
  13. <div class="cate-box thinking-cate-box">
  14. <ul class="cate-nav thinking-cate-nav">
  15. <li
  16. class="thinking-products-kind"
  17. v-for="(item, index) in productCate"
  18. :class="{active:index == clickProdIndex}"
  19. :key="index"
  20. @click="getProdList(index)"
  21. >
  22. <nuxt-link to="/">{{ item.title }}</nuxt-link>
  23. <div class="line"></div>
  24. </li>
  25. </ul>
  26. <div class="cate-list thinking-cate-list">
  27. <div
  28. class="thinking-product-item"
  29. v-for="(item, index) in productCate"
  30. :key="index"
  31. @click="clickProduct(item)"
  32. >
  33. <div class="thinking-product-item-img">
  34. <nuxt-link to="/">
  35. <img src="~/assets/images/index/product.png" alt="" srcset="">
  36. </nuxt-link>
  37. <div class="product-tag">基础版
  38. <!-- <img src="~/assets/images/index/product_tag.png" alt="" srcset=""> -->
  39. </div>
  40. </div>
  41. <div class="thinking-product-info">
  42. <div class="thinking-product-title">
  43. <nuxt-link to="/">幼小衔接课程……</nuxt-link>
  44. </div>
  45. <div class="thinking-product-content">
  46. <div class="thinking-product-price">¥
  47. <span class="price-num">888</span>
  48. </div>
  49. <div class="thinking-product-btn">
  50. <nuxt-link to="/">查看产品</nuxt-link>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="more-btn">更多产品</div>
  59. </div>
  60. </div>
  61. <!-- 网校课程 -->
  62. <div class="index-course">
  63. <div class="i-c-content">
  64. <div class="c-top title-content">
  65. <!-- <div class="title-en">PRODUCT</div> -->
  66. <div class="title-zh">网校课程</div>
  67. </div>
  68. <div class="content-box course-content-box">
  69. <div class="cate-box course-cate-box">
  70. <ul class="cate-nav course-cate-nav">
  71. <li
  72. class="products-kind thinking-products-kind"
  73. v-for="(item, index) in courseCate"
  74. :class="{active:index == clickProdIndex}"
  75. :key="index"
  76. @click="getProdList(index)"
  77. >
  78. <nuxt-link to="/">{{ item.title }}</nuxt-link>
  79. <div class="line"></div>
  80. </li>
  81. </ul>
  82. <div class="cate-list course-cate-list">
  83. <div
  84. class="product-item course-product-item"
  85. v-for="(item, index) in courseCate"
  86. :key="index"
  87. >
  88. <div class="product-item-img course-product-item-img">
  89. <nuxt-link target="_blank" to="/">
  90. <img src="~/assets/images/index/product_course@3x.png" alt="" srcset="">
  91. </nuxt-link>
  92. <div class="course-product-item-play">
  93. <nuxt-link target="_blank" to="/">
  94. <img src="~/assets/images/index/player.png" alt="" srcset="">
  95. </nuxt-link>
  96. </div>
  97. </div>
  98. <div class="course-product-info">
  99. <div class="course-product-title">幼小衔接课程……</div>
  100. <div class="course-product-content">
  101. <div class="course-product-price">¥
  102. <span class="price-num">888</span>
  103. </div>
  104. <div class="course-product-user">
  105. <img src="~/assets/images/index/product_person.png" alt="" srcset="">
  106. <div class="views">158</div>
  107. </div>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <div class="more-btn">更多产品</div>
  115. </div>
  116. </div>
  117. <!-- 多渠道教学场景 -->
  118. <div class="index-scenes">
  119. <div class="i-s-content">
  120. <div class="title-content">
  121. <div class="title-zh">多渠道教学场景</div>
  122. </div>
  123. </div>
  124. <div class="scenes-content-box">
  125. <ul class="panorama-education-list">
  126. <li class="mobile-education mobile-education-1" @mouseenter="mobileEnter">
  127. <div class="small-education-div">
  128. <div class="mobile-small-img">
  129. <i class="iconfont T3 EC2 iconicon_pc1"></i>
  130. </div>
  131. <p class="mobile-education-title">PC独立网校</p>
  132. <p class="mobile-education-sub">沉浸式学习体验</p>
  133. <p class="mobile-education-sub">建立机构专属品牌官网</p>
  134. <div class="mobile-education-img">
  135. <img src="~/assets/images/index/img_PC.png">
  136. </div>
  137. </div>
  138. <div class="big-mobile-education">
  139. <div class="pc-education-top">
  140. <div class="pc-small-img">
  141. <i class="iconfont iconicon_pc1"></i>
  142. </div>
  143. <div class="education-title-box">
  144. <p class="education-title">PC独立网校</p>
  145. <p class="education-sub-title">沉浸式学习体验,建立机构专属品牌官网</p>
  146. </div>
  147. </div>
  148. <div class="education-img">
  149. <img src="~/assets/images/index/img_PC.png">
  150. </div>
  151. </div>
  152. </li>
  153. <li class="mobile-education mobile-education-2" @mouseenter="mobileEnter">
  154. <div class="small-education-div">
  155. <div class="mobile-small-img">
  156. <i class="iconfont T3 EC2 iconicon_h"></i>
  157. </div>
  158. <p class="mobile-education-title">移动H5网校</p>
  159. <p class="mobile-education-sub">轻量级移动教学体验</p>
  160. <p class="mobile-education-sub">让你的网校与众不同</p>
  161. <div class="mobile-education-img">
  162. <img src="~/assets/images/index/img_H5.png">
  163. </div>
  164. </div>
  165. <div class="big-mobile-education">
  166. <div class="pc-education-top">
  167. <div class="pc-small-img">
  168. <i class="iconfont iconicon_h"></i>
  169. </div>
  170. <div class="education-title-box">
  171. <p class="education-title">移动H5网校</p>
  172. <p class="education-sub-title">轻量级移动教学体验,让你的网校与众不同</p>
  173. </div>
  174. </div>
  175. <div class="education-img">
  176. <img src="~/assets/images/index/img_H5.png">
  177. </div>
  178. </div>
  179. </li>
  180. <li class="mobile-education mobile-education-3" @mouseenter="mobileEnter">
  181. <div class="small-education-div">
  182. <div class="mobile-small-img">
  183. <i class="iconfont T3 EC2 iconicon_minprogram"></i>
  184. </div>
  185. <p class="mobile-education-title">微信小程序网校</p>
  186. <p class="mobile-education-sub">结合微信生态</p>
  187. <p class="mobile-education-sub">即开即用易传播</p>
  188. <div class="mobile-education-img">
  189. <img src="~/assets/images/index/img_minprogram.png">
  190. </div>
  191. </div>
  192. <div class="big-mobile-education">
  193. <div class="pc-education-top">
  194. <div class="pc-small-img">
  195. <i class="iconfont iconicon_minprogram"></i>
  196. </div>
  197. <div class="education-title-box">
  198. <p class="education-title">微信小程序网校</p>
  199. <p class="education-sub-title">结合微信生态,即开即用易传播</p>
  200. </div>
  201. </div>
  202. <div class="education-img">
  203. <img src="~/assets/images/index/img_minprogram.png">
  204. </div>
  205. </div>
  206. </li>
  207. <li class="mobile-education mobile-education-4" @mouseenter="mobileEnter">
  208. <div class="small-education-div">
  209. <div class="mobile-small-img">
  210. <i class="iconfont T3 EC2 iconicon_App"></i>
  211. </div>
  212. <p class="mobile-education-title">专属网校APP</p>
  213. <p class="mobile-education-sub">IOS、安卓双系统支持</p>
  214. <p class="mobile-education-sub">把学校装进口袋</p>
  215. <div class="mobile-education-img">
  216. <img src="~/assets/images/index/img_App.png">
  217. </div>
  218. </div>
  219. <div class="big-mobile-education">
  220. <div class="pc-education-top">
  221. <div class="pc-small-img">
  222. <i class="iconfont iconicon_App"></i>
  223. </div>
  224. <div class="education-title-box">
  225. <p class="education-title">专属网校APP</p>
  226. <p class="education-sub-title">IOS、安卓双系统支持,把学校装进口袋</p>
  227. </div>
  228. </div>
  229. <div class="education-img">
  230. <img src="~/assets/images/index/img_App.png">
  231. </div>
  232. </div>
  233. </li>
  234. <li class="mobile-education mobile-education-5" @mouseenter="mobileEnter">
  235. <div class="small-education-div">
  236. <div class="mobile-small-img">
  237. <i class="iconfont T3 EC2 iconicon_Api"></i>
  238. </div>
  239. <p class="mobile-education-title">API开放平台</p>
  240. <p class="mobile-education-sub">联接多个渠道</p>
  241. <p class="mobile-education-sub">实现数据互联互通</p>
  242. <div class="mobile-education-img">
  243. <img src="~/assets/images/index/img_API.png">
  244. </div>
  245. </div>
  246. <div class="big-mobile-education">
  247. <div class="pc-education-top">
  248. <div class="pc-small-img">
  249. <i class="iconfont iconicon_Api"></i>
  250. </div>
  251. <div class="education-title-box">
  252. <p class="education-title">API开放平台</p>
  253. <p class="education-sub-title">联接多个渠道,实现数据互联互通</p>
  254. </div>
  255. </div>
  256. <div class="education-img">
  257. <img src="~/assets/images/index/img_API.png">
  258. </div>
  259. </div>
  260. </li>
  261. <li class="mobile-education mobile-education-6" @mouseenter="mobileEnter">
  262. <div class="small-education-div">
  263. <div class="mobile-small-img">
  264. <i class="iconfont T3 EC2 iconicon_Component"></i>
  265. </div>
  266. <p class="mobile-education-title">APP内嵌SDK</p>
  267. <p class="mobile-education-sub">打破终端流量转化壁垒</p>
  268. <p class="mobile-education-sub">在自有APP搭建店铺</p>
  269. <div class="mobile-education-img">
  270. <img src="~/assets/images/index/img_SDK.png">
  271. </div>
  272. </div>
  273. <div class="big-mobile-education">
  274. <div class="pc-education-top">
  275. <div class="pc-small-img">
  276. <i class="iconfont iconicon_Component"></i>
  277. </div>
  278. <div class="education-title-box">
  279. <p class="education-title">APP内嵌SDK</p>
  280. <p class="education-sub-title">打破终端流量转化壁垒在自有APP搭建店铺</p>
  281. </div>
  282. </div>
  283. <div class="education-img">
  284. <img src="~/assets/images/index/img_SDK.png">
  285. </div>
  286. </div>
  287. </li>
  288. </ul>
  289. </div>
  290. </div>
  291. </div>
  292. </template>
  293. <script>
  294. import axios from "axios";
  295. import VBanner from "~/components/home/banner";
  296. // import indexVideo from '~/components/home/indexVideo';
  297. // import prodListShow from '~/components/common/prodListShow';
  298. // import indexNewsListShow from '~/components/common/indexNewsListShow'
  299. export default {
  300. data() {
  301. return {
  302. experiencePlace: ["包头", "成都", "南京", "东莞"],
  303. num: 0,
  304. clickProdIndex: 0,
  305. clickNewsIndex: 0,
  306. productCate: [
  307. {
  308. title: "全部",
  309. type: 0,
  310. },
  311. {
  312. title: "0-3岁思维启蒙",
  313. type: 1,
  314. },
  315. {
  316. title: "3-7岁能力训练",
  317. type: 2,
  318. },
  319. {
  320. title: "5-7岁入学思考",
  321. type: 3,
  322. },
  323. {
  324. title: "7-12岁技巧学习",
  325. type: 4,
  326. },
  327. ],
  328. courseCate: [
  329. {
  330. title: "全部",
  331. type: 0,
  332. },
  333. {
  334. title: "直播课",
  335. type: 1,
  336. },
  337. {
  338. title: "录播课",
  339. type: 2,
  340. },
  341. {
  342. title: "公开课",
  343. type: 3,
  344. },
  345. ],
  346. };
  347. },
  348. components: {
  349. VBanner,
  350. // indexVideo,
  351. // prodListShow,
  352. // indexNewsListShow
  353. },
  354. // 逻辑狗官网 - 中德智慧教育
  355. // 关键词:逻辑狗官网、逻辑狗教材、逻辑狗课程、逻辑狗思维训练课程、儿童思维教育、0-12岁儿童
  356. // 描述:逻辑狗官方网站,专为0-12岁儿童设计的思维训练课程,中德智慧教育,全球优质教育内容输出平台
  357. head() {
  358. return {
  359. title: "逻辑狗官网 - 中德智慧教育",
  360. meta: [
  361. {
  362. name: "keywords",
  363. hid: "keywords",
  364. content: `逻辑狗官网、逻辑狗教材、 幼儿园教材、逻辑狗课程、逻辑狗思维训练课程、儿童思维教育、0-12岁儿童`,
  365. },
  366. {
  367. name: "description",
  368. hid: "description",
  369. content: `逻辑狗官方网站,专为0-12岁儿童设计的思维训练课程,中德智慧教育,全球优质教育内容输出平台`,
  370. },
  371. ],
  372. };
  373. },
  374. async asyncData({ params, store }) {
  375. //首页head信息
  376. let metaData = await axios(
  377. `${store.state.wordpressAPI}/NavigationMeta/get/1`
  378. );
  379. //banner数据动态获取
  380. let banner = await axios(
  381. `${store.state.wordpressAPI}/banner/selectAllByTpye/1`
  382. );
  383. //首页新闻信息
  384. // let indexFirstNewsList1 = await axios(`${store.state.wordpressAPI}/article/getRecommend/1`);
  385. // let indexFirstNewsList2 = await axios(`${store.state.wordpressAPI}/article/getRecommend/2`);
  386. // let indexFirstNewsList3 = await axios(`${store.state.wordpressAPI}/article/getRecommend/3`);
  387. // let indexFirstNewsList4 = await axios(`${store.state.wordpressAPI}/article/getRecommend/4`);
  388. // let indexFirstNewsList5 = await axios(`${store.state.wordpressAPI}/article/getRecommend/5`);
  389. // let indexNewsList1 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/1/9`);
  390. // let indexNewsList2 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/2/9`);
  391. // let indexNewsList3 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/3/9`);
  392. // let indexNewsList4 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/4/9`);
  393. // let indexNewsList5 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/5/9`);
  394. //首页产品展示信息
  395. // let indexProdNav = await axios(`${store.state.wordpressAPI}/proCategory/showFirst`);
  396. // let indexProdList1 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/1`);
  397. // let indexProdList2 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/2`);
  398. // let indexProdList3 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/3`);
  399. // let indexProdList4 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/4`);
  400. // let indexProdList6 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/97`);
  401. return {
  402. metaData: metaData.data,
  403. bannerData: banner.data,
  404. //首页新闻信息
  405. // indexFirstNewsList1: indexFirstNewsList1.data,
  406. // indexFirstNewsList2: indexFirstNewsList2.data,
  407. // indexFirstNewsList3: indexFirstNewsList3.data,
  408. // indexFirstNewsList4: indexFirstNewsList4.data,
  409. // indexFirstNewsList5: indexFirstNewsList5.data,
  410. // indexNewsList1: indexNewsList1.data,
  411. // indexNewsList2: indexNewsList2.data,
  412. // indexNewsList3: indexNewsList3.data,
  413. // indexNewsList4: indexNewsList4.data,
  414. // indexNewsList5: indexNewsList5.data,
  415. //首页产品信息
  416. // indexProdNav: indexProdNav.data,
  417. // indexProdList1: indexProdList1.data,
  418. // indexProdList2: indexProdList2.data,
  419. // indexProdList3: indexProdList3.data,
  420. // indexProdList4: indexProdList4.data,
  421. // indexProdList6: indexProdList6.data,
  422. };
  423. },
  424. created() {
  425. },
  426. mounted() {
  427. },
  428. methods: {
  429. tab(index) {
  430. this.num = index;
  431. },
  432. getProdList(index) {
  433. this.clickProdIndex = index;
  434. },
  435. getNewsList(index) {
  436. this.clickNewsIndex = index;
  437. },
  438. clickProduct(item) {
  439. console.log(item);
  440. // this.$router.push({ path: '/product/course'});
  441. },
  442. mobileEnter(e) {
  443. "400px" != $(event.target).css("width") &&(
  444. $(".panorama-education-list .mobile-education").css(
  445. "width",
  446. "200px"
  447. ),
  448. $(event.target).css("width", "400px"),
  449. $(".panorama-education-list .mobile-education")
  450. .find(".big-mobile-education")
  451. .css("display", "none"),
  452. $(event.target).css("width", "400px"),
  453. $(event.target).find(".big-mobile-education").fadeIn("fast")
  454. )
  455. }
  456. },
  457. };
  458. </script>
  459. <style lang="scss" scoped>
  460. @import "~static/common/style.sass";
  461. .container {
  462. width: 100%;
  463. background: #f0f2f5;
  464. height: auto;
  465. }
  466. .title-content {
  467. // margin-top: 164px;
  468. }
  469. .title-en {
  470. height: 110px;
  471. line-height: 110px;
  472. font-size: 78px;
  473. font-family: PingFangSC-Semibold, PingFang SC;
  474. font-weight: 600;
  475. color: #353956;
  476. }
  477. .title-zh {
  478. height: 81px;
  479. line-height: 81px;
  480. font-size: 58px;
  481. font-family: PingFangSC-Semibold, PingFang SC;
  482. font-weight: 600;
  483. color: #000000;
  484. letter-spacing: 1px;
  485. text-align: center;
  486. }
  487. .more-btn {
  488. margin: 50px auto 162px;
  489. width: 138px;
  490. height: 45px;
  491. line-height: 45px;
  492. text-align: center;
  493. padding: 0 25px;
  494. background: $theme_color_fu;
  495. box-shadow: 0px 3px 9px 0px rgba(109, 140, 239, 0.82);
  496. border-radius: 23px;
  497. font-size: 22px;
  498. font-family: PingFangSC-Medium, PingFang SC;
  499. font-weight: 500;
  500. color: #ffffff;
  501. }
  502. ul.cate-nav {
  503. margin: 124px 0 116px;
  504. li.products-kind {
  505. display: inline-block;
  506. margin: 0 30px;
  507. cursor: pointer;
  508. &:first-child {
  509. margin-left: 0;
  510. }
  511. &.active,
  512. &:hover {
  513. a {
  514. color: $theme_color;
  515. }
  516. }
  517. .line {
  518. visibility: hidden;
  519. margin: 22px auto 0;
  520. width: 60px;
  521. border-radius: 50px;
  522. height: 15px;
  523. background: $theme_color_fu;
  524. box-shadow: 0px 2px 8px 0px rgba(45, 112, 245, 0.64);
  525. // -webkit-transition: all 0.5s ease;
  526. // -o-transition: all 0.5s ease;
  527. // transition: all 0.5s ease;
  528. }
  529. a {
  530. font-size: 32px;
  531. color: #747885;
  532. }
  533. }
  534. li.products-kind:hover,
  535. li.products-kind.active {
  536. .line {
  537. display: block;
  538. visibility: visible;
  539. transition: all 0.5s ease;
  540. }
  541. }
  542. }
  543. .cate-list {
  544. display: flex;
  545. align-items: center;
  546. flex-wrap: wrap;
  547. .product-item {
  548. position: relative;
  549. box-sizing: border-box;
  550. width: 372px;
  551. margin-bottom: 42px;
  552. margin-right: 36px;
  553. &:nth-child(3n) {
  554. margin-right: 0px;
  555. }
  556. }
  557. .product-tag {
  558. padding: 0 6px 0 10px;
  559. background: $theme_color_fu;
  560. position: absolute;
  561. top: 0;
  562. left: 0;
  563. font-size: 12px;
  564. color: #ffffff;
  565. height: 24px;
  566. line-height: 24px;
  567. font-family: PingFangSC-Semibold, PingFang SC;
  568. font-weight: 600;
  569. border-radius: 18px 0px 7px 0px;
  570. // img {
  571. // width:52px;
  572. // height:24px;
  573. // object-fit: cover;
  574. // }
  575. }
  576. }
  577. /* index-thinking */
  578. .index-thinking {
  579. width: 1200px;
  580. margin: 0 auto;
  581. // text-align: center;
  582. .i-t-content {
  583. position: relative;
  584. .title-zh {
  585. z-index: 666;
  586. }
  587. .title-en {
  588. position: absolute;
  589. top: 0;
  590. left: 50%;
  591. transform: translateX(-50%);
  592. z-index: 1;
  593. }
  594. }
  595. ul.thinking-cate-nav {
  596. margin: 124px 0 116px;
  597. }
  598. li.thinking-products-kind {
  599. display: inline-block;
  600. margin: 0 30px;
  601. cursor: pointer;
  602. -webkit-transition: all 0.5s ease;
  603. -o-transition: all 0.5s ease;
  604. transition: all 0.5s ease;
  605. .line {
  606. visibility: hidden;
  607. margin: 22px auto 0;
  608. width: 60px;
  609. border-radius: 50px;
  610. height: 15px;
  611. width: 59px;
  612. height: 15px;
  613. background: $theme_color_fu;
  614. box-shadow: 0px 2px 8px 0px rgba(94, 161, 241, 0.87);
  615. }
  616. a {
  617. font-size: 32px;
  618. color: #747885;
  619. }
  620. }
  621. li.thinking-products-kind:hover,
  622. li.thinking-products-kind.active {
  623. .line {
  624. display: block;
  625. visibility: visible;
  626. }
  627. }
  628. li.thinking-products-kind:first-child {
  629. margin-left: 0;
  630. }
  631. li.thinking-products-kind.active a,
  632. .thinking-products-kind:hover a {
  633. // font-size: 42px;
  634. color: $theme_color;
  635. // border-bottom: 6px solid $theme_color;
  636. // box-shadow:0px 2px 8px 0px rgba(240,53,94,0.61);
  637. }
  638. .thinking-cate-list {
  639. display: flex;
  640. align-items: center;
  641. flex-wrap: wrap;
  642. .thinking-product-item {
  643. position: relative;
  644. box-sizing: border-box;
  645. width: 374px;
  646. margin-bottom: 42px;
  647. margin-right: 36px;
  648. &:nth-child(3n) {
  649. margin-right: 0px;
  650. }
  651. .thinking-product-item-img {
  652. width: 374px;
  653. font-size: 0;
  654. img {
  655. border-radius: 18px 18px 0px 0px;
  656. width: 100%;
  657. }
  658. }
  659. }
  660. }
  661. .thinking-product-info {
  662. box-sizing: border-box;
  663. background: #ffffff;
  664. height: 90px;
  665. box-shadow: 0px 5px 21px 0px rgba(232, 243, 243, 1);
  666. border-radius: 0px 0px 18px 18px;
  667. padding: 26px 22px;
  668. .thinking-product-title {
  669. width: 160px;
  670. height: 28px;
  671. font-size: 20px;
  672. font-family: PingFangSC-Medium, PingFang SC;
  673. font-weight: 500;
  674. line-height: 28px;
  675. a {
  676. color: #343e30;
  677. }
  678. }
  679. .thinking-product-content {
  680. display: flex;
  681. align-items: center;
  682. justify-content: space-between;
  683. }
  684. .thinking-product-price {
  685. color: #ea0b4a;
  686. .price-num {
  687. font-size: 22px;
  688. font-weight: bold;
  689. }
  690. }
  691. .thinking-product-btn {
  692. height: 18px;
  693. line-height: 18px;
  694. font-size: 13px;
  695. font-family: PingFangSC-Regular, PingFang SC;
  696. font-weight: 400;
  697. border: 1px solid rgba(60, 142, 255, 1);
  698. height: 27px;
  699. line-height: 27px;
  700. border-radius: 14px;
  701. padding: 0 15px;
  702. a {
  703. color: #3e8eff;
  704. }
  705. }
  706. // .thinking-product-user {
  707. // display: flex;
  708. // img {
  709. // width: 18px;
  710. // height: 22px;
  711. // }
  712. // }
  713. }
  714. }
  715. /* index-thinking */
  716. .index-course {
  717. width: 1200px;
  718. margin: 0 auto;
  719. .course-content-box {
  720. .course-cate-nav {
  721. display: flex;
  722. justify-content: space-between;
  723. }
  724. }
  725. .course-cate-list {
  726. .course-product-item {
  727. width: 365px;
  728. .course-product-item-img {
  729. position: relative;
  730. font-size: 0;
  731. img {
  732. width: 100%;
  733. }
  734. .course-product-item-play {
  735. position: absolute;
  736. left: 50%;
  737. top: 50%;
  738. transform: translate(-50%, -50%);
  739. width: 62px;
  740. font-size: 0;
  741. }
  742. }
  743. }
  744. }
  745. .course-product-info {
  746. box-sizing: border-box;
  747. background: #ffffff;
  748. height: 90px;
  749. box-shadow: 0px 5px 21px 0px rgba(232, 243, 243, 1);
  750. border-radius: 0px 0px 18px 18px;
  751. padding: 26px 22px;
  752. .course-product-title {
  753. width: 160px;
  754. height: 28px;
  755. font-size: 20px;
  756. font-family: PingFangSC-Medium, PingFang SC;
  757. font-weight: 500;
  758. color: rgba(52, 62, 48, 1);
  759. line-height: 28px;
  760. }
  761. .course-product-content {
  762. display: flex;
  763. align-items: center;
  764. justify-content: space-between;
  765. }
  766. .course-product-price {
  767. color: #ea0b4a;
  768. .price-num {
  769. font-size: 22px;
  770. font-weight: bold;
  771. }
  772. }
  773. .course-product-user {
  774. display: flex;
  775. align-items: flex-end;
  776. img {
  777. width: 18px;
  778. height: 22px;
  779. margin-right: 10px;
  780. }
  781. .views {
  782. color: #418eff;
  783. }
  784. }
  785. }
  786. }
  787. // index-scenes
  788. .index-scenes {
  789. background: #f7fbff;
  790. padding: 217px 0 228px;
  791. .i-s-contant {
  792. }
  793. .scenes-content-box {
  794. margin: 102px auto 0;
  795. width: 1200px;
  796. .panorama-education-list {
  797. margin: 0 auto;
  798. height: 460px;
  799. display: -webkit-box;
  800. display: -ms-flexbox;
  801. display: flex;
  802. -webkit-box-pack: center;
  803. -ms-flex-pack: center;
  804. justify-content: center;
  805. .pc-education {
  806. width: 400px;
  807. height: 460px;
  808. background-color: #fff;
  809. border: 1px solid #eee;
  810. }
  811. .mobile-education {
  812. width: 160px;
  813. height: 460px;
  814. border: 1px solid #EEE;
  815. border-left: none;
  816. background-color: #fff;
  817. text-align: center;
  818. position: relative;
  819. cursor: pointer;
  820. &:nth-child(1) {
  821. border-left: 1px solid #eee;
  822. }
  823. .mobile-small-img {
  824. width: 32px;
  825. height: 32px;
  826. margin: 68px auto 26px;
  827. img {
  828. width: 32px;
  829. height: 32px;
  830. }
  831. }
  832. .mobile-education-title {
  833. height: 22px;
  834. font-size: 16px;
  835. font-weight: 500;
  836. color: #333;
  837. line-height: 22px;
  838. margin-bottom: 8px;
  839. }
  840. .mobile-education-sub {
  841. font-size: 12px;
  842. font-weight: 400;
  843. color: #333;
  844. line-height: 18px;
  845. }
  846. .mobile-education-img {
  847. width: 160px;
  848. height: 128px;
  849. margin: 76px auto 0;
  850. img {
  851. width: 160px;
  852. height: 128px;
  853. }
  854. }
  855. }
  856. .big-mobile-education {
  857. display: none;
  858. background: #fff;
  859. width: 346px;
  860. height: 460px;
  861. position: absolute;
  862. z-index: 3;
  863. opacity: 1;
  864. left: -1px;
  865. top: -1px;
  866. border: 1px solid #105cfb;
  867. .pc-education-top {
  868. display: -webkit-box;
  869. display: -ms-flexbox;
  870. display: flex;
  871. margin-left: 36px;
  872. .pc-small-img {
  873. width: 32px;
  874. height: 32px;
  875. margin-top: 40px;
  876. img {
  877. width: 32px;
  878. height: 32px;
  879. }
  880. }
  881. .education-title-box {
  882. margin-top: 32px;
  883. margin-left: 20px;
  884. .education-title {
  885. height: 22px;
  886. font-size: 16px;
  887. font-weight: 500;
  888. color: #333;
  889. line-height: 22px;
  890. text-align: left;
  891. }
  892. .education-sub-title {
  893. margin-top: 4px;
  894. height: 18px;
  895. font-size: 12px;
  896. color: #333;
  897. line-height: 18px;
  898. }
  899. }
  900. }
  901. .education-img {
  902. width: 306px;
  903. height: auto;
  904. margin: 56px auto 0;
  905. img {
  906. width: 306px;
  907. height: auto;
  908. }
  909. }
  910. .mobile-small-img {
  911. width: 48px;
  912. height: 48px;
  913. margin: 68px auto 26px;
  914. img {
  915. width: 48px;
  916. height: 48px;
  917. }
  918. }
  919. .mobile-education-title {
  920. height: 33px;
  921. font-size: 24px;
  922. font-weight: 500;
  923. color: #333;
  924. line-height: 33px;
  925. margin-bottom: 8px;
  926. }
  927. .mobile-education-sub {
  928. font-size: 18px;
  929. font-weight: 400;
  930. color: #333;
  931. line-height: 27px;
  932. }
  933. .mobile-education-img {
  934. width: 240px;
  935. height: 192px;
  936. margin: 76px auto 0;
  937. img {
  938. width: 240px;
  939. height: 192px;
  940. }
  941. }
  942. }
  943. .mobile-education-1 {
  944. width: 342px;
  945. }
  946. }
  947. }
  948. }
  949. </style>