多個input排列在一行時,不能緊挨在一起問題;出現縫隙(大約10px)

做搜索框佈局時,發現對input標籤無法緊貼在一起,中間會出現空隙

 <div class="right-content">         
    <form action="" class="search">
        <input type="text" class="search_key" value="keywords"/>
        <input type="submit" class="btn_submit" value="Go"/>
    </form>
</div>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
.right-content{
    width: 260px;
    background: #fff;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章