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

posted @ 2019-06-28 10:05  张小中  阅读(1664)  评论(0编辑  收藏  举报