效果圖,搜索的圖標在輸入框裏 spa
代碼:blog
<div style="position: relative"> <input id="test_suggest" name="search" value="酒仙橋" style='display: inline-block'> <span class="glyphicon glyphicon-search" style="left: 150px;top: 5px;position: absolute"> </span> </div>
注意 position 和display 的設置。若是圖標在輸入框的下邊時,style 裏面加個top,而後設置合適的值input
ul 不能左對齊的問題it
margin: 0px;padding: 5px;
給ul裏面margin 和 padding 設置 合適的值便可io