fix bugs on mobile

This commit is contained in:
wlh
2014-12-09 13:20:25 +08:00
parent 04e2322cb1
commit a5a1a210e2
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -45,6 +45,10 @@ header div:nth-child(1){
outline-style: none;
font-size:15px;
font-family:'georgia', "微软雅黑";
-webkit-tap-highlight-color: #FFF;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
header div:nth-child(2){
+1 -1
View File
@@ -3,6 +3,6 @@
<input id="search_input" ng-model="keywords" type="text" placeholder="请输入关键字"/>
</div>
<div>
<input id="search_btn" ng-click="search()" value="搜索"/>
<input type="button" id="search_btn" ng-click="search()" value="搜索"/>
</div>
</header>