gpt4 book ai didi

html - 如何在同一行对齐 div 输入标签和按钮

转载 作者:太空宇宙 更新时间:2023-11-03 21:22:49 25 4
gpt4 key购买 nike

我是 html 新手,我有一个 code我想在同一行上将输入标签和右标志上的按钮对齐。我该怎么做?

  <div class="form-group input-group">
<input type="text" class="form-control" />
<span class="input-group-btn input-group-addon">
<button class="btn btn-del input-group-delete" data-tooltip="tooltip" ><i class="fa fa-trash-o"></i></button>
</span>
</div>

我的 jsfiddle:https://jsfiddle.net/DTcHh/17952/

最佳答案

你也可以这样做...

<style>
.nopadding{
padding:0;
}
</style>
<div class="timeline-panel">
<div class="timeline-heading">
<div class="form-horizontal col-xs-12">
<div class="form-group input-group">
<input type="text" class="form-control" />
<span class="input-group-btn input-group-addon nopadding">
<button class="btn btn-del input-group-delete" data-tooltip="tooltip" ><i class="fa fa-trash-o"></i></button>
</span>
</div>
</div>
</div>
</div>

关于html - 如何在同一行对齐 div 输入标签和按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35864006/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com