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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM