uni-app 有一个全局背景色设置方法 在根目录的 App.vue 文件里的 style 块中添加代码即可
<style> /*每个页面公共css */ page{ background-image: linear-gradient(to bottom right, #0d2227 , #2d5063); } </style>
uni-app 有一个全局背景色设置方法 在根目录的 App.vue 文件里的 style 块中添加代码即可
<style> /*每个页面公共css */ page{ background-image: linear-gradient(to bottom right, #0d2227 , #2d5063); } </style>
扫码关注‘简忆博客’微信公众号,获取最新文章动态
转载:请说明文章出处“来源简忆博客”。http://tpxhm.com/fdetail/678.html
简忆博客
勤于学习,乐于分享
文章评论(0)