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

34 lines
512 B

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