change search style
This commit is contained in:
parent
d50c0e9965
commit
63f03a81c1
|
@ -29,10 +29,8 @@
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<form action="" method="get">
|
<form action="" method="get">
|
||||||
<input type="hidden" name="search" value='1' />
|
<input type="hidden" name="search" value='1' />
|
||||||
<ul>
|
<input type="text" name="keyword" value="<?php echo $this->keyword; ?>" placeholder="搜索关键字"/>
|
||||||
<li><label>搜索关键字</label><input type="text" name="keyword" value="<?php echo $this->keyword; ?>" /></li>
|
<input type="submit" class="btn" value="搜索" />
|
||||||
<li><input type="submit" class="searchbtn" value="搜索" /></li>
|
|
||||||
</ul>
|
|
||||||
</form>
|
</form>
|
||||||
</div><!-- search DIV -->
|
</div><!-- search DIV -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue