SimpleTree.css 997 B

123456789101112131415161718192021222324252627282930
  1. .st_tree{ padding: 10px 0 0 10px; }
  2. .st_tree a{ text-decoration:none; display:inline-block; }
  3. .st_tree a:hover{}
  4. .st_tree ul{ padding: 0 5px 0 12px; margin:0; }
  5. .st_tree ul li{
  6. font-size:14px;
  7. color:#333;
  8. line-height:28x;
  9. cursor:pointer;
  10. list-style:none;
  11. background-repeat:no-repeat;
  12. padding:0 0 3px 5px;
  13. }
  14. .st_tree li:hover{ background:#e6e6e6; width:100%; }
  15. .st_tree ul li ul{}
  16. .st_tree ul li ul li{}
  17. .st_tree .folder{
  18. list-style-image:url(../images/st_icon.png);
  19. background-repeat:no-repeat;
  20. padding: 0 ;
  21. }
  22. .st_tree .open{
  23. list-style-image:url(../images/st_icon_open.png);
  24. background-repeat:no-repeat;
  25. margin:0;
  26. padding:0;
  27. }
  28. .col-menu .st_tree a { height:auto; }
  29. .col-menu .st_tree ul ul ul li a { line-height:16px; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; margin: 5px 0 5px 0; }
  30. .col-menu .st_tree ul ul ul ul li a { line-height:16px; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; margin: 5px 0 5px 0; }