.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; } } }