设置一下 `tabbar` 的 `backgroundColor` 和 `fontSize` 之后再看看? "tabBar":{ "fontSize":"10px", "color":"#ff4000", "selectedColor":"#ff4000", "backgroundColor":"#f8f8f8", "list":[ { "pagePath":"pages/index/home", "text":"首页", "iconPath":"/static/home.png", "selectedIconPath":"/static/home2.png" }, { "pagePath":"pages/index/toolbar", "text":"工作台", "iconPath":"/static/toolbar.png", "selectedIconPath":"/static/toolbar2.png" }, { "pagePath":"pages/index/my", "text":"我的", "iconPath":"/static/my.png", "selectedIconPath":"/static/my2.png" } ] }