https://github.com/wechat-miniprogram/miniprogram-demo/tree/master/miniprogram
app.wxss中的page选择器
page {
background-color: var(--weui-BG-1);
/* background-color: var(--weui-BG-4); */
height: 100%;
/* font-size: 16px; */
font-size: 16px;
line-height: 1.6;
color: var(--weui-FG-0);
display: flex;
justify-content: center;
}
网友回复
小勇童学🍊:
page只是对当前页添加样式的
Rey:
https://developers.weixin.qq.com/miniprogram/dev/devtools/auto/page.html
兄弟没有听明白您的意思,但如果是要相关文档的话链接这里有。
brave:
你学过html的话 page === body
弱水三千,只取一瓢饮。:
彼此开发者之前的默契,可以直接设置page的css属性,你只需要知道可以这么做就好了