parent.vue 12 KB

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