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.
63 lines
1.2 KiB
63 lines
1.2 KiB
|
|
.diy-tabbar.data-v-4ffc8988 {
|
|
border-color: rgba(0, 0, 0, 0.33);
|
|
position: fixed;
|
|
z-index: 9999;
|
|
height: 130rpx;
|
|
left: 0;
|
|
background-color: rgb(255, 255, 255);
|
|
color: rgb(110, 109, 107);
|
|
bottom: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
.tabbar-item.data-v-4ffc8988 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
font-size: 0;
|
|
color: #6e6d6b;
|
|
text-align: center;
|
|
z-index: 5;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.tabbar-sever.data-v-4ffc8988{
|
|
}
|
|
.tabbar-severImg.data-v-4ffc8988{
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
position: relative;
|
|
top: -20rpx;
|
|
}
|
|
.tabbar-item .tabbar-item-icon.data-v-4ffc8988 {
|
|
font-size: 44rpx;
|
|
}
|
|
.tabbar-item.item-on.data-v-4ffc8988 {
|
|
/* color: #fd4a5f; */
|
|
}
|
|
.tabbar-item .image.data-v-4ffc8988 {
|
|
display: inline-block;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.tabbat-item-text.data-v-4ffc8988 {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
font-size: 20rpx;
|
|
line-height: 1.8;
|
|
text-align: center;
|
|
}
|
|
.navstyle-image.data-v-4ffc8988 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 60rpx 60rpx;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
.navstyle-3-item.data-v-4ffc8988 {
|
|
padding: 10rpx 0;
|
|
}
|
|
|
|
|