12345678910111213141516171819 |
- // 默认
- .custom{
- z-index: 100;
- }
- .nav-custom {
- background-color: var(--themeNavBg);
- .nav-title {
- color: var(--themeNavColor);
- }
- }
- .nav-custom1{
- background-color: var(--themeNavBg1);
- .nav-title{
- color: var(--themeNavColor1);
- }
- }
- .container{
- background-color: var(--themeCtrBg);
- }
|