index.wxss 322 B

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