tabs.page.html 683 B

12345678910111213141516171819202122
  1. <ion-tabs>
  2. <ion-tab-bar slot="bottom">
  3. <ion-tab-button tab="tab1" href="/tabs/tab1">
  4. <img src="https://s1.imagehub.cc/images/2024/11/28/335f5fde21b940a0caf8d8a5a12f6156.png"
  5. alt="tab1 logo"
  6. style="height: 50px; width: 50px; ">
  7. <ion-label>首页</ion-label>
  8. </ion-tab-button>
  9. <ion-tab-button tab="tab2" href="/tabs/tab2">
  10. <ion-icon aria-hidden="true" name="ellipse"></ion-icon>
  11. <ion-label>社区</ion-label>
  12. </ion-tab-button>
  13. <ion-tab-button tab="tab3" href="/tabs/tab3">
  14. <ion-icon aria-hidden="true" name="square"></ion-icon>
  15. <ion-label>我的</ion-label>
  16. </ion-tab-button>
  17. </ion-tab-bar>
  18. </ion-tabs>