如何解决子元素设了margin-top之后父元素所受的影响
程序员文章站
2022-04-24 20:18:11
...
解决方法:
1.在父元素上加:overflow:hidden.
2.给父元素加border;
3.外容器上加上padding。