gpt4 book ai didi

twitter-bootstrap - 是否有适合 div 或 span 的 Bootstrap CSS 类使其看起来像输入?

转载 作者:行者123 更新时间:2023-12-04 07:48:09 24 4
gpt4 key购买 nike

我正在尝试在要放入 span 的页面上添加一些只读数据或 div .我希望它看起来像一个 Bootstrap 输入字段。这类似于给类(class) btn到 div 使其看起来像一个按钮。

最佳答案

<fieldset disabled>
<div class="form-group">
<label for="disabledTextInput" class="col-sm-2 control-label">Disabled input and select list (Fieldset disabled)</label>
<div class="col-sm-10">
<input type="text" id="disabledTextInput" class="form-control" placeholder="Disabled input">
</div>
</div>
</fieldset>

工作 fiddle
http://jsfiddle.net/4bvsbkr2/2/

更新
  <fieldset disabled>
<div class="form-group">
<label for="disabledTextInput" class="col-sm-2 control-label">Disabled input and select list (Fieldset disabled)</label>
<div class="col-sm-10">
<span class="form-control">
Disabled
</span>
</div>
</div>
</fieldset>

fiddle
http://jsfiddle.net/4bvsbkr2/15/

关于twitter-bootstrap - 是否有适合 div 或 span 的 Bootstrap CSS 类使其看起来像输入?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27293091/

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