We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
第170天 css怎么更改表单的单选框或下拉框的默认样式?
整体的默认样式直接对select进行设置,每一个选项的样式直接对option进行设置
appearance:none
Activity
wwqin commentedon Oct 3, 2019
整体的默认样式直接对select进行设置,每一个选项的样式直接对option进行设置
vkboo commentedon Oct 3, 2019
appearance:none
去除默认样式,然后进行自定义,但是option标签不能通过CSS自定义,所以最佳方案是自定义标签重写select