我安装了 SmartJobBoard。在搜索结果页面上,我要求我的设计师添加边框环绕优先广告和突出广告。免费广告没有边框。
在每个广告之间都会有分隔广告的底线。优先广告始终位于结果之上,而较少的广告将按最近发布的日期(混合)排序。当有两个带有边框的广告时,那里就有一个间隙。我的问题是如何避免差距?
<tr><td colspan="6" class="separateListing noBorder"> </td></tr>
.separateListing {
border-bottom: 1px dotted #B2B2B2;
margin: 0px; padding: 0px;
}
.separateListing.noBorder {
border-bottom: 1px solid white;
}
您可以在以下位置查看 html 代码:HTML 源代码