div的塌陷现象 塌陷现象,问题出在父级标签 解决div塌陷现象的方法: 解决方法1.超出隐藏:overflow: hidden; 解决方法2.设置边框透明:border: 1px solid transparent; (transparent:透明的)