You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
515 B

.tdt-search-pois {
width: 100%;
background: #fff;
border-radius: 2px;
margin-top: 1px;
max-height: 400px;
overflow-y: auto;
box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
.search-pois-item {
text-align: left;
line-height: 2;
padding: 0 10px;
cursor: pointer;
border-bottom: 1px solid #eee;
&:hover {
background: #f5f5f5;
}
.search-pois-item__name {
font-size: 14px;
}
.search-pois-item__address {
font-size: 12px;
color: #999;
}
}
}