fieldset在bootstrap中样式变乱的问题

fieldset在bootstrap中样式变乱的解决方案:

加入全局样式

    fieldset{
        padding:.35em .625em .75em;
        margin:0 2px;
        border:1px solid silver;
    }
     
    legend{
        padding:.5em;border:0;
        width:auto;
        font-size:18px;
        margin-bottom: 0px;
    }

 

posted @ 2018-08-30 10:06  GXQ乔i  阅读(216)  评论(0编辑  收藏  举报