parent.vue 9.3 KB

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