小程序-tabbar相關樣式設置


  "tabBar": {
     "color":"white",//底部bar字體顏色
     "selectedColor": "blue",//字體選中顏色
     "backgroundColor": "#BFEABC",//bar整體背景顏色
     "borderStyle": "black",//bar上方border顏色
    "list": [
       {
      "pagePath": "pages/index/index",//bar路徑配置
      "text": "首頁",//bar名稱
      "iconPath": "img/news.png",//icon路徑
      "selectedIconPath": "img/news-sel.png"//icon選中后路徑
    },
      {
      "pagePath": "pages/logs/logs",
      "text": "日志頁面",
      "iconPath": "img/news.png",
      "selectedIconPath": "img/news-sel.png"
    },
    {
      "pagePath": "pages/news/news",
      "text": "新聞頁面",
      "iconPath": "img/home.png",
      "selectedIconPath": "img/home-sel.png"
    }
    ]
  },

 參考icon 阿里巴巴矢量圖庫:http://iconfont.cn/


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM