改变select标签的样式
2018-12-13 本文已影响0人
famingng
select {
flex: 1;
height: 80px;
background-color: #E2E0E0;
border-left: 1px solid #cecece;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
padding-left: 20px;
}