页面已经实现 但是优先加载没有体现
.top{height:200px;background:#ccc;}
.main{height:600px;background:red;}
.left{height:600px;width:200px;background:blue;float:left;}
.right{height:600px;background:green;position:absolute;left:210px;right:0;}
.foot{height:100px;background:#f60;}
试了一下没问题,但是优先加载不知道怎么搞