bootstrap:为什么我的col-sm-offset-3不能正常工作

时间:2019-01-09 11:32:27

标签: html twitter-bootstrap

我想使用col-sm-offset-3缩进输入字段,以便我的输入字段可以居中,但是不起作用。为什么?我不明白。

<div class="container-fluid">
  <div class="row">
    <div class="col-xs-12 col-sm-6 col-sm-offset-3">
      <input type="text">
    </div>
  </div>
</div>

enter image description here / Dyfbd.png

1 个答案:

答案 0 :(得分:0)

您正在使用哪个版本的引导程序?

如果v4代替了offset-sm-3类。

相关问题