HTML 代码:
<select>
<option>first</option>
<option class="light">second</option>
<option class="bold">third bold</option>
</select>
CSS:
.bold{font-weight:bold !important;}
.light{font-weight:light !important;}
有我的例子,我想要什么(它在 Firefox 中有效)。有任何想法吗?