下拉列表的兼容 css3
时间:2017-06-01 19:06:34
收藏:0
阅读:321
#search-car-dealer{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
}
#search-car-dealer::-ms-expand { display: none;}
原文:http://www.cnblogs.com/vue-move/p/6930281.html
评论(0)