标签:
float:left;
width: 200px;
height: 300px;
background: red;
}
.right{
float: right;
width: 200px;
height: 300px;
background: green;
}
.content{
width: 100%;
height: 300px;
background: blue;
}
标签:
原文地址:http://www.cnblogs.com/yaliu/p/5191897.html