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

2020-12-07  本文已影响0人  leviys

代码如下

````

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

}

````

上一篇下一篇

猜你喜欢

热点阅读