mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
fix bugs on mobile
This commit is contained in:
+2
-2
@@ -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,4 +1,5 @@
|
||||
var app = angular.module('app', ['ngRoute']);
|
||||
window.scrollTo(0, 0);
|
||||
|
||||
app.run(function($rootScope){
|
||||
$rootScope.version = '0.1';
|
||||
|
||||
Reference in New Issue
Block a user