From b564b295c05f73af4c7048804701cd23418e6467 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期五, 29 五月 2020 15:38:37 +0800 Subject: [PATCH] # --- src/main/webapp/views/index.html | 3 +++ src/main/webapp/static/css/console.css | 3 +++ src/main/webapp/static/css/index.css | 24 ++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index 994ff74..9b2152f 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -3,6 +3,9 @@ } body { height: 100%; + background-color: #fff; + border-radius: 5px; + box-shadow: 0 0 3px rgba(0,0,0,.3); } /* 澶撮儴 */ header { diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css index 320bb06..001cbcd 100644 --- a/src/main/webapp/static/css/index.css +++ b/src/main/webapp/static/css/index.css @@ -29,3 +29,27 @@ background-color: #a62d2d; color: #fff; } + + +/*搴曢儴*/ +footer { + position: fixed; + bottom: 0; + right: 0; + left: 0; + text-align: center; + font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; + box-shadow: 0 -1px 2px 0 rgba(0,0,0,.0); + box-sizing: border-box; + background-color: #f1f1f1; + z-index: 999; + height: 30px; + font-size: 13px; + line-height: 30px; +} +footer a { + color: #3573ab; + font-weight: bold; + text-decoration: none; + cursor: pointer; +} \ No newline at end of file diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 11e6796..d2230fd 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -32,6 +32,9 @@ <!-- 涓讳綋鍐呭 --> <iframe id="content" src="console.html"></iframe> + <footer class="footer"> + Copyright 漏 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">娴欐睙涓壃鐗╂祦瑁呭鏈夐檺鍏徃</a> 淇濈暀鎵�鏈夋潈鍒� + </footer> </body> <script> function nav(id) { -- Gitblit v1.9.1