You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
741 B

.tabbar.data-v-6dc8a5bc {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
display: flex;
border-top: 1px solid #eee;
background: #fff;
height: 100rpx;
padding-bottom: env(safe-area-inset-bottom);
box-sizing: content-box;
font-size: 24rpx;
line-height: 1.2;
}
.tabbar-item.data-v-6dc8a5bc {
flex: 1;
text-align: center;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.tabbar-icon.data-v-6dc8a5bc {
width: 44rpx;
height: 44rpx;
display: block;
margin: 0 auto 4rpx auto;
font-size: 0;
}
.tabbar-item text.data-v-6dc8a5bc {
font-size: 24rpx;
line-height: 1.2;
}
.active.data-v-6dc8a5bc {
color: #1479ff;
}