gpt4 book ai didi

html - Bootstrap 组件上的填充

转载 作者:行者123 更新时间:2023-11-28 11:20:12 25 4
gpt4 key购买 nike

我正在使用 bootstrap 但不确定我是否正确使用了这些列

我似乎无法正确设置边距和填充。

请看下图和JS Fiddle

enter image description here

  <div class="row">
<!-- MAIN LEFT CONTENT! -->
<div class="col-lg-9">

<div class="panel panel-default">
<div class="panel-body">
<div class="alert alert-info">
<p><span>Pending approval</span>.Your profile is bring approved. This means others can't search for you just yet.</p>
</div>
<div class="col-lg-5 col-sm-4 col-xs-5 hot-not">
<div class="row">
<div class="thumbnail">

最佳答案

规则 .col-xs-5(第 793 行)固定宽度:

.col-xs-5 {
width: 41.66666666666667%;
}

将其设置为 50%:

.col-xs-5 {
width: 50%;
}

关于html - Bootstrap 组件上的填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21578753/

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