1. 程式人生 > >46.左側固定右側自適應

46.左側固定右側自適應

.left{
  width:calc(100% - 100px);;
float:left;
}
.right{
  width:100px;
height:1800px;
float:left;
background: black;
display: block;
}