index.less 321 B

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