gpt4 book ai didi

css - div 未正确对齐

转载 作者:行者123 更新时间:2023-11-28 17:09:34 26 4
gpt4 key购买 nike

我有一个 class = "row"的 div。在那个 div 中,我试图在同一行中对齐两个 div。但不知何故,它不起作用。 enter image description here

这是html代码

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<div class = "row">
<div class = "col-md-8 col-sm-8 col-xs-8" style="width: 50%;" class="alert alert-danger" ng-if="offlineRouterCnt!=0">
<strong>Number of offline Routers : {{offlineRouterCnt}} </strong>
</div>

<div class="input-group col-md-4 col-sm-4 col-xs-4" style = "width : 27%">
<div class="input-group-btn">
<button type="button" class="btn btn-primary" aria-haspopup="true" aria-expanded="false">ALL</button>
</div>
<input ng-model="naviagtion.searchText" class="form-control" focus-dir placeholder="Search Routers here"></input>
<span class="input-group-addon" ng-click="clearSearchAndFilters();">
<span class="fa fa-times fa-1x"></span>
</span>
</div>
</div>

有人可以帮我如何将它们对齐在同一行吗?

最佳答案

为什么要指定 col-md-4、col-sm-4 和 col-xs-4。 Bootstrap 缩放,因此您只需要输入 col-xs-4 和 col-xs-8。

我认为浏览器对声明和堆叠它们而不是缩放感到困惑。

关于css - div 未正确对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46922397/

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