一、移動端處理列表滑動的時候,微信底下有自帶的返回頁面按鈕,常常會被遮住,遇到屏幕長一點的,下面會短一大截,如下用此方法能夠解決。
.container{
position:relative;
background:url(../img/chooseBg.jpg) no-repeat center center;
background-size:cover;
width:100%;
height:100%;
//.listConHeight{
// height:9rem;
// overflow:auto;
//}
.listConHeight {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-top: 1.3rem;
box-sizing: border-box; ul { width:6.78rem; height: 100%; margin:0 auto; overflow: auto; -webkit-overflow-scrolling: touch; } }