1234567891011121314151617181920 |
- .vertuTab {
- font-size: 12px;
- color:purple;
- width: 36px;
- height: 35px;
- background-color: #eee;
- .tab {
- width: auto;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- }
- .actived {
- background-color: yellow;
- font-size: 12px;
- }
-
- }
|