代碼如下
````
<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; */
}
````