如果需要label紧贴着input怎么办?

来源:3-2 水平表单

安鱼

2015-06-08 17:14

如果需要label紧贴着input怎么办?用栅格的话,难免有空白。

写回答 关注

2回答

  • wlf1112
    2015-12-04 16:25:28

        <div class="control-group">
              <label class="control-label" for="input01">用户名:</label>
              <div class="controls">
                <input class="input-xlarge" type="text" placeholder="">
              </div>
            </div>

    将用户名label和input输入框写在同一个div容器中就可以保证label和input在同一行

  • psychese
    2015-10-17 10:38:29
        <ul class="list-unstyled list-inline">
            <li>密码</li>
            <li><input type="password" class="form-control" id="inputPassword3" placeholder="请输入您的邮箱密码"></li>
        </ul>


玩转Bootstrap(基础)

告诉你使用Bootstrap,并且能够独立定制出适合自己的Bootstrap

314543 学习 · 2275 问题

查看课程

相似问题