美文网首页
uni-app设置页面背景及背景图片

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

作者: leviys | 来源:发表于2020-12-07 14:55 被阅读0次

    代码如下

    ````

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

    }

    ````

    相关文章

      网友评论

          本文标题:uni-app设置页面背景及背景图片

          本文链接:https://www.haomeiwen.com/subject/rnwtdqtx.html