| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .custom-tabbar.data-v-51c48e3c {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 100rpx;
- background-color: #FFFFFF;
- display: flex;
- justify-content: space-around;
- align-items: center;
- box-shadow: 0 -1rpx 10rpx rgba(0, 0, 0, 0.05);
- z-index: 999;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .custom-tabbar .tabbar-item.data-v-51c48e3c {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- height: 100%;
- }
- .custom-tabbar .tabbar-item .tabbar-icon-container.data-v-51c48e3c {
- position: relative;
- width: 48rpx;
- height: 48rpx;
- margin-bottom: 4rpx;
- }
- .custom-tabbar .tabbar-item .tabbar-icon-container .tabbar-icon.data-v-51c48e3c {
- width: 100%;
- height: 100%;
- }
- .custom-tabbar .tabbar-item .tabbar-icon-container .badge.data-v-51c48e3c {
- position: absolute;
- top: -6rpx;
- right: -10rpx;
- width: 28rpx;
- height: 28rpx;
- background-color: #FF3B30;
- border-radius: 50%;
- border: 2rpx solid #FFF;
- z-index: 10;
- flex-shrink: 0;
- }
- .custom-tabbar .tabbar-item .tabbar-icon-container .badge.data-v-51c48e3c::after {
- content: "11";
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%) scale(0.8);
- color: white;
- font-size: 20rpx;
- font-weight: bold;
- }
- .custom-tabbar .tabbar-item .tabbar-text.data-v-51c48e3c {
- font-size: 20rpx;
- line-height: 1;
- }
- .badge-div.data-v-51c48e3c {
- position: absolute;
- top: -6rpx;
- right: -14rpx;
- min-width: 32rpx;
- height: 32rpx;
- background-color: #FF2B2B;
- border-radius: 16rpx;
- color: #FFF;
- font-size: 20rpx;
- font-weight: bold;
- display: flex;
- align-items: center;
- justify-content: center;
- box-sizing: border-box;
- padding: 0 4rpx;
- border: 2rpx solid #FFFFFF;
- }
|