二十二:制作app的时候超出部分不能滑动

给需要滑动的区域写以下样式(父级是浏览器)

position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow-x: hidden;
	overflow: scroll;