Authored by hf

Merge branch 'develop'

@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 13
14 input { 14 input {
15 height: 30px; 15 height: 30px;
16 - width: 100%; 16 + width: 90%;
17 border-radius: 15px; 17 border-radius: 15px;
18 text-indent: 26px; 18 text-indent: 26px;
19 background: #fff; 19 background: #fff;
@@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
4 <form id="search-form" action="{{url}}" method="get"> 4 <form id="search-form" action="{{url}}" method="get">
5 <i class="search-icon iconfont">&#xe60f;</i> 5 <i class="search-icon iconfont">&#xe60f;</i>
6 <input type="text" value="{{default}}" name="query"> 6 <input type="text" value="{{default}}" name="query">
  7 + <input type="hidden" value="search" name="search">
7 <i class="clear-input iconfont hide">&#xe61a;</i> 8 <i class="clear-input iconfont hide">&#xe61a;</i>
8 <button id="search" class="search" type="submit">搜索</button> 9 <button id="search" class="search" type="submit">搜索</button>
9 </form> 10 </form>