globalStyle
用于设置应用的状态栏、导航条、标题、窗口背景色等。
属性 | 类型 | 默认值 | 描述 | 平台差异说明 | |
---|---|---|---|---|---|
navigationBarBackgroundColor | HexColor | #F7F7F7 | 导航栏背景颜色(同状态栏背景色) | APP与H5为#F7F7F7,小程序平台请参考相应小程序文档 | |
navigationBarTextStyle | String | white | 导航栏标题颜色及状态栏前景颜色,仅支持 black/white | ||
navigationBarTitleText | String | 导航栏标题文字内容 | |||
navigationStyle | String | default | 导航栏样式,仅支持 default/custom。custom即取消默认的原生导航栏,需看使用注意 | 微信小程序 7.0+、百度小程序、H5、App(2.0.3+) | |
backgroundColor | HexColor | #ffffff | 窗口的背景色 | 微信小程序 | |
backgroundTextStyle | String | dark | 下拉 loading 的样式,仅支持 dark / light | 微信小程序 | |
enablePullDownRefresh | Boolean | false | 是否开启下拉刷新,详见页面生命周期。 | ||
onReachBottomDistance | Number | 50 | 页面上拉触底事件触发时距页面底部距离,单位只支持px,详见页面生命周期 | ||
backgroundColorTop | HexColor | #ffffff | 顶部窗口的背景色。 | 仅 iOS 平台 | |
backgroundColorBottom | HexColor | #ffffff | 底部窗口的背景色。 | 仅 iOS 平台 | |
pageOrientation | String | portrait | 屏幕旋转设置,仅支持 auto / portrait 详见 响应显示区域变化 | 微信小程序 | |
animationType | String | pop-in | 窗口显示的动画效果,详见:窗口动画 | App | |
animationDuration | Number | 300 | 窗口显示动画的持续时间,单位为 ms | App | |
usingComponents | Object | 引用小程序组件,参考 小程序组件 | 微信小程序、App |