星油闪充小程序
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.

36 lines
626 B

8 months ago
.tabBar_contaier {
background: #ffffff;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
padding-top: 26rpx;
.tabBar_item {
image {
width: 50rpx;
height: 50rpx;
}
.tabBar_item_text{
color: #CACACA;
font-size: 20rpx;
margin-top: 10rpx;
}
.select_tabBar_item_text{
color: #121836;
}
}
.tabBar_item:nth-child(3) {
width: 50rpx;
position: relative;
image {
position: absolute;
width: 150rpx;
height: 150rpx;
top: -60rpx;
padding: 10rpx;
// left: -10rpx;
background-color: #ffffff;
border-radius: 50%;
}
}
}