关于右边先加载的问题
.left{width:200px; height:500px; background:blue; position:absolute;left:0;top:50px;}
.right{height:500px; background:green; margin-left:210px;}
为什么我的整个页面都是同时加载的
.left{width:200px; height:500px; background:blue; position:absolute;left:0;top:50px;}
.right{height:500px; background:green; margin-left:210px;}
为什么我的整个页面都是同时加载的
2018-07-17
举报