gpt4 book ai didi

css - twitter bootstrap,row-fluid 里面的 row-fluid 有什么问题

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

在我的网站中,它生成动态 html,如下所示

<div class="container-fluid">
<div class="row-fluid">
<div class="row">
some html here ..
<div>

some html here

<form>
<div class="row-fluid">
<div class="span6">
form elements here ..

上面的 html 是有效的吗?我们可以在 row-fluid 中包含 .row-fluidrow 吗?

最佳答案

你的代码应该可以工作,但我会这样写代码:

<div class="container-fluid">
<div class="row-fluid">
<div class="spanX">
<div class="row">
<div class="spanX">
some html here...
</div>
</div>
some html here
<form class="row-fluid">
<div class="span6">
form elements here ..
</div>
<div class="spanY"></div>
</form>
</div>
...

根据我的经验,最好将 rowrow-fluid 放在 containerspanX 中包装器。

根据您的网格系统,X 和 Y 必须是数字

关于css - twitter bootstrap,row-fluid 里面的 row-fluid 有什么问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16058408/

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