市北党建引领小程序初始化
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.
 

33 lines
512 B

.tab-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 98rpx;
background: white;
display: flex;
box-shadow: 0px 6rpx 18rpx 0px rgba(216,216,216,0.66);
}
.tab-bar-item {
flex: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.tab-bar-item image {
width: 54rpx;
height: 54rpx;
}
.tab-bar-item image.bigicon{
width: 70rpx;
height: 70rpx;
}
.tab-bar-item view {
font-size: 22rpx;
color:#999999
}