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

合并分支 'lihong' 到 'master'

Lihong



查看合并请求 !156
@@ -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>
@@ -86,7 +95,8 @@ @@ -86,7 +95,8 @@
86 $(".video_lool").css("padding-top","2rem"); 95 $(".video_lool").css("padding-top","2rem");
87 $(".video_lool").css("margin-top","0"); 96 $(".video_lool").css("margin-top","0");
88 $(".video_lool").css("height","2.54rem"); 97 $(".video_lool").css("height","2.54rem");
89 - $(".video_text_wrap").css("top","0.6rem") 98 + $(".video_text_wrap").css("top","0.6rem");
  99 + $(".body").css("padding-bottom","5rem")
90 100
91 }else if($(document).height()==554){ 101 }else if($(document).height()==554){
92 $(".index_swiper img").css("height","102%"); 102 $(".index_swiper img").css("height","102%");
@@ -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;