tabBar.wxss 889 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .tabBar.data-v-79881bee {
  2. z-index: 9999;
  3. width: 100%;
  4. height: 98rpx;
  5. background: #fff;
  6. position: fixed;
  7. bottom: 0;
  8. left: 0;
  9. box-shadow: 0 -3rpx 13rpx 0 rgba(0,0,0,0.1);
  10. }
  11. .tabBar .tab-bar-box.data-v-79881bee {
  12. display: flex;
  13. }
  14. .tabBar .tab-bar-box .null-box.data-v-79881bee {
  15. flex: 1;
  16. }
  17. .tabBar .tab-bar-box .tba-bar-min-box.data-v-79881bee {
  18. width: 64rpx;
  19. position: relative;
  20. }
  21. .tabBar .tab-bar-box .tba-bar-min-box ._img.data-v-79881bee {
  22. width: 42rpx;
  23. height: 42rpx;
  24. margin: 15rpx auto 0;
  25. }
  26. .tabBar .tab-bar-box .tba-bar-min-box view.data-v-79881bee {
  27. line-height: 37rpx;
  28. font-size: 19rpx;
  29. text-align: center;
  30. color: #666;
  31. }
  32. .tabBar .tab-bar-box .tba-bar-min-box .tips-box.data-v-79881bee {
  33. position: absolute;
  34. top: 10rpx;
  35. left: 44rpx;
  36. display: inline-block;
  37. background: #fa5151;
  38. border-radius: 50%;
  39. width: 20rpx;
  40. height: 20rpx;
  41. }