css代码:
select {
/*将默认的select选择框样式清除*/
appearance:
none;
-moz-appearance:
none;
-webkit-appearance:
none;
}
/*IE浏览器隐藏下拉箭头*/
select::-ms-expand {
display:
none;
}
转载于:https://www.cnblogs.com/huanghuali/p/9634713.html
转载请注明原文地址: https://mac.8miu.com/read-407391.html