leftTab.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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-submenu {
  10. .ant-menu-submenu-title {
  11. padding: 0!important;
  12. margin: 0;
  13. border-right: none;
  14. text-align: center;
  15. font-size: 16px;
  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-item {
  26. padding: 0;
  27. margin: 0;
  28. border-right: none;
  29. text-align: center;
  30. font-size: 16px;
  31. color: #4466bf;
  32. background: #d5e4f7;
  33. border-top: 1px solid #f2f8fd;
  34. border-bottom: 1px solid #c0d2e4;
  35. }
  36. .ant-menu-item-selected {
  37. background: #fff;
  38. border-left: 3px solid #58a3ff;
  39. }
  40. }
  41. }