mobileclient/v1_5_0_C/tabbar.css

31 lines
507 B
CSS
Raw Normal View History

2022-09-21 18:35:54 +08:00
@media screen and (min-width:900px) {
.tabList {
top: 5.46rem !important;
}
}
.tabList {
display: flex;
height: 0.53rem;
align-items: center;
border-top: 0.01rem solid #E6E6E6;
position: fixed;
z-index: 9999;
bottom: 0;
left: 0;
right: 0;
background: #fff;
}
.tabList img {
width: 0.22rem;
margin-bottom: 0.02rem;
}
.tabList li {
text-align: center;
color: #A7A6B3;
font-size: 0.11rem;
margin: 0 auto;
cursor: pointer;
2022-09-21 18:35:54 +08:00
}