修改select 默认样式

Posted to_simple

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改select 默认样式相关的知识,希望对你有一定的参考价值。

删除select默认样式图标

appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

修改样式图标
background: url(‘../image/getCustomer/arrow_select.png‘) no-repeat scroll right center #e9f5fe;

以上是关于修改select 默认样式的主要内容,如果未能解决你的问题,请参考以下文章

修改select 默认样式

select标签的默认样式修改

如何修改select标签的默认下拉箭头样式?

select input 默认样式修改

select input 默认样式修改

修改UITabBar样式 TintColor 和 Selected Tab Images in Xamarin.Forms iOS