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.
 
 
 
 
 
huazhiyu/components/TabBar/TabBar.scss

36 lines
577 B

.page-total{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
// height: 100rpx;
}
.tab-list{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100rpx;
background-color: #FFFFFF;
.list{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 20%;
height: 100rpx;
image{
width: 48rpx;
height: 48rpx;
}
text{
color: #333333;
font-size: 24rpx;
margin-top: 10rpx;
}
.action{
// color: $base;
color:#9f751f;
}
}
}