| | |
| | | // 默认菜单主题风格 |
| | | $base-menu-color:#f7f8f8; |
| | | $base-menu-color-active:#f4f4f5; |
| | | $base-menu-background:transparent; |
| | | $base-menu-background:#1D42F5; |
| | | // $base-menu-background:linear-gradient(90deg, #1D42F5, #6BAEF5); |
| | | |
| | | $base-logo-title-color: #ffffff; |
| | | |
| | | $base-menu-light-color:rgba(0,0,0,.70); |
| | | $base-menu-light-background:#ffffff; |
| | | $base-menu-light-background:#59f97f; |
| | | $base-logo-light-title-color: #001529; |
| | | |
| | | $base-sub-menu-background:#81bcec; |
| | | $base-sub-menu-background:#aec6e8; |
| | | $base-sub-menu-hover:#001528; |
| | | |
| | | // 自定义暗色菜单风格 |