【问题标题】:Reset fieldset and legend in jQuery Mobile在 jQuery Mobile 中重置字段集和图例
【发布时间】:2016-01-15 09:02:44
【问题描述】:

我真的很喜欢普通 ole HTML 中字段集和图例的默认外观。

问:有没有办法告诉 jQuery Mobile 显示字段集和图例?

【问题讨论】:

    标签: jquery-mobile legend fieldset


    【解决方案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。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-08-22
    • 2012-04-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多