以 iPhone6 作为视觉标准
wxss 样式导入
全局配置文件及全局配置项
了解 window 节点常用的配置项
tabBar 的 6 个组成部分
tabBar 节点的配置项
每个 tab 的配置项

在根目录的 app.json 中和 window 平级定义 tabBar
"tabBar":{"list": [{"pagePath": "pages/home/home","text": "首页","iconPath": "/images/1-1.png", // 未选中时的图片路径"selectedIconPath": "/images/1.png" // 选中时的图片路径},{"pagePath": "pages/setdata2/setdata2","text": "我的"}]}
页面配置项常用的配置

