html 搜索按钮输入组的搜索表单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 搜索按钮输入组的搜索表单相关的知识,希望对你有一定的参考价值。

.nms-results-search {
	padding-top: 0;

	.searchfield {
		//@include rem(padding, 15px);
		border-width: 2px;
		border-right: 0px !important;
		//@include rem(font-size, 16px);
		line-height: 1.1em;

		&,
		&:focus {
			border-color: red;
		}
	  //@include placeholder($myc_lightgray);
	}
	.input-group-addon {
		//@include rem(font-size, 14px);
		line-height: 0.9em;
		border-radius: 0;
		border-width: 2px;
		border-color: red;
		//background-color: mix(white, $cxo_$myc_lightgray, 30%);
		background-color: transparent;
		color: white;
		box-shadow: none;
		> i {
			font-size: 130%;
			line-height: 1em;
			color: red;
		}
	}

}
<div class="input-group nms-form nms-results-search">
	<input type="search" class="search form-control searchfield" placeholder="Buscar por participante o club...">
	<span class="input-group-addon"><i class="icon-search"></i></span>
</div>

以上是关于html 搜索按钮输入组的搜索表单的主要内容,如果未能解决你的问题,请参考以下文章

Laravel 输入类型搜索取消按钮提交表单

html表单在特定输入上按Enter键时阻止提交[重复]

html如何添加搜索框

在编辑任何输入时呈现数据表单列表?

搜索值,然后在Google表格中查找并使用google apps脚本在html中显示行值

搜索按钮和搜索表单的融合或合并