EP-WachatApp/eaterplanet_ecommerce/moduleB/rider/tabbar.wxss

32 lines
472 B
Plaintext
Raw Normal View History

2023-03-24 11:24:28 +08:00
.tabbar {
line-height: 1;
}
.tabbar.active {
color: #fe8464;
}
.tabbar .iconfont {
font-size: 44rpx;
}
.tabbar-home {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.tabbar-home .iconfont {
display: inline-block;
position: absolute;
background: #fe8464;
border-radius: 50%;
width: 100rpx;
height: 100rpx;
line-height: 100rpx;
border: 10rpx solid #fff;
top: -50rpx;
left: 50%;
margin-left: -60rpx;
color: #fff;
}