Google
IE
<!----------------------------二手设备->出售信息-------------------> <div class="box" style="margin-top:40px;"> <div id="tab" style="width:400px;"> <div class="shebei"> <div class="sb">二手设备</div> <ul class="tab_menu" style="margin-left:95px;width:400px;"> <li class="F E">出售信息</li> <li class="E selected">泵车</li> <li class="E">搅拌车</li> <li class>其他</li> </ul> </div> <div class="tab_box"> <div> </div> <div> <volist name="handbengche" id="vo"> <a href="__URL__/selldetails?id={$vo[id]}"><p>[{$vo[oripurdate]}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.productlocated}]</span></p><br></a> </volist> </div> <div class="hide"> <volist name="handjiaobanche" id="vo"> <a href="__URL__/selldetails?id={$vo[id]}"><p>[{$vo[oripurdate]}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.productlocated}]</span></p><br></a> </volist> </div> <div class="hide"> <volist name="handqita" id="vo"> <a href="__URL__/selldetails?id={$vo[id]}"><p>[{$vo[oripurdate]}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.productlocated}]</span></p><br></a> </volist> </div> </div> </div> <!----------------------------二手设备->求购信息-------------------> <div id="tab" style="margin-top:20px;margin-left: 430px;width:400px;"> <div class="shebei"> <ul class="tab_menu" style="margin-left:20px;margin-top:-20px;width:400px;"> <li class="F E">求购信息</li> <li class="E selected">拖泵</li> <li class="E">泵车</li> <li class="E">搅拌车</li> <li>其他</li> </ul> </div> <div class="tab_box"> <div></div> <div></div> <div> <volist name="handqiubengche" id="vo"> <a href="__URL__/rentinfo?id={$vo.id}"><p>[{$vo[publishtime]|date="Y-m-d",###}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.location}]</span></p><br></a> </volist> </div> <div class="hide"> <volist name="handqiujiaobanche" id="vo"> <a href="__URL__/rentinfo?id={$vo.id}"><p>[{$vo[publishtime]|date="Y-m-d",###}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.location}]</span></p><br></a> </volist> </div> <div class="hide"> <volist name="handqiuqita" id="vo"> <a href="__URL__/rentinfo?id={$vo.id}"><p>[{$vo[publishtime]|date="Y-m-d",###}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.location}]</span></p><br></a> </volist> </div> </div> </div> <!---------------------------------------二手车估价计算器--------------------------------> <div class="quick_search"> <div class="search1"> 二手车估价计算器 </div> <div class="gujia"> <p style="color:#646464;font-size: 14px; margin-top: 20px;margin-left: 10px;">二手车车价评估</p> <input value=" 选择品牌和车型" class="i1"> <input value=" 车辆入手时间" class="i1"> <input value="估一下" class="i2" type="button"> </div> </div> </div>
Change id=tab to class=tab, Margin-left:430px is not recommended; you can change the style of class=tab to float:left; and then clear the float
id=tab and change it to class=tab. Margin-left:430px is not recommended; You can change the style of class=tab to float:left; then clear the floating
and change it to float:left. Why is the style still messy? The js effect is availableIt feels like there is no fixed width
I suggest you try fixing the width and height of the lower block without wrapping the text.
I suggest you try Try to fix the width and height of the lower block so that the text does not wrap.
The width has been given, but why is the place name still missing? When designing the box, consider compatibility.