navigator.css 649 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. uni-navigator {
  2. height: auto;
  3. width: auto;
  4. display: block;
  5. cursor: pointer;
  6. }
  7. uni-navigator[hidden] {
  8. display: none;
  9. }
  10. .navigator-hover {
  11. background-color: rgba(0, 0, 0, 0.1);
  12. opacity: 0.7;
  13. }
  14. .navigator-wrap {
  15. text-decoration: none;
  16. color: inherit;
  17. cursor: pointer;
  18. }
  19. .navigator-wrap:link {
  20. text-decoration: none;
  21. color: inherit;
  22. cursor: pointer;
  23. }
  24. .navigator-wrap:visited {
  25. text-decoration: none;
  26. color: inherit;
  27. cursor: pointer;
  28. }
  29. .navigator-wrap:hover {
  30. text-decoration: none;
  31. color: inherit;
  32. cursor: pointer;
  33. }
  34. .navigator-wrap:active {
  35. text-decoration: none;
  36. color: inherit;
  37. cursor: pointer;
  38. }