knk
Version:
react components based on react
30 lines • 723 B
text/less
.app-ajax-input-search{
position: relative;
line-height: 1;
.search-drop-down{
position: absolute;
top: 38px;
left: 0;
padding: 15px;
width: 100%;
max-height: 256px;
z-index: 999;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
overflow-y: auto;
border: 1px solid #e8e8e8;
}
.drop-down-list{
.drop-down-item{
cursor: pointer;
padding-right: 8px;
padding-left: 8px;
&:hover {
background: #e6f7ff;
}
}
.drop-down-item-active{
background: #e6f7ff;
}
}
}