【发布时间】:2015-04-20 21:18:19
【问题描述】:
我想用 bootstrap 写两个或三个输入: 它应该看起来像:
label
input input input
label
input(30%) input(40%) input (30%)
这是我的代码:
<form>
<div class="form-group">
<label><strong>test:</strong></label>
<input class="form-control" style="width: 30%"/>
<input class="form-control" style="width: 40%"/>
<input class="form-control" style="width: 30%"/>
</div>
</form>
【问题讨论】:
-
似乎是什么问题?你有问题吗?
-
我写过我正在寻找帮助来组织这个表格,就像我写的一样。
-
不要误会我的意思,但我仍然不确定您的问题是什么。我想很清楚你想要什么。目前还不清楚您尝试了什么以及为什么没有奏效。
标签: javascript html css asp.net-mvc twitter-bootstrap