我一直试图让搜索框保持在div的底部,但无济于事,搜索框离开屏幕会发生什么,我已经花了几个小时而且我还在挣扎,如果有人能帮助我,我会非常感激,感谢Danielle。
编辑:我忘了将其添加到引导程序布局中
<div class="container">
<div class="col-md-6">
Left<br />
Left<br />
Left<br />
Left<br />
Left<br />
</div>
<div class="col-md-6">
<div class="input-group search">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn" type="button">
<span class="glyphicon glyphicon-search"></span>
</button>
</span>
</div>
</div>
CSS代码:
.search {
position: absolute;
bottom: 0;
right: 0;