首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >引导-md-3类无法工作。

引导-md-3类无法工作。
EN

Stack Overflow用户
提问于 2017-10-09 10:14:58
回答 1查看 1.9K关注 0票数 0

请查找以下代码片段。col-md-3类不能工作的地方。对于小屏幕、中屏幕和大屏幕,我有不同的样式,这是通过使用媒体查询完成的。但问题只会出现在col-md-3身上。任何想法都会有帮助。

代码语言:javascript
复制
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<div class="container-fluid">
  <div class="row row1">
    <div class="col-xs-12 col-sm-12 col-lg-2 col-md-3 col-xl-2 col xyz">
      <p class="spaceno textabovein3">Book Your Package</p>
      <div class="img1 imga ">
        <div class="overlay">
          <div class="textonimg">Select a date and a game and tell us your group numbers</div>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-12 col-lg-2 col-md-3 col-xl-2 col xyz">
      <p class="spaceno textabovein3">We will do the Rest</p>
      <div class="img2 imga ">
        <div class="overlay">
          <div class="textonimg">We will organise premium seats, Aussie Rules 101 and direction booklet and home team merchandise</div>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-12 col-lg-2 col-md-3 col-xl-2 col xyz">
      <p class="spaceno textabovein3">Receive the Box</p>
      <div class="img3 imga ">
        <div class="overlay">
          <div class="textonimg">Your package will be delivered to your hotel or home or you can pick it up at the stadium.</div>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-12 col-lg-2 col-md-3 col-xl-2 col xyz">
      <p class="spaceno textabovein3">Get to the Game!</p>
      <div class="img4 imga ">
        <div class="overlay">
          <div class="textonimg">Read your new AFL rules guide and local tips booklet, put on your scarf and proceed to enjoy the game!</div>
        </div>
      </div>
    </div>
  </div>
</div>

</div>

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-10-09 10:36:32

在引导程序的媒体查询中,中型设备的宽度被设置为最小的992px。要将页面显示给较小的设备,可以使用col*类。

https://getbootstrap.com/docs/3.3/css/#grid

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/46644036

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档