上面的东西移到模板中,下面的东西也是一样~完了就行了~
.container{
display:table;
width:500px;
background:#66FFCC;
}
.main{
display:table-row;
width:100%;
background:#669933;
}
.left{
float:left;
width:165px;
display:table-cell;
background:#663399;
}
.right{
background:#33CCFF
display:table-cell;
}