聖盃佈局/雙飛翼佈局異同和比較

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>聖盃/雙飛翼佈局</title>
<style>
/* 聖盃佈局 */
/* .container{
padding:0 200px;
}

.center{
float:left;
width:100%;
background: red;
height:200px;
}
.left{
position: relative;
left:-200px;
float:left;
width:200px;
margin-left:-100%;
background:orange;
height:200px;
}
.right{
position: relative;
right:-200px;
float:left;
width:200px;
margin-left:-200px;
background: yellow;
height:200px;
} */
.center,.left,.right{
height:200px;
float:left;
}
.center{html

margin:0 200px;
background: blue;

}
.left{
width:200px;
margin-left:-100%;
background: green;
}
.right{
background: purple;
width:200px;
margin-left:-200px;
}
.main{
width:100%;
}佈局

</style>
</head>
<body>htm

聖盃佈局主要是經過外部的padding和Position:relative以及left來控制中間不被遮擋it

雙飛翼經過新加一個mainInner,經過margin來控制中間不被遮擋
<!-- 聖盃佈局 -->
<!--
<div class="container">
<div class="center">天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點</div>
<div class="left"></div>
<div class="right"></div>
</div> -->io


<!-- 雙飛翼佈局 -->
<div class="main">class

<div class="center">天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點天天進步多一點每</div> meta

</div>
<div class="left"></div>
<div class="right"></div>
</body>
</html>float

相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息