css 背景上面是图片,下面用纯颜色填充

 页面上面用一张背景图片,下面空白的地方 用其他纯颜色铺垫。

css样式

#111111 用你需要的颜色代替

div{
		
		background: url(图片.png)  no-repeat scroll top center  #111111;
		background-size:100%;
	}

 

你可能感兴趣的:(css)