leftTab.less 632 B

12345678910111213141516171819202122232425
  1. .acc-content {
  2. .account-left {
  3. width: 16%;
  4. height: 100%;
  5. padding-top: 40px;
  6. float: left;
  7. border-right: none;
  8. background: #e8f2fc;
  9. .ant-menu-item {
  10. padding: 0;
  11. margin: 0;
  12. border-right: none;
  13. text-align: center;
  14. font-size: 16px;
  15. color: #4466bf;
  16. background: #d5e4f7;
  17. border-top: 1px solid #f2f8fd;
  18. border-bottom: 1px solid #c0d2e4;
  19. }
  20. .ant-menu-item-selected {
  21. background: #fff;
  22. border-left: 3px solid #58a3ff;
  23. }
  24. }
  25. }