微信小程序固定顶部和底部

固定顶部

.top{
	position:fixed;
	top:0;
	width: 100%;
}

固定底部

.bottom{
	position:fixed;
	bottom:0;
	width: 100%;
}


发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。