css 修改iphone苹果手机 默认select样式
.unit{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background: url('../images/down-arrow.png') no-repeat 95% 50%;
background-size:10px 10px;
}
其实我一直在你身边
.unit{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background: url('../images/down-arrow.png') no-repeat 95% 50%;
background-size:10px 10px;
}