我想保留一些格式,但删除 jQuery 单选按钮的边框。有一个没有阴影的主题也很好。有干净的 jQM 版本吗?我使用了themeroller,但我仍然在文本中得到阴影,并且找不到删除样式的方法......
<div data-role="fieldcontain" data-mini="true">
<div data-role="fieldcontain">
<fieldset data-role="none">
<input type="radio" name="" id="Select_0" value="" />
<label for="Select_0">option1</label>
<input type="radio" name="" id="Select_1" value="" />
<label for="Select_1">option1</label>
<input type="radio" name="" id="Select_2" value="" />
<label for="Select_2">option1</label>
<input type="radio" name="" id="Select_3" value="" />
<label for="Select_3">option1</label>
</fieldset>
</div>
</div>
蓝色是我想要的,绿色是我现在拥有的。蓝色来自http://www.maratz.com/blog/archives/2006/06/11/fancy-checkboxes-and-radio-buttons/我想将 jQM 样式替换为精美复选框。