作者 李洪娟
1 个管道 的构建 通过 耗费 5 秒

修改

@@ -40,6 +40,15 @@ @@ -40,6 +40,15 @@
40 margin-top: -0.2rem; 40 margin-top: -0.2rem;
41 } 41 }
42 } 42 }
  43 + .swiper-container {
  44 + margin: 0 auto;
  45 + position: fixed;
  46 + bottom: 5.12rem;
  47 + list-style: none;
  48 + padding: 0;
  49 + z-index: 1;
  50 + }
  51 +
43 </style> 52 </style>
44 </head> 53 </head>
45 <body> 54 <body>
@@ -16,9 +16,9 @@ @@ -16,9 +16,9 @@
16 /*height:76%;*/ 16 /*height:76%;*/
17 } 17 }
18 .video_lool{ 18 .video_lool{
19 - position: relative;  
20 - /*position: fixed;*/  
21 - bottom:0; 19 + /*position: relative;*/
  20 + position: fixed;
  21 + bottom:1rem;
22 width: 100%; 22 width: 100%;
23 height: 4.54rem; 23 height: 4.54rem;
24 margin-top: -0.45rem; 24 margin-top: -0.45rem;