From 271934de3c4da20916a57a9c5390e30d8183ed7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=E5=98=89=E9=98=B3?= Date: Thu, 15 Mar 2018 20:30:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=87=E6=A1=88=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E5=9B=BA=E5=AE=9A=E4=BD=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=85=B3=E4=BA=8E=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E6=A1=86=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/resources/static/css/style.css | 6 +++++- src/main/resources/templates/home/about.html | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b839ac1..8611f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.fjy spring - V2.6.2 + V2.6.4 jar spring diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index d47b051..749fafd 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -7,6 +7,9 @@ src: url('../fonts/element-icons.ttf'), url('../fonts/element-icons.woff'); /* IE9 */ } +*{padding:0;margin:0;} +html{height:100%;} +body{min-height:100%;} .loginTitle{ text-align: center; } @@ -57,8 +60,9 @@ a{ .footer{ width:100%; font-size:14px; - position:fixed; + position:absolute; bottom:20px; + left:0; text-align: center; } diff --git a/src/main/resources/templates/home/about.html b/src/main/resources/templates/home/about.html index 8fb4bb3..6dd96ec 100644 --- a/src/main/resources/templates/home/about.html +++ b/src/main/resources/templates/home/about.html @@ -42,7 +42,11 @@
查看更新日志 - +