【发布时间】:2016-11-23 19:03:57
【问题描述】:
我将一行图像设置为 col-md-10,但行没有跨越 col-md-10 的整个宽度。它的左右边缘有一点填充,我不知道它来自哪里。任何人都可以帮忙吗?
The edge of the image should align with the edge of the red container below
HTML
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-offset-2 col-ms-8 col-xs-offset-1 col-xs-10">
<!--can be overflow row of assets-->
<div class="row screensRow1">
<%= image_tag 'Screen1.png', class: 'img-responsive col-md-4 col-sm-6 col-xs-12'%>
<%= image_tag 'Screen2.png', class: 'img-responsive col-md-4 col-sm-6 col-xs-12'%>
<%= image_tag 'Screen3.png', class: 'img-responsive col-md-4 col-sm-6 col-xs-12'%>
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-offset-2 col-ms-8 col-xs-offset-1 col-xs-10">
<!--can be overflow row of assets-->
<div class="row screensRow2">
<%= image_tag 'Screen4.png', class: 'img-responsive col-md-4 col-sm-6 col-xs-12'%>
<%= image_tag 'Screen5.png', class: 'img-responsive col-md-4 col-sm-6 col-xs-12'%>
<%= image_tag 'Screen6.png', class: 'img-responsive col-md-4 col-sm-6 col-xs-12'%>
</div>
</div>
</div>
</div>
CSS
.screensRow1{
padding-top: 50px;
padding-bottom: 0px;
}
.screensRow2{
padding-top: 25px;
margin-bottom: 100px;
}
【问题讨论】:
-
你必须使用boostrap,并且网格系统在bootstrap中有一个填充