index.less 240 B

12345678910111213141516171819
  1. .custom-tab-bar-wrapper {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. .text {
  6. font-size: 20rpx;
  7. }
  8. .icon-wrap {
  9. width: 48rpx;
  10. height: 48rpx;
  11. }
  12. .icon {
  13. width: 48rpx;
  14. height: 48rpx;
  15. }
  16. }