Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- /* Components/tabBar/tabBar.wxss */
- @import "../../iconfont.wxss";
-
- .tabbar{
- background: #fff;
- display: flex;
- justify-content: space-around;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 50px;
- border-top: 1px solid #ccc;
- z-index: 999;
- }
- .navigator-hover{
- color: #0ac4ff;
- }
- .tabbar .navigator{
- display: flex;
- flex-wrap: wrap;
- align-content: center;
- text-align: center;
- }
- .tabbar .navigator icon{
- width: 100%;
- }
- .tabbar .navigator text{
- width: 100%;
- }
|