63 lines
1002 B
Plaintext
63 lines
1002 B
Plaintext
.xuni-tabbar-bottom {
|
|
display: block;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.xbottom-menu,.xuni-tabbar-bottom {
|
|
bottom: 0;
|
|
box-sizing: border-box;
|
|
z-index: 998;
|
|
}
|
|
|
|
.xbottom-menu {
|
|
backdrop-filter: none;
|
|
background-color: #f8f8f8;
|
|
display: flex;
|
|
}
|
|
|
|
.xuni-tabbar__item {
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
flex: 1;
|
|
flex-direction: column;
|
|
font-size: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.xuni-tabbar__bd,.xuni-tabbar__item {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.xuni-tabbar__bd {
|
|
cursor: pointer;
|
|
flex-direction: column;
|
|
height: 50px;
|
|
position: relative;
|
|
}
|
|
|
|
.xuni-tabbar__icon {
|
|
display: inline-block;
|
|
margin-top: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.xuni-tabbar__icon ._img {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.xuni-tabbar__label {
|
|
font-size: 10px;
|
|
line-height: normal;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.xuni-tabbar_normal {
|
|
color: #7a7e83;
|
|
}
|
|
|
|
.xuni-tabbar_active {
|
|
color: #a67d41;
|
|
} |