index.less 294 B

12345678910111213141516
  1. // 默认
  2. .nav-custom {
  3. background-color: var(--themeNavBg);
  4. .nav-title {
  5. color: var(--themeNavColor);
  6. }
  7. }
  8. .nav-custom1{
  9. background-color: var(--themeNavBg1);
  10. .nav-title{
  11. color: var(--themeNavColor1);
  12. }
  13. }
  14. .container{
  15. background-color: var(--themeCtrBg);
  16. }