微信小程序的设置页面背景色 字体间距 - 王保利d窝时间:2024-01-31 13:51:48 微信小程序的设置页面背景色 字体间距 在CSS顶部添加这条属性即可 page { background-color: #F6F6F6; } 字体间距属性 letter-spacing:5rpx;