代码如下
````
<image class="set-bg"></image>
css
.set-bg
{
z-index:-1;
width:100%;
height:100%;
position: fixed;
top:0;
background-color: red;
// 其它颜色
// 背景图片
/* background: url('http://bg.png') no-repeat; *//* background-size: cover; */
}
````
网友评论