You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
846 B
CSS

.foot_tabbar{
width: 100%;
height: 1.2rem;
box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
background: #fff;
position: fixed;
bottom: 0;
left: 0;
z-index: 20;
}
.foot_tabbar_box{
padding: 0.15rem 0.89rem 0.15rem 0.9rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.foot_tabbar_box .foot_info a{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 0.24rem;
color: #A9A9A9;
}
.foot_tabbar_box .foot_info a>img{
width: 0.6rem;
height: 0.6rem;
}
.foot_tabbar_box a.active{
color: #389AED;
}
.foot_lable{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 0.24rem;
color: #A9A9A9;
}
.foot_lable>div{
margin-bottom: 0.2rem;
}