久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      bootstrap中如何設(shè)置表單的寬高

      bootstrap中如何設(shè)置表單的寬高

      您可以分別使用 class .input-lg 和 .col-lg-* 來設(shè)置表單的高度和寬度。

      下面的實(shí)例演示了這點(diǎn):

      <form role="form">   <div class="form-group">     <input class="form-control input-lg" type="text" placeholder=".input-lg">   </div>   <div class="form-group">     <input class="form-control" type="text" placeholder="默認(rèn)輸入">   </div>   <div class="form-group">     <input class="form-control input-sm" type="text" placeholder=".input-sm">   </div>   <div class="form-group"></div>   <div class="form-group">     <select class="form-control input-lg">       <option value="">.input-lg</option>     </select>   </div>   <div class="form-group">     <select class="form-control">       <option value="">默認(rèn)選擇</option>     </select>   </div>   <div class="form-group">     <select class="form-control input-sm">       <option value="">.input-sm</option>     </select>   </div>   <div class="row">     <div class="col-lg-2">       <input type="text" class="form-control" placeholder=".col-lg-2">     </div>     <div class="col-lg-3">       <input type="text" class="form-control" placeholder=".col-lg-3">     </div>     <div class="col-lg-4">       <input type="text" class="form-control" placeholder=".col-lg-4">     </div>   </div></form>

      運(yùn)行結(jié)果如下:

      bootstrap中如何設(shè)置表單的寬高

      推薦:bootstrap入門教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)