PHP前端开发

bootstrap中搜索框怎么做

百变鹏仔 1个月前 (11-14) #bootstrap
文章标签 怎么做

在项目开发过程中,我们或多或少都会使用到搜索选项,那么如何制作一个标准,好看的搜索框呢?这里推荐bootstrap自带的一个控件input-group。

推荐手册:Bootstrap 中文手册

先简单看下对于这个控件官方的说明

Input groupEasily extend form controls by adding text, buttons, or button groups on either side of textual <input>s.Contents    Basic example    Sizing    Checkboxes and radio addons    Button addons    Buttons with dropdowns    Segmented buttons    Accessibility

意思就是针对我们平常使用的表单提交功能,可以添加按钮,文本到输入栏的两边的位置。