.btn{/*设置高度*/height:5000像素;/*设置背景色*/background-color:#bfa;/*设置背景图片*/background-image:url(btn.png);/*设置背景图片不重复*/background-repeat:no-repeat;/*设置背景图片的位置*/background-position:centercenter;/*设置背景图片不随滚动条滚动*/background-attachment:fixed;}
背景图片相关文章