js与css部分的修改

This commit is contained in:
hohoTT
2015-08-15 19:49:58 +08:00
parent b4d70d8ebd
commit e3756328af
4 changed files with 9 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<form class="form-inline" onsubmit="return false;">
<div class="form-group-sm">
<label>搜索</label>
<input name="keyWord" class="form-control" placeholder="请输入关键词" ms-duplex="keyWord">
<input name="keyword" class="form-control" placeholder="请输入关键词" ms-duplex="keyword">
<input type="submit" value="搜索" class="btn btn-primary" ms-click="search()">
</div>
</form>