CSS清除select原始样式
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
清除IE的默认选择框样式,隐藏下拉箭头
select::-ms-expand {
display: none;
}
CSS清除select原始样式
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
清除IE的默认选择框样式,隐藏下拉箭头
select::-ms-expand {
display: none;
}
本文标题:【CSS清除select原始样式】
本文链接:https://www.haomeiwen.com/subject/denjqxtx.html
网友评论