cssmargin-top属性不起作用的几个原因【点击查看详情】
cssmargin-top属性不起作用的几个原因:原因一: 外边距合并margin-top属性失效。代码实例如下: 蚂蚁部落 .first{ width:100px; height:100px; background-color:red; margin-bottom:60px; } .second{ width:100px; height:100px; backgrou
相关视频/文章