index.less 331 B

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