之前看到苹果官网处理这种背景,是利用截取1px宽度的图片,然后让其平铺满整个屏幕。
css代码是background:url(img/bg-line.png) repeat-x;
利用repeat-x的属性来达到这个目的。