想让DIV里面的内容靠内部一些(不贴边),用了padding结果DIV边框溢出了。
.PhotoP
{
width:100%; height:160px; border-bottom:1px dashed gray; padding:15px;
}
<div style=" width:970px; height:400px;">
<div class="PhotoP">
sdadas
</div>
</div>
------解决方案--------------------
width:100%去掉
------解决方案--------------------
用外层的div的margin比较好一点。