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

相关文章: