国产综合精品-久久久久久成人毛片免费看-69久久夜色精品国产69-美国十次啦怡红院

Web前端知識(shí)

首頁 > 免費(fèi) > Web前端知識(shí) >

如何用css實(shí)現(xiàn)一個(gè)左側(cè)定寬,右側(cè)自適應(yīng)兩列布局

來源:北京匯仁智杰科技有限公司   時(shí)間:2016-04-15   點(diǎn)擊:

  今天和大家分享的是,用css實(shí)現(xiàn)一個(gè)左側(cè)定寬,右側(cè)自適應(yīng)兩列布局,內(nèi)容如下,代碼可直接復(fù)制使用。希望對(duì)你有所幫助。
html代碼:
<div class="left">固定寬度區(qū)</div>
<div class="right">自適應(yīng)寬度區(qū)</div>
<div class="footer">底部區(qū)</div>
  css代碼:
/*第一種方法(浮動(dòng))*/
 .left {
 float: left;
 width: 100px;
 height: 400px;
 background-color: blue;
}

.right {
 margin-left: 100px;
 height: 200px;
 background: green;
}

.footer {
 clear: both;
 background-color: yellow;
}
/*第二種方法(相對(duì)布局)*/
.left {
 position: absolute;
 top: 0;
 left: 0;
 width: 100px;
 height: 150px;
 background-color: blue;
}

.right {
 margin-left: 100px;
 height: 150px;
 background-color: green;
}

.footer {
 background-color: yellow;
}
/*第三種方法(flex)*/
.left {
 float: left;
 width: 100px;
 height: 150px;
 background-color: blue;
}

.right {
 display: flex;
 flex: 1;
 height: 150px;
 background-color: green;
}

.footer {
 background-color: yellow;
}
  以上就是匯仁智杰分享的幾種方法,希望對(duì)您有所幫助,每天都會(huì)有內(nèi)容更新,請(qǐng)及時(shí)關(guān)注我們哦,如果說您有什么不同的見解,請(qǐng)隨時(shí)聯(lián)系小編,我們一起探討學(xué)習(xí)。

網(wǎng)絡(luò)營銷推廣?。”本﹨R仁智杰科技有限公司!

地址:北京市昌平區(qū)回龍觀龍冠大廈5層
咨詢:15201492965
業(yè)務(wù)QQ:373002979
E - mail:sales @ huirenzhijie.com
企業(yè)網(wǎng)站備案:京ICP備15021091號(hào)-1

匯仁智杰與眾不同

  • 有網(wǎng)絡(luò)推廣經(jīng)驗(yàn)
  • 有網(wǎng)站建站隊(duì)伍
  • 有大型網(wǎng)站建設(shè)經(jīng)驗(yàn)
  • 致力于營銷型網(wǎng)站建設(shè)
  • 始終堅(jiān)持技術(shù)和服務(wù)同樣重要
查看PC版網(wǎng)站
備案號(hào):京ICP備15021091號(hào)-1 版權(quán)所有:匯仁智杰