select下拉箭头样式重置

select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("../images/xl_1.png") no-repeat scroll right center #fff;
  padding-right: 14px;
}

/*清除ie的默认选择框样式清除,隐藏下拉箭头*/
select::-ms-expand { display: none; }

原文地址:https://www.cnblogs.com/zjz666/p/11101141.html