为了账号安全,请及时绑定邮箱和手机立即绑定

我的答案二,请大家帮我看看有哪些代码可以优化?

top{width:960px;height:100px;background:#ccc;margin:0 auto;}

.main{width:960px;height:400px;background:red;margin:0 auto;}

.left{ width:220px;height:400px;background:blue;float:left;}

.right{width:500px;height:400px;background:green;float:right}

.foot{width:960px;height:100px;background:#000;clear:both;margin:0 auto;}


正在回答

3 回答

其实我懂得也不多。首先头和尾(right)宽要求自适应,还有你不用每个都加上居中,只要给他们的父级body加就行,他要求右侧先加载,个人觉得right代码应该放在前面

0 回复 有任何疑惑可以回复我~
.top,.main,.foot{width:960px; margin:0 auto;}
.top{height:100px;background:#ccc;}
.main{height:400px;background:red;}
.left{ width:220px;height:400px;background:blue;float:left;}
.right{width:500px;height:400px;background:green;float:right}
.foot{height:100px;background:#000;clear:both;}


0 回复 有任何疑惑可以回复我~

主体 中间留了这么大一条缝啊

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
如何用CSS进行网页布局
  • 参与学习       209624    人
  • 解答问题       1153    个

用最简洁的案例教你布局的那些知识,这是前端工程师基本技能

进入课程

我的答案二,请大家帮我看看有哪些代码可以优化?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信