index.less 361 B

1234567891011121314151617181920212223
  1. @import "~@less/variables.less";
  2. .list{
  3. .pop;
  4. left: 85px;
  5. padding: 0 0 10px;
  6. li{
  7. width: 200px;
  8. line-height: 35px;
  9. border:1px #fff solid;
  10. padding: 0 20px 0 30px;
  11. white-space: nowrap;
  12. text-overflow: ellipsis;
  13. overflow: hidden;
  14. cursor: pointer;
  15. }
  16. li:hover{
  17. border-color:#3B9ED0;
  18. }
  19. }
  20. /*
  21. .hide{
  22. display: none;
  23. }*/