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.

53 lines
735 B

.tab-box{
4 years ago
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 166rpx;
4 years ago
z-index: 99;
}
.tab-bar {
display: flex;
align-items: flex-end;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
4 years ago
height: 144rpx;
z-index: 2;
}
.tab-bord{
width: 750rpx;
height: 166rpx;
position: absolute;
z-index: 1;
}
.tab-bar-item {
flex: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
4 years ago
.tab-bar-item cover-image {
width: 35rpx;
height: 35rpx;
}
.tab-bar-item .tab-index{
width: 140rpx;
height: 140rpx;
border-radius: 50%;
padding-bottom: 10rpx;
}
4 years ago
.tab-title{
font-size: 22rpx;
4 years ago
line-height: 48rpx;
padding-bottom: 14rpx;
}