style.less 355 B

1234567891011121314151617181920
  1. .vertuTab {
  2. font-size: 12px;
  3. color:purple;
  4. width: 36px;
  5. height: 35px;
  6. background-color: #eee;
  7. .tab {
  8. width: auto;
  9. justify-content: space-between;
  10. align-items: center;
  11. flex-direction: column;
  12. }
  13. .actived {
  14. background-color: yellow;
  15. font-size: 12px;
  16. }
  17. }