This commit is contained in:
wlh
2014-12-04 20:14:38 +08:00
parent 38b61566d2
commit 078c119a15
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -41,9 +41,10 @@ header div:nth-child(2){
}
#search_btn{
width:50px;
height:45px;
border:1px solid #0091FF;
margin-left: 6px;
height:42px;
line-height:45px;
text-align:center;
margin-left:3px;
background-color:#0091FF;
border-left:0;
border:0;
+1 -1
View File
@@ -12,7 +12,7 @@
<input id="search_input" type="text" placeholder="请输入关键字"/>
</div>
<div>
<input id="search_btn" type="button" value="搜索">
<div id="search_btn">搜索</div>
</div>
</header>