index.wxss 402 B

1234567891011121314151617181920212223242526272829
  1. .tab-bar {
  2. position: fixed;
  3. bottom: 0;
  4. left: 0;
  5. right: 0;
  6. height: 130rpx;
  7. background: white;
  8. display: flex;
  9. padding-bottom: env(safe-area-inset-bottom);
  10. justify-content: center;
  11. }
  12. .tab-bar-item {
  13. text-align: center;
  14. display: flex;
  15. flex-direction: column;
  16. }
  17. .tab-bar-item cover-image {
  18. width: 240rpx;
  19. height: 100rpx;
  20. }
  21. .tab-bar-item cover-view {
  22. font-size: 10px;
  23. }