uni-app设置页面背景及背景图片

代码如下

````

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; */

}

````

你可能感兴趣的:(uni-app设置页面背景及背景图片)