body{margin: 0; padding: 0; width: 100%;}
.mian{width: 30%; height: 400px; float: left; background-color: #ccc; position: relative; left: 10%;}
.left{width: 20%; height: 400px; background-color: blue; float: left;}
.right{width: 30%; height: 400px; background-color: red; float: right;}
熟悉使用百分比做移动适配
.mian{width: 30%; height: 400px; float: left; background-color: #ccc; position: relative; left: 10%;}
.left{width: 20%; height: 400px; background-color: blue; float: left;}
.right{width: 30%; height: 400px; background-color: red; float: right;}
熟悉使用百分比做移动适配
.top{height:100px;background:gray;}
.foot{height:100px;background:orange;}
.main{height:800px;background:red;}
.left{background:blue;height:800px;width:200px;position:absolute; left:0;top:100px;}
.right{background:yellow;height:800px;width:100%;position:absolute;margin:0 0 0 210px ;}
时间: 1天前 1
.foot{height:100px;background:orange;}
.main{height:800px;background:red;}
.left{background:blue;height:800px;width:200px;position:absolute; left:0;top:100px;}
.right{background:yellow;height:800px;width:100%;position:absolute;margin:0 0 0 210px ;}
时间: 1天前 1
.top{height:100px;background:gray;}
.foot{height:100px;background:orange;}
.main{height:800px;background:red;}
.left{background:blue;height:800px;width:200px;position:absolute; left:0;top:100px;}
.right{background:yellow;height:800px;width:100%;position:absolute;margin:0 0 0 210px ;}
.foot{height:100px;background:orange;}
.main{height:800px;background:red;}
.left{background:blue;height:800px;width:200px;position:absolute; left:0;top:100px;}
.right{background:yellow;height:800px;width:100%;position:absolute;margin:0 0 0 210px ;}