bootstrap搜索图标的使用

<!DOCTYPE html>
<html>
  <head>
    <title>Bootstrap 图标</title>
    <Meta charset="utf-8">
    <Meta name="viewport" content="width=device-width,initial-scale=1.0">
    <!-- Bootstrap -->
    <link href="bootstrap/css/bootstrap.css" rel="stylesheet" media="screen">
    <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet" media="screen">
    <script src="bootstrap/js/jquery.js"></script>
    <script src="bootstrap/js/bootstrap.min.js"></script>
  </head>

<body>
	<div class="container">
		<div class="row">
			<div class="span12">
				<h3>一个搜索表单</h3>
                <form class="well form-search" action="">
                	<input class="input-medium search-query" type="text" name="" id="">
                    <button class="btn" type="submit"><i class="icon-search"></i>submit</button>
                </form>
			</div>
		</div>
	</div>
    <hr/><br/>

</body>
</html>
预览效果

bootstrap图标的使用方法: <i class="icon_class_name"></i> 其中 "icon_class_name" 是在 bootstrap.css 中定义的图标 class 的名称(例如:icon-music、icon-star、icon-user 等)。 如果您想要使用白色图标,然后添加一个额外的 icon-white class,如下所示: <i class="icon_class_name icon-white"></i> </i>

相关文章

Bootstrip HTML 查询搜索常用格式模版 &lt;form class=&...
如何在按钮上加红色数字 您可以使用Bootstrap的badge组件来在...
要让两个按钮左右排列,你可以使用 Bootstrap 的网格系统将它...
是的,可以将status设置为布尔类型,这样可以在前端使用复选...
前端工程师一般用的是Bootstrap的框架而不是样式,样式一般自...
起步导入:<linkrel="stylesheet"href="b...