效果有了 但是..
.top{background:gray;height:100px;}
.main{background:red;height:600px;position:relative;}
.left{background:blue;height:600px;width:200px;position:absolute;top:0;}
.right{background:green;top:0;height:600px;margin-left:210px;top:0;}
.foot{height:100px;background:orange;}
我发现我在.foot中加不加clear:both都能实现效果 但是到底应该加还是不加啊