微信小程序

一、底部tab

app.json

"tabBar": {
    "color": "#ccc",
    "selectedColor": "#35495e",
    "borderStyle": "white",
    "backgroundColor": "#f9f9f9",
    "list": [
      {
        "text": "首页",
        "pagePath": "pages/index/index",
        "iconPath": "images/index.png",
        "selectedIconPath": "images/index-hover.png"
      },
      {
        "text": "目录",
        "pagePath": "pages/logs/logs",
        "iconPath": "images/add.png",
        "selectedIconPath": "images/add-hover.png"
      }
    ]
  }
1.对于tabBar整体属性设置:
image.png
2.对于tabBar中每个Item属性设置:
image.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容