.top{height:200px;background:#CCCCCC;}
.main{height:600px;background:red;position:relative;}
.left{width:200px;height:600px;background:#0000FE;position:absolute;top:0px;left:0px;}
.right{height:600px;background:#9ACC99;margin-left:210px;}
.foot{height:200px;background:#FF6634}
.main{height:600px;background:red;position:relative;}
.left{width:200px;height:600px;background:#0000FE;position:absolute;top:0px;left:0px;}
.right{height:600px;background:#9ACC99;margin-left:210px;}
.foot{height:200px;background:#FF6634}
.top{width:960px;margin:0 auto;background:#ccc;}
.main{width:960px;margin:0 auto;}
.left{float:left;width:297px;background:blue;border-right:3px solid red;height:500px;}
.right{float:right;width:660px;background:green;height:500px;}
.foot{width:960px;height:50px;margin:0 auto;background:#123;}
.main{width:960px;margin:0 auto;}
.left{float:left;width:297px;background:blue;border-right:3px solid red;height:500px;}
.right{float:right;width:660px;background:green;height:500px;}
.foot{width:960px;height:50px;margin:0 auto;background:#123;}
.top{height:200px;background:orange;}
.main{height:600px;background:#f2f2f2;}
.left{height:600px;width:200px;background:blue;float:left;}
.right{height:600px;background:green;float:right;}
.foot{background:purple;}
.main{height:600px;background:#f2f2f2;}
.left{height:600px;width:200px;background:blue;float:left;}
.right{height:600px;background:green;float:right;}
.foot{background:purple;}
.top{width:100%;height:20vh;background:gray;}
.main{width:100%;background:red;display:flex;flex-direction:row-reverse;}
.left{width:200px;height:70vh;background:blue}
.right{width:100%;height:70vh;background:green;margin-left:10px;}
.foot{height:10vh;width:100%;background:orange;}
.main{width:100%;background:red;display:flex;flex-direction:row-reverse;}
.left{width:200px;height:70vh;background:blue}
.right{width:100%;height:70vh;background:green;margin-left:10px;}
.foot{height:10vh;width:100%;background:orange;}
.left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0}
.main{ height:600px; margin-left:210px;margin-right:310px; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0;right:0; background:#FCC;}
效果一样的,但不知道main算不算水平居中,看上去没毛病
.main{ height:600px; margin-left:210px;margin-right:310px; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0;right:0; background:#FCC;}
效果一样的,但不知道main算不算水平居中,看上去没毛病