赞
踩
用于设置应用的状态栏、导航条、标题、窗口背景色等;
https://uniapp.dcloud.net.cn/collocation/pages?id=globalstyle
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- // 局部样式设置比全局样式设置优先级更高
- "navigationBarTitleText": "我的社区啦"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的社区",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- }
- }
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。