我给DIV加了个padding:15px 结果他的边框错位了想让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>