From 90f9c3a15ce45db451e8d48b583e4272b2edaa19 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Mon, 20 Nov 2017 11:40:20 +0800 Subject: [PATCH] 首页 --- css/libCss/common.css | 3 +++ index.html | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/css/libCss/common.css b/css/libCss/common.css index ac35ae9..8df5366 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -2,6 +2,7 @@ body{ position: relative; } body,html{ + overflow: hidden; width: 100%; height: 100%; } @@ -23,4 +24,6 @@ section{ width: 100%; height: 100%; padding-left: 100px; + /* padding-top: 100px; */ + margin-top: -100px; } \ No newline at end of file diff --git a/index.html b/index.html index 3bcc581..2adb5c9 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,9 @@ + + + 首页 -- libgit2 0.21.4