滚动容器上下留白?
实现这个效果直接容器内的内容padding就可以啦
<div class="box" style="height:100px;background-color:#eee;">
<img src="01.jpg" alt="" style="height:300px; padding:50px 0;" />
</div>
实现这个效果直接容器内的内容padding就可以啦
<div class="box" style="height:100px;background-color:#eee;">
<img src="01.jpg" alt="" style="height:300px; padding:50px 0;" />
</div>
2016-08-14
举报