微信小程序的设置页面背景色

在CSS顶部添加这条属性即可

page {
  background-color: #F6F6F6;
}

猜你喜欢

转载自www.cnblogs.com/baobaoa/p/9647635.html