diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index c74331a26..4b4c923e5 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -64,7 +64,7 @@
高校教育大数据服务平台
-
+

项目社区

支持分组开发与实验
提供灵活的分布式协同手段

 
diff --git a/public/stylesheets/css/login.css b/public/stylesheets/css/login.css index f1f86940c..7b91d1eb8 100644 --- a/public/stylesheets/css/login.css +++ b/public/stylesheets/css/login.css @@ -44,7 +44,7 @@ a:hover.new-bigbtn{background: #c3c3c3; color: #333;} a.new-bigbtn-green{display: block; background:#60B25E; color:#fff; border-radius:5px; text-align:center; font-size:18px; padding: 5px 20px; width: 220px;} a.new-bigbtn-green:hover{background: #51a74f; color: #fff;} /* 头部 */ -.header{ width:100%; height:51px;background:#46484c; } +.header{ width:100%; min-width: 1200px; height:51px;background:#46484c; } .header_con{ width:1200px; height:50px; margin:0 auto; } .new-logo img{ width: 45px; height: 45px; margin-top:3px;} .new-logo p{ font-size: 18px; color:#fff; line-height: 50px; } @@ -117,7 +117,7 @@ a:hover.btn-blue-line{background: #3b94d6; color:#fff;} .innerbox-txt{ width:300px;} .back-color-black{ background:#47494d;} .inner-t-c{ text-align: center;} -.inner-footer{ width: 100%; background:#323232; padding-bottom:30px;} +.inner-footer{ width: 100%;min-width: 1200px; background:#323232; padding-bottom:30px;} .inner-footer_con{ width: 1200px; margin: 0 auto;} .inner-footer-nav{ height: 50px; border-bottom:1px solid #47494d;} .inner-footer-nav li a{ float: left; margin-right:15px; font-size: 14px; color: #888; line-height: 50px;}