Form controls
Give textual(文本性) form controls like <input>s and <textarea>s an upgrade with custom styles, sizing, focus states(获取的焦点状态), and more.
Sizing
Set heights using classes like .form-control-lg and .form-control-sm. 利用这样的类来设置高度
<input class="form-control form-control-lg"
type="text" placeholder=".form-control-lg" >
<input class="form-control" type="text"
placeholder="Default input">
<input class="form-control form-control-sm"
type="text" pl

文章介绍了如何使用Bootstrap对文本输入框(input和textarea)进行定制,包括调整大小(form-control-lg和form-control-sm)、禁用和只读状态的设置。此外,还提到了plain文本输入、颜色选择器以及使用datalists创建可自动补全的输入选项。
最低0.47元/天 解锁文章

2万+

被折叠的 条评论
为什么被折叠?



