SOURCE

console 命令行工具 X clear

                    
>
console
<div class="left"></div>
<div class="right"></div>
.left {
  height:100%;
  width:100px;
  background:red;
}

.right {
  height:100%;
  width:100%;
  float:left;
  background:blue;
  margin-left:100px;
}