可以添加表格特性。

(推薦教程:CSS教程)
父級(jí)元素添加屬性 display: table;
子一級(jí)元素添加屬性 display: table-cell;
代碼:
<div class="div-row">
<style type="text/css">
.div-row {
width: 400px;
border: 1px solid #23527C;
display: table;
}
.div-col {
display: table-cell;
}
</style>
<div class="div-col" style="background-color: #28A4C9;">
<p><span>內(nèi)容1</span></p>
</div>
<div class="div-col" style="background-color: #31B0D5;">
<p><span>內(nèi)容1</span></p>
<p><span>內(nèi)容2</span></p>
</div>
<div class="div-col" style="background-color: #269ABC;">
<p><span>內(nèi)容1</span></p>
<p><span>內(nèi)容2</span></p>
<p><span>內(nèi)容3</span></p>
</div>
<div class="div-col" style="background-color: #5BC0DE;">
<p><span>內(nèi)容1</span></p>
<p><span>內(nèi)容2</span></p>
<p><span>內(nèi)容3</span></p>
<p><span>內(nèi)容4</span></p>
<p><span>...</span></p>
</div>
</div>結(jié)果:
當(dāng)前名稱:css怎樣實(shí)現(xiàn)DIV高度自適應(yīng)
文章路徑:http://chinadenli.net/article28/cpdjcp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供面包屑導(dǎo)航、網(wǎng)站設(shè)計(jì)、品牌網(wǎng)站制作、自適應(yīng)網(wǎng)站、網(wǎng)站導(dǎo)航、網(wǎng)站設(shè)計(jì)公司
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)