我在两个div
之间出现了无法解释的差距。
以下是情况的图片:
正是我想要消失的红色div
之上的差距。
我希望红色div
一直到red
一直到图像所在的位置。我怎么能这样做?
代码:
<script type="text/html" id="product-template">
<div class="col-sm-6 col-lg-2 clickable" style="margin-top:20px; padding: 25px;">
<div style="border-radius: 10px; border: 1px solid white;height: 270px;overflow: hidden;">
<div style= "height: 200px; border: 1px solid white;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: white;
background: center no-repeat;
background-image: url(../../the_vegan_repository/product_images/alpro_custard.jpg);
background-size:cover;">
</div>
<div style="height: 70px; background: red;">
<h6 data-bind="text: product.name" style="color: white"></h6>
<h6 data-bind="text: shop.name" style="color: white"></h6>
<h6 data-bind="text: shop.suburb" style="color: white"></h6>
</div>
</div>
</div>
</script>
答案 0 :(得分:2)
您有一个0
孩子的底部h6
,并且在引导程序中,div
到h1
的标题有h6
和margin-top:10px
&#34;默认情况下&#34;因此您需要重置margin-bottom:10px
中的margin
。
类似的东西:
h6