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.

26 lines
477 B

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