12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .manage-content {
- .account-left {
- width: 16%;
- height: 100%;
- padding-top: 40px;
- float: left;
- border-right: none;
- background: #e8f2fc;
- .ant-menu-submenu {
- .ant-menu-submenu-title {
- padding: 0!important;
- margin: 0;
- border-right: none;
- text-align: center;
- font-size: 18px;
- color: #4466bf;
- background: #d5e4f7;
- border-top: 1px solid #f2f8fd;
- border-bottom: 1px solid #c0d2e4;
- &:after {
- font-size: 24px;
- }
- }
- }
- .ant-menu-submenu-selected {
- .ant-menu-submenu-title {
- background: #fff;
- border-left: 3px solid #58a3ff;
- }
- }
- .ant-menu-item {
- padding-left: 0!important;
- text-align: center;
- background: #fafafa;
- font-size: 14px;
- color: #333;
- border-bottom: 1px solid #c0d2e4;
- }
- .ant-menu-item-selected {
- background: #fff;
- color: #4466bf;
- font-size: 16px;
- border-right: none;
- }
- }
- }
|