uniapp ios 改变系统背景色

uniapp ios 改变系统背景色,第1张

fm:除了官方的一些说设置方法外 还可以用css 而且用了css 莫名其妙用什么方法都改变不了 最终要的就是z-index和fixed 那有人说了 渐变色咋办
那就在这个页面最外层view 设置动态背景色

.onReachBottomBg{
    position: fixed;
    z-index: -1;
    // background-color: @titleBackground;
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
:

    onReachBottomBg: [{
                        item: '#FFFFFF'
                    },
                    {
                        item: '#000000'
                    }
                ],

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/994421.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-21
下一篇 2022-05-21

发表评论

登录后才能评论

评论列表(0条)

保存