leftTab.less 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .manage-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-submenu {
  10. .ant-menu-submenu-title {
  11. padding: 0!important;
  12. margin: 0;
  13. border-right: none;
  14. text-align: center;
  15. font-size: 18px;
  16. color: #4466bf;
  17. background: #d5e4f7;
  18. border-top: 1px solid #f2f8fd;
  19. border-bottom: 1px solid #c0d2e4;
  20. &:after {
  21. font-size: 24px;
  22. }
  23. }
  24. }
  25. .ant-menu-submenu-selected {
  26. .ant-menu-submenu-title {
  27. background: #fff;
  28. border-left: 3px solid #58a3ff;
  29. }
  30. }
  31. .ant-menu-item {
  32. padding-left: 0!important;
  33. text-align: center;
  34. background: #fafafa;
  35. font-size: 14px;
  36. color: #333;
  37. border-bottom: 1px solid #c0d2e4;
  38. }
  39. .ant-menu-item-selected {
  40. background: #fff;
  41. color: #4466bf;
  42. font-size: 16px;
  43. border-right: none;
  44. }
  45. }
  46. }