像上面那样嵌套,如果要加样式,如下(可以按照要求定义样式):
.div3{
width:80px;
height:40px;
background-color:gray;
float:left;
border:solid 1px red;
}
.div2{
width:180px;