.MainBox { width:960px;background:#CFF; height:300px; }
.leftBox { width:740px; background:#C9F; height:300px;float:left;}
.rightBox { width:210px; height:300px; float:right; background:#FCF;}
<div class="MainBox">
<div class="leftBox"></div>
<div class="rightBox"></div>
</div>
.leftBox { width:740px; background:#C9F; height:300px;float:left;}
.rightBox { width:210px; height:300px; float:right; background:#FCF;}
<div class="MainBox">
<div class="leftBox"></div>
<div class="rightBox"></div>
</div>
最新回答 / 慕瓜1382147
wrap{ width: 1000px; margin: 0 auto;}.logo{ height: 80px;}.logo_left{ width: 200; float: left;}.logo_right{ width: 300; float: right; height: 28; margin-top: 30px; color: #8E8E8E;}.logo_right img{ vertical-align: middle; margin-right: 10px;}.tel{ font-fam...
2018-07-25
最新回答 / 小草1434
在复制代码的时候,先选中富文本中左上角的代码语言【比如选中Java】,然后将已经复制好的代码复制到鼠标指定的地方【按键盘Ctrl +V ,而不是鼠标右键+粘贴】
2018-07-10