问答详情
源自:3-12 表单控件状态(禁用状态)

已解决

谢谢!

提问者:weibo_数学渣渣的逆袭_03189963 2017-08-07 10:10

个回答

  • qq_詹丽_0
    2017-08-08 09:28:25

    <form role="form">

        <filedset class=" disabled">

            <legend ><input type="text" class="form-control"

            place-holder="我没被禁用"></legend>

            <legend><input type="text" class="form-control" disabled="disabled"

            place-holder="猜猜我会不会被禁用"></legend>

        </filedset>

    </form>


  • qq_詹丽_0
    2017-08-08 09:25:46

    <form role="form">

        <filedset class=" disabled">

            <legend ><input type="text" class="form-control"

            place-holder="我没被禁用"></legend>

            <legend><input type="text" class="form-control"

            place-holder="猜猜我会不会被禁用"></legend>

        </filedset>

    </form>