Div 中的邊距重疊:原因和解決方案
Div 中的邊距重疊:原因和解決方案#header .social {
margin-top: 50px;
}
#header .contact {
margin: 20px 70px 20px 0;
}
#header .search {
margin: 10px 0 0;
}
在給定的程式碼片段:#header .social { 頂邊距:50px; } #header .contact { 邊距:20px 70px 20px 0; } #header.search{ 邊距:10px 0 0; }
#header .social div 的上邊距為50 像素,但在其下方,#header .contact div 的上邊距為20 像素,而#header .search div 的上邊距為10 像素.
浮動元素:
浮動元素會將其從流程中刪除,因此邊距不會與正常流程中的元素互動。 理解邊距折疊的概念對於準確地實現至關重要佈局設計。透過應用適當的技術,開發人員可以防止邊距重疊並在其 Web 專案中建立所需的間距。免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3