.container {
	/* 容器原始位置向上移动60px,隐藏掉loading盒子,下拉时才显示出来 */
	height: 100%;
	overflow: scroll;
	position: relative;
	/* 	padding-top: 80px;
margin-top: -80px;
padding-bottom: 80px; */
	box-sizing: border-box;
}

.content {
	position: relative;
}

.content li {
	line-height: 80px;
}

.content li:nth-child(2n-1) {
	background-color: #ccc;
}

.container .loading1 {
	/* 	position: absolute;
top: 0px;
z-index: 1; */
	height: 80px;
	line-height: 60px;
}

.container .loading2 {
	margin-top: 0px;
	height: 60px;
	line-height: 60px;
	/* 	position: absolute;
bottom: -80px;
z-index: 1; */
}

.container .loading1,
.container .loading2 {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	display: none;
	color: darkgoldenrod;
}<!--0.00017905235290527-->