【发布时间】:2016-01-15 09:02:44
【问题描述】:
我真的很喜欢普通 ole HTML 中字段集和图例的默认外观。
问:有没有办法告诉 jQuery Mobile 显示字段集和图例?
【问题讨论】:
标签: jquery-mobile legend fieldset
我真的很喜欢普通 ole HTML 中字段集和图例的默认外观。
问:有没有办法告诉 jQuery Mobile 显示字段集和图例?
【问题讨论】:
标签: jquery-mobile legend fieldset
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;
}
【讨论】: