目录

页面属性节点

优质
小牛编辑
128浏览
2023-12-01

page-meta

属性类型默认值必填说明最低版本
background-text-stylestring下拉背景字体、loading 图的样式,仅支持 dark 和 light不支持
background-colorstring窗口的背景色,必须为十六进制颜色值2.5.1
background-color-topstring顶部窗口的背景色,必须为十六进制颜色值,仅 iOS 支持2.5.1
background-color-bottomstring底部窗口的背景色,必须为十六进制颜色值,仅 iOS 支持2.5.1
root-background-colorstring页面内容的背景色,用于页面中的空白部分和页面大小变化 resize 动画期间的临时空闲区域不支持
scroll-topstring""滚动位置,可以使用 px 或者 rpx 为单位,在被设置时,页面会滚动到对应位置2.5.1
scroll-durationnumber300滚动动画时长2.5.1
page-stylestring""页面根节点样式,页面根节点是所有页面节点的祖先节点,相当于 HTML 中的 body 节点2.5.1
body-font-sizestring""页面 page 的字体大小,可以设置为 system ,表示使用当前用户设置APP字体大小不支持
root-font-sizestring""页面的根字体大小,页面中的所有 rem 单位,将使用这个字体大小作为参考值,即 1rem 等于这个字体大小;自小程序版本 2.11.0 起,也可以设置为 system2.5.1
page-orientationstring""页面的方向,可为 auto portrait 或 landscape不支持
bindresizeeventhandle页面尺寸变化时会触发 resize 事件, event.detail = { size: { windowWidth, windowHeight } }不支持
bindscrolleventhandle页面滚动时会触发 scroll 事件, event.detail = { scrollTop }2.5.1
bindscrolldoneeventhandle如果通过改变 scroll-top 属性来使页面滚动,页面滚动结束后会触发 scrolldone 事件不支持