@import "~@less/variables.less"; .list{ .pop; left: 85px; padding: 0 0 10px; .listBox{ max-height: 370px; overflow-y: auto; } li{ width: 200px; line-height: 35px; border:1px #fff solid; padding: 0 20px 0 30px; white-space: nowrap; cursor: pointer; } li:hover{ border-color:#3B9ED0; } } .hide{ display: none; }