如题,多谢多谢!
额,你的这个margin-bottom就是下面的外边界啊!应该的这样理解:就是两个盒子,你设计了第一个盒子的下边与第二个盒子的距离为30px,即图2!而另一个是第一个盒子的下面与第二盒子的距离为100px,即图一!
你先设置的margin-bottom:100px然后又设置margin-bottom:30px;那你说应该是近了还是远了呢。
不妨你先设置margin-bototm:30px;再设置margin-bottom:100px看看效果