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

合并分支 'lihong' 到 'master'

Lihong



查看合并请求 !156
... ... @@ -40,6 +40,15 @@
margin-top: -0.2rem;
}
}
.swiper-container {
margin: 0 auto;
position: fixed;
bottom: 5.12rem;
list-style: none;
padding: 0;
z-index: 1;
}
</style>
</head>
<body>
... ... @@ -86,7 +95,8 @@
$(".video_lool").css("padding-top","2rem");
$(".video_lool").css("margin-top","0");
$(".video_lool").css("height","2.54rem");
$(".video_text_wrap").css("top","0.6rem")
$(".video_text_wrap").css("top","0.6rem");
$(".body").css("padding-bottom","5rem")
}else if($(document).height()==554){
$(".index_swiper img").css("height","102%");
... ...
... ... @@ -16,9 +16,9 @@
/*height:76%;*/
}
.video_lool{
position: relative;
/*position: fixed;*/
bottom:0;
/*position: relative;*/
position: fixed;
bottom:1rem;
width: 100%;
height: 4.54rem;
margin-top: -0.45rem;
... ...