{
float:left; background-color:Blue; width:100%; height:180px;
}
#Div1
{
float:left; background-color:Blue; width:70%; height:180px;
}
#Div2
{
background-color: Green; width:30%;height:180px; float:right;
}
查看更多关于CSS中实现两个DIV左右并排摆放_html/css_WEB-ITnose的详细内容...