parent.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. <template>
  2. <section class="Parent-container">
  3. <div class="banner-img">
  4. <img
  5. src="http://res.training.luojigou.vip/FlpLqC_a2wOuyJqG7LiOb2tbmUZP?imageView2/0/q/50|imageslim"
  6. alt=""
  7. >
  8. <section class="label">家长端APP</section>
  9. </div>
  10. <slot></slot>
  11. <slot name="label"></slot>
  12. <div class="content">
  13. <img
  14. src="http://res.training.luojigou.vip/lrW91RgYOMu18CYaH3qDbSUVE2bi?imageView2/0/q/50|imageslim"
  15. alt=""
  16. >
  17. <div class="content-list">
  18. <div class="content-list-one w1200 wow animate__animated animate__lightSpeedInRight">
  19. <div class="left">
  20. <img
  21. src="http://res.training.luojigou.vip/FjidkWaOJvx87vZHje3VpIYyNaeV?imageView2/0/q/50|imageslim"
  22. alt=""
  23. >
  24. </div>
  25. <div class="right">
  26. <div class="label">逻辑狗家长端记录为家长提</div>
  27. <div class="label">供宝宝成长记录</div>
  28. <div class="desc">点击下方下载苹果端和安卓端app,立即体验</div>
  29. <div class="download">
  30. <img
  31. src="http://res.training.luojigou.vip/Fl_0R6Bwy75ByXLhmm2b1cpknZEv?imageView2/0/q/50|imageslim"
  32. alt=""
  33. >
  34. <img
  35. src="http://res.training.luojigou.vip/FvhOJGHagsZ2wuo3Fc3YAuL_z_g0?imageView2/0/q/50|imageslim"
  36. alt=""
  37. >
  38. </div>
  39. </div>
  40. </div>
  41. <div class="content-list-two w1200 wow animate__animated animate__lightSpeedInLeft">
  42. <div class="left">
  43. <div class="label">购买课程,更加便捷流畅的 抢课体验</div>
  44. <div class="desc">页面展示课程列表,实时展示课程的最新上线, 提供最优质的抢课体验</div>
  45. </div>
  46. <div class="right">
  47. <img
  48. src="http://res.training.luojigou.vip/Fm096zbH-x0IxAcT8IinoIHeMCoi?imageView2/0/q/50|imageslim"
  49. alt=""
  50. >
  51. </div>
  52. </div>
  53. <div class="content-list-three w1200 wow animate__animated animate__lightSpeedInRight">
  54. <div class="left">
  55. <img
  56. src="http://res.training.luojigou.vip/Fv4R4SZiqrVipdyYDlwhKJ4vTjIE?imageView2/0/q/50|imageslim"
  57. alt=""
  58. >
  59. </div>
  60. <div class="right">
  61. <div class="label">购物商城,展现逻辑狗的系 列产品</div>
  62. <div class="desc">精细的产品分类,你最短时间找到自己需要的 产品</div>
  63. </div>
  64. </div>
  65. <div class="content-list-four w1200 wow animate__animated animate__lightSpeedInLeft">
  66. <div class="left">
  67. <div class="label">购物商城,展现逻辑狗的系 列产品</div>
  68. <div class="desc">精细的产品分类,你最短时间找到自己需要的 产品</div>
  69. </div>
  70. <div class="right">
  71. <img
  72. src="http://res.training.luojigou.vip/FkdjYnOvv_62O27MOTJJ5Kmco6U8?imageView2/0/q/50|imageslim"
  73. alt=""
  74. >
  75. </div>
  76. </div>
  77. <div class="content-list-five w1200 wow animate__animated animate__lightSpeedInRight">
  78. <div class="left">
  79. <img
  80. src="http://res.training.luojigou.vip/Fs6eujHZZwUgrrGDANQ3vdhR-mpG?imageView2/0/q/50|imageslim"
  81. alt=""
  82. >
  83. </div>
  84. <div class="right">
  85. <div class="label">购物商城,展现逻辑狗的系 列产品</div>
  86. <div class="desc">精细的产品分类,你最短时间找到自己需要的 产品</div>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. </section>
  92. </template>
  93. <script>
  94. if (process.browser) {
  95. var { WOW } = require("wowjs");
  96. }
  97. export default {
  98. name: "ParentPage",
  99. data() {
  100. return {
  101. // showList,
  102. bannerImg: require('~/assets/images/products/banner-app.png')
  103. };
  104. },
  105. mounted() {
  106. if (process.browser) {
  107. new WOW({
  108. offset: 0,
  109. live: true,
  110. }).init();
  111. }
  112. },
  113. };
  114. </script>
  115. <style scoped lang="scss">
  116. .Parent-container {
  117. .content-list {
  118. .left {
  119. display: flex;
  120. flex-direction: column;
  121. justify-content: center;
  122. .label {
  123. height: 74px;
  124. font-size: 26px;
  125. font-family: PingFangSC-Medium, PingFang SC;
  126. font-weight: 500;
  127. color: #333333;
  128. line-height: 37px;
  129. }
  130. .desc {
  131. width: 325px;
  132. height: 30px;
  133. font-size: 16px;
  134. font-family: PingFangSC-Regular, PingFang SC;
  135. font-weight: 400;
  136. color: #666666;
  137. line-height: 30px;
  138. margin-top: 42px;
  139. font-size: 18px;
  140. }
  141. img {
  142. width: 601px;
  143. height: 586px;
  144. }
  145. }
  146. .right {
  147. display: flex;
  148. flex-direction: column;
  149. justify-content: center;
  150. .label {
  151. height: 74px;
  152. font-size: 26px;
  153. font-family: PingFangSC-Medium, PingFang SC;
  154. font-weight: 500;
  155. color: #333333;
  156. line-height: 37px;
  157. }
  158. .desc {
  159. width: 388px;
  160. margin-top: 42px;
  161. font-size: 18px;
  162. font-family: PingFangSC-Regular, PingFang SC;
  163. font-weight: 400;
  164. color: rgba(58, 58, 58, 1);
  165. }
  166. // img {
  167. // width: 601px;
  168. // height: 586px;
  169. // }
  170. }
  171. }
  172. .banner-img {
  173. position: relative;
  174. img {
  175. width: 100%;
  176. height: 595px;
  177. }
  178. .label {
  179. width: 237px;
  180. height: 65px;
  181. font-size: 46px;
  182. font-family: PingFangSC-Semibold, PingFang SC;
  183. font-weight: 600;
  184. color: #262626;
  185. line-height: 65px;
  186. letter-spacing: 1px;
  187. position: absolute;
  188. top: 50%;
  189. left: 50%;
  190. transform: translate(-50%, -50%);
  191. }
  192. }
  193. .content {
  194. position: relative;
  195. z-index: -1;
  196. top: -653px;
  197. img {
  198. width: 100%;
  199. height: 5210px;
  200. // position: absolute;
  201. // z-index: 0;
  202. }
  203. .content-list {
  204. width: 100%;
  205. position: absolute;
  206. top: 883px;
  207. left: 0;
  208. // padding: 0 344px;
  209. box-sizing: border-box;
  210. .content-list-one {
  211. display: flex;
  212. justify-content: space-between;
  213. .left {
  214. // img {
  215. // width: 601px;
  216. // height: 586px;
  217. // }
  218. }
  219. .right {
  220. display: flex;
  221. flex-direction: column;
  222. justify-content: center;
  223. // .label {
  224. // width: 369px;
  225. // height: 84px;
  226. // color: #262626;
  227. // font-size: 30px;
  228. // font-family: PingFangSC-Semibold, PingFang SC;
  229. // font-weight: 600;
  230. // }
  231. // .desc {
  232. // margin-top: 42px;
  233. // font-size: 18px;
  234. // font-family: PingFangSC-Regular, PingFang SC;
  235. // font-weight: 400;
  236. // color: rgba(58, 58, 58, 1);
  237. // }
  238. .download {
  239. margin-top: 81px;
  240. display: flex;
  241. flex-direction: column;
  242. justify-content: space-between;
  243. img {
  244. width: 161px;
  245. height: 41px;
  246. }
  247. }
  248. .download img:first-child {
  249. margin-bottom: 25px;
  250. }
  251. }
  252. }
  253. .content-list-two {
  254. display: flex;
  255. justify-content: space-between;
  256. margin-top: 291px;
  257. .right {
  258. img {
  259. width: 601px;
  260. height: 586px;
  261. }
  262. }
  263. // .left {
  264. // display: flex;
  265. // flex-direction: column;
  266. // justify-content: center;
  267. // .label {
  268. // width: 369px;
  269. // height: 84px;
  270. // color: #262626;
  271. // font-size: 30px;
  272. // font-family: PingFangSC-Semibold, PingFang SC;
  273. // font-weight: 600;
  274. // }
  275. // .desc {
  276. // width: 388px;
  277. // margin-top: 42px;
  278. // font-size: 18px;
  279. // font-family: PingFangSC-Regular, PingFang SC;
  280. // font-weight: 400;
  281. // color: rgba(58, 58, 58, 1);
  282. // }
  283. // }
  284. }
  285. .content-list-three {
  286. display: flex;
  287. justify-content: space-between;
  288. margin-top: 291px;
  289. .left {
  290. img {
  291. width: 601px;
  292. height: 586px;
  293. }
  294. }
  295. .right {
  296. display: flex;
  297. flex-direction: column;
  298. justify-content: center;
  299. .label {
  300. width: 369px;
  301. height: 84px;
  302. color: #262626;
  303. font-size: 30px;
  304. font-family: PingFangSC-Semibold, PingFang SC;
  305. font-weight: 600;
  306. }
  307. .desc {
  308. width: 388px;
  309. margin-top: 42px;
  310. font-size: 18px;
  311. font-family: PingFangSC-Regular, PingFang SC;
  312. font-weight: 400;
  313. color: rgba(58, 58, 58, 1);
  314. }
  315. }
  316. }
  317. .content-list-four {
  318. display: flex;
  319. justify-content: space-between;
  320. margin-top: 291px;
  321. .right {
  322. img {
  323. width: 601px;
  324. height: 586px;
  325. }
  326. }
  327. .left {
  328. display: flex;
  329. flex-direction: column;
  330. justify-content: center;
  331. .label {
  332. width: 369px;
  333. height: 84px;
  334. color: #262626;
  335. font-size: 30px;
  336. font-family: PingFangSC-Semibold, PingFang SC;
  337. font-weight: 600;
  338. }
  339. .desc {
  340. width: 388px;
  341. margin-top: 42px;
  342. font-size: 18px;
  343. font-family: PingFangSC-Regular, PingFang SC;
  344. font-weight: 400;
  345. color: rgba(58, 58, 58, 1);
  346. }
  347. }
  348. }
  349. .content-list-five {
  350. display: flex;
  351. justify-content: space-between;
  352. margin-top: 291px;
  353. .left {
  354. img {
  355. width: 601px;
  356. height: 586px;
  357. }
  358. }
  359. .right {
  360. display: flex;
  361. flex-direction: column;
  362. justify-content: center;
  363. .label {
  364. width: 369px;
  365. height: 84px;
  366. color: #262626;
  367. font-size: 30px;
  368. font-family: PingFangSC-Semibold, PingFang SC;
  369. font-weight: 600;
  370. }
  371. .desc {
  372. width: 388px;
  373. margin-top: 42px;
  374. font-size: 18px;
  375. font-family: PingFangSC-Regular, PingFang SC;
  376. font-weight: 400;
  377. color: rgba(58, 58, 58, 1);
  378. }
  379. }
  380. }
  381. }
  382. }
  383. }
  384. </style>