index.wxss 312 B

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