| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .tabBar.data-v-79881bee {
- z-index: 9999;
- width: 100%;
- height: 98rpx;
- background: #fff;
- position: fixed;
- bottom: 0;
- left: 0;
- box-shadow: 0 -3rpx 13rpx 0 rgba(0,0,0,0.1);
- }
- .tabBar .tab-bar-box.data-v-79881bee {
- display: flex;
- }
- .tabBar .tab-bar-box .null-box.data-v-79881bee {
- flex: 1;
- }
- .tabBar .tab-bar-box .tba-bar-min-box.data-v-79881bee {
- width: 64rpx;
- position: relative;
- }
- .tabBar .tab-bar-box .tba-bar-min-box ._img.data-v-79881bee {
- width: 42rpx;
- height: 42rpx;
- margin: 15rpx auto 0;
- }
- .tabBar .tab-bar-box .tba-bar-min-box view.data-v-79881bee {
- line-height: 37rpx;
- font-size: 19rpx;
- text-align: center;
- color: #666;
- }
- .tabBar .tab-bar-box .tba-bar-min-box .tips-box.data-v-79881bee {
- position: absolute;
- top: 10rpx;
- left: 44rpx;
- display: inline-block;
- background: #fa5151;
- border-radius: 50%;
- width: 20rpx;
- height: 20rpx;
- }
|