joey123456y / Hello-World

0 stars 0 forks source link

index #14

Open joey123456y opened 3 weeks ago

joey123456y commented 3 weeks ago

.section 的 margin: 20px auto; 会在上、下方各留出 20px 的间距,这样会导致 section 的总高度不再是 80%,而是实际高度加上 40px 的外边距。 设置 margin-bottom 会在布局中产生空隙,可能会导致布局元素偏移。

joey123456y commented 3 weeks ago

浮动 边框的2px导致元素被挤下去,有时候又不会

joey123456y commented 3 weeks ago

demo 17 container - width 1000 - height 1500 需要计算+=1000 内包含margin 浮动布局 弊端 boarder 清除辅助线

joey123456y commented 3 weeks ago

边距什么的硬算width就没什么问题 那如果是占页面的80% 什么的,要加间距margin就会混乱,还是加padding