fix bugs on mobile

This commit is contained in:
wlh
2014-12-09 13:26:29 +08:00
parent a5a1a210e2
commit 1fbd666579
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ header div:nth-child(1){
position: absolute;
top:10px;
left:3px;
right: 60px;
right: 50px;
height:40px;
}
@@ -45,7 +45,7 @@ header div:nth-child(1){
outline-style: none;
font-size:15px;
font-family:'georgia', "微软雅黑";
-webkit-tap-highlight-color: #FFF;
-webkit-tap-highlight-color: #000;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
+1
View File
@@ -1,4 +1,5 @@
var app = angular.module('app', ['ngRoute']);
window.scrollTo(0, 0);
app.run(function($rootScope){
$rootScope.version = '0.1';