30 lines
486 B
CSS
30 lines
486 B
CSS
@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;
|
|
} |