0
如何刪除引導程序網格中縮略圖之間的邊距? 我希望縮略圖沒有邊距並排...使用引導程序網格刪除縮略圖的邊距
這是用於顯示縮略圖的代碼。 http://www.bootply.com/rrlpsBWCrx
<div class="col-md-1" style="margin-right:0px; margin-left:0px; display:inline-block;">
<a href="#" class="thumbnail goodPick" style="display: inline-block; margin: 0px 0px 0px 0px;">
<img src="http://cdn.dota2.com/apps/dota2/images/heroes/earthshaker_vert.jpg" class="img-responsive" alt="Earthshaker">
</a>
</div>
<div class="col-md-1" style="margin-right:0px; margin-left:0px; display:inline-block;">
<a href="#" class="thumbnail goodPick" style="display: inline-block; margin: 0px 0px 0px 0px;">
<img src="http://cdn.dota2.com/apps/dota2/images/heroes/earthshaker_vert.jpg" class="img-responsive" alt="Earthshaker">
</a>
</div>
<div class="col-md-1" style="margin-right:0px; margin-left:0px; display:inline-block;">
<a href="#" class="thumbnail goodPick" style="display: inline-block; margin: 0px 0px 0px 0px;">
<img src="http://cdn.dota2.com/apps/dota2/images/heroes/earthshaker_vert.jpg" class="img-responsive" alt="Earthshaker">
</a>
</div>
<div class="col-md-1" style="margin-right:0px; margin-left:0px; display:inline-block;">
<a href="#" class="thumbnail goodPick" style="display: inline-block; margin: 0px 0px 0px 0px;">
<img src="http://cdn.dota2.com/apps/dota2/images/heroes/earthshaker_vert.jpg" class="img-responsive" alt="Earthshaker">
</a>
</div>
<div class="col-md-1" style="margin-right:0px; margin-left:0px; display:inline-block;">
<a href="#" class="thumbnail goodPick" style="display: inline-block; margin: 0px 0px 0px 0px;">
<img src="http://cdn.dota2.com/apps/dota2/images/heroes/earthshaker_vert.jpg" class="img-responsive" alt="Earthshaker">
</a>
</div>
您使用的實際圖像大小是否相同,是否應該疊加特定方式?我問你是否在你的列和圖像上應用了'inline-block'。 – vanburen