我靠 这个搜索标签就只当个样式摆摆就行了? 应该设置一个input text="submit" 然后设置宽高后再设置背景图片为搜索图片···这样就可以 提交了·····
2017-05-25
.mainBox{width:960px; background:#cff}
.leftBox{width:740px;background:#c9f;height:300px;float:left}
.rightBox{width:210px;background:#fcf;height:300px;float:right}
.c:after{clear:both;height:0;overflow:hidden}
<div class="mainBox c"><div class="leftBox"></div><div class="rightBox"></div></div>
.leftBox{width:740px;background:#c9f;height:300px;float:left}
.rightBox{width:210px;background:#fcf;height:300px;float:right}
.c:after{clear:both;height:0;overflow:hidden}
<div class="mainBox c"><div class="leftBox"></div><div class="rightBox"></div></div>