| 1234567891011121314151617181920212223242526272829303132333435363738394041 | .acc-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: 16px;                color: #4466bf;                background: #d5e4f7;                border-top: 1px solid #f2f8fd;                border-bottom: 1px solid #c0d2e4;                &:after {                    font-size: 24px;                }             }        }        .ant-menu-item {             padding: 0;            margin: 0;            border-right: none;            text-align: center;            font-size: 16px;            color: #4466bf;            background: #d5e4f7;            border-top: 1px solid #f2f8fd;            border-bottom: 1px solid #c0d2e4;        }        .ant-menu-item-selected {            background: #fff;            border-left: 3px solid #58a3ff;        }    }}
 |