You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Index.css 189 B

1234567891011121314
  1. .lr-layout-body>div {
  2. display:none;
  3. }
  4. .lr-layout-body .active {
  5. display:block;
  6. }
  7. .path-item {
  8. cursor: pointer;
  9. }
  10. .path-item:hover {
  11. color: #3286ed;
  12. }