index.less 299 B

1234567891011121314151617
  1. van-tabbar-item{
  2. // background-color: #B1181B;
  3. position: relative;
  4. height: 102rpx;
  5. margin-top: 10rpx;
  6. view{
  7. font-size: 20rpx;
  8. text-align: center;
  9. margin-top: -6rpx;
  10. }
  11. .active{
  12. position: absolute;
  13. top: -20rpx;
  14. left: 50%;
  15. transform:translate(-50%,-50%)
  16. }
  17. }