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.
79 lines
1.4 KiB
79 lines
1.4 KiB
|
|
.tabbar_item{
|
|
width: 50%;
|
|
height: 112rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 10rpx;
|
|
text-align: center;
|
|
}
|
|
.tabbar_item:first-of-type{
|
|
justify-content: flex-start;
|
|
}
|
|
.tabbar_item:last-of-type{
|
|
justify-content: flex-end;
|
|
}
|
|
.tabbar_item_wrap{
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
left: 0rpx;
|
|
right: 0rpx;
|
|
width: 404rpx;
|
|
height: 119.43925233644859rpx;
|
|
background-color: #ffffff;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
padding-left: 173rpx;
|
|
padding-right: 173rpx;
|
|
justify-content: space-between;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
box-sizing: content-box;
|
|
z-index: 8;
|
|
margin: 0 auto;
|
|
box-shadow: 0rpx -2rpx 6rpx 0rpx rgba(181,181,181,0.13);
|
|
}
|
|
.tabbar_item01 image{
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
.tabbar_item02 image{
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
.tabbar_item05{
|
|
position: relative;
|
|
}
|
|
.tabbar_item05 image{
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
position: relative;
|
|
top: -50rpx;
|
|
}
|
|
.tabbar_item03 image{
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
.tabbar_item04 image{
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
.tabbarNone{
|
|
color: #888D9C;
|
|
text-align: center;
|
|
font-family: PingFang SC;
|
|
font-size: 21.869158878504674rpx;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
}
|
|
.tabbarYes{
|
|
color: #00C160;
|
|
text-align: center;
|
|
font-family: PingFang SC;
|
|
font-size: 21.869158878504674rpx;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
line-height: normal;
|
|
}
|
|
|
|
|