From c22a3e62da25a61b2550def70861d4f109e6b81b Mon Sep 17 00:00:00 2001 From: "yhui.yang" Date: Wed, 26 Jul 2017 16:20:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9footer=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/Application.js | 21 +++++++++++---------- client/containers/Home/Home.scss | 5 ----- client/styles/common.scss | 3 +++ 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/client/Application.js b/client/Application.js index 11d5477e..8212403e 100644 --- a/client/Application.js +++ b/client/Application.js @@ -46,16 +46,17 @@ export default class App extends Component {
- - {/**/} - - - - - - - - +
+ + + + + + + + + +
diff --git a/client/containers/Home/Home.scss b/client/containers/Home/Home.scss index da3f425d..9e40753b 100644 --- a/client/containers/Home/Home.scss +++ b/client/containers/Home/Home.scss @@ -7,15 +7,10 @@ $color-grey-lighter : #F7F7F7; $color-blue-light: #5dade2; $color-black-lighter: #404040; - .home-main { - min-height:calc(100% - 2.47rem); display: -webkit-box; -webkit-box-orient: vertical; - background: $color-blue-grey-lighter; .main-one{ - //padding: .5rem .5rem 0 .5rem; - //background: radial-gradient(ellipse at center,#45484d 0%,#000 100%); .home-des{ color: $color-white; padding: .5rem 0 0; diff --git a/client/styles/common.scss b/client/styles/common.scss index 46647f23..fa06366a 100644 --- a/client/styles/common.scss +++ b/client/styles/common.scss @@ -44,4 +44,7 @@ em { display: -webkit-box; -webkit-box-orient: vertical; height: 100%; + .router-container{ + min-height:calc(100% - 2.47rem); + } }