使用Bootstrap CSS 3.3.1,使用插件和幫助塊進行輸入時遇到了一些問題。帶插件和幫助塊的Boostrap 3輸入
只看到小提琴:https://jsfiddle.net/L8cyqoL1/1/
測試在Firefox/Chrome瀏覽器。標記是否錯誤?我想 「輸入組」 ......作爲類沒有成功
下面是標記:
<div class="form-group">
<label for="title" class="control-label col-md-3">Titre de la page</label>
<div class="col-md-9 input-group">
<div class="input-group-addon">
@
</div>
<input type="text" value="Value test" class="form-control input-xxlarge" id="title" name="title" size="46" />
<span class="help-block">Help Lorem Ipsum</span>
</div>
</div>
就拿了' 「input-group」之外的「help-block」,因爲它不是它的一部分。你也應該避免混合'input-group'和'col- *' – DavidG