摘要: # css_margin塌陷问题 ### 问题描述 ```html ``` 当**child1**设置了margin-top时,margin-top会作用在father上 当**child2**设置了margin——bottom时,margin-bottom会作用在father上 ### 解决方法 阅读全文
posted @ 2023-07-09 22:23 Espre-sso 阅读(22) 评论(0) 推荐(0)