2016-05-04 03:04:57 +08:00
|
|
|
.autocomplete-list {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 34px;
|
|
|
|
background-color:white;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
2016-05-10 16:59:12 +08:00
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
2016-05-04 03:04:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-item{
|
2016-05-10 16:59:12 +08:00
|
|
|
cursor: pointer;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-item:hover {
|
|
|
|
background-color: #eaeaea;
|
2016-05-04 03:04:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#srch-term {
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|