leftTab.less 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .acc-content {
  2. .account-left {
  3. width: 16%;
  4. height: 100%;
  5. padding-bottom: 50px;
  6. float: left;
  7. border-right: none;
  8. overflow-y: auto;
  9. .ant-menu-submenu {
  10. padding: 10px 0;
  11. .ant-menu-submenu-title {
  12. font-size: 16px;
  13. }
  14. }
  15. }
  16. }
  17. .ant-layout-sider{
  18. background: #3a3f53;
  19. flex: 0 0 140px !important;
  20. width: 200px;
  21. }
  22. .acc-index {
  23. display: inline-block;
  24. overflow: hidden;
  25. width: 100%;
  26. margin: 1px auto 0;
  27. height: 60px;
  28. line-height: 60px;
  29. background: #3a3f53;
  30. border-bottom: 2px solid #f2f2f2;
  31. img{
  32. vertical-align: middle;
  33. margin: 0px 10px;
  34. }
  35. .icon{
  36. cursor: pointer;
  37. vertical-align: top;
  38. margin-top: 18px;
  39. color:#fff;
  40. font-size: 25px;
  41. float: right;
  42. margin-right: 13px;
  43. }
  44. a{
  45. color:#ffffff!important;
  46. }
  47. }
  48. .ant-layout.ant-layout-has-sider{
  49. min-height:calc(100vh - 10px);
  50. margin-top:1px;
  51. .ant-menu-dark{
  52. background: #3a3f53;
  53. color: #ffffff;
  54. }
  55. }
  56. .ant-menu-inline .ant-menu-submenu-title{font-size: 16px;}
  57. .ant-menu-submenu{padding: 10px 0;}
  58. .ant-menu.ant-menu-dark .ant-menu-item-selected {
  59. background-color: #3f73b3;
  60. }
  61. .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  62. background: #3486da;
  63. .ant-menu-item{
  64. color: #ffffff;
  65. }
  66. }