build-plugin-rax-app
Version:
The basic webpack configuration for rax project
32 lines (28 loc) • 505 B
CSS
.rax-app-tab-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border: 1rpx solid #eee;
background-color: #fff;
z-index: 999;
}
.rax-app-tab-bar-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.rax-app-tab-bar-item-text {
font-size: 24rpx;
}
.rax-app-tab-bar-item-img {
margin-bottom: 8rpx;
width: 30rpx;
height: 30rpx;
}