select {
/* 鼠標移上,變小手 */
cursor: pointer;
padding: 0 10px;
/* 清除默認的箭頭樣式 */
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
/* 右側添加箭頭的背景圖 自行調整位置 */
background: url('img/xia.png') 210px center no-repeat #fff;
}
轉自:https://blog.csdn.net/Originally_M/article/details/98968399