在 jQuery Mobile 中重置字段集和图例
Posted
技术标签:
【中文标题】在 jQuery Mobile 中重置字段集和图例【英文标题】:Reset fieldset and legend in jQuery Mobile 【发布时间】:2016-01-15 09:02:44 【问题描述】:我真的很喜欢普通 ole html 中字段集和图例的默认外观。
问:有没有办法告诉 jQuery Mobile 显示字段集和图例?
【问题讨论】:
【参考方案1】:fieldset
border:2px solid cornflowerblue !important;
border-radius:10px;
padding:1em !important;
margin-bottom:1em !important;
legend
padding-left:1em !important;
padding-right:1em !important;
【讨论】:
!important 属性覆盖 jQuery Mobiles 的 css。以上是关于在 jQuery Mobile 中重置字段集和图例的主要内容,如果未能解决你的问题,请参考以下文章
如何使用自定义类一次重置 jquery mobile 中的多个下拉列表