输入banner图图片脚本导航/分类

如何解决子元素设了margin-top之后父元素所受的影响

解决方法:

1.在父元素上加:overflow:hidden.

2.给父元素加border;

3.外容器上加上padding。