📅  最后修改于: 2022-03-11 14:55:31.430000             🧑  作者: Mango
You can achieve your goal by using the bootstrap-select:
You will need the following CDN links:
The select list with the class selectpicker:
After this you can change/add the following properties of the CSS:
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
background-color: #f3969a;
}