From 1f27b42da36e76d3a71756385a5b2c8e75a9606a Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期一, 01 六月 2020 14:12:55 +0800 Subject: [PATCH] # --- src/main/webapp/views/index.html | 9 ++------- src/main/webapp/static/css/console.css | 11 +++++++++-- src/main/webapp/static/css/index.css | 16 ++++++++++++---- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index 67956f0..259d70d 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -4,13 +4,17 @@ body { height: 100%; - background-color: #fff; + background-color: #f1f1f1; border-radius: 5px; box-shadow: 0 0 3px rgba(0,0,0,.3); + padding: 10px; } /* ------------------------------------ 澶撮儴 ------------------------------------*/ header { + border-radius: 5px; + box-shadow: 0 0 3px rgba(0,0,0,.3); + background-color: #fff; height: 20%; opacity: 0.8; position: relative; @@ -87,7 +91,10 @@ /* ------------------------------------ 涓讳綋 ------------------------------------*/ main { - height: 80%; + border-radius: 5px; + box-shadow: 0 0 3px rgba(0,0,0,.3); + background-color: #fff; + height: 76.8%; position: relative; } diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css index b631b8f..a9323e2 100644 --- a/src/main/webapp/static/css/index.css +++ b/src/main/webapp/static/css/index.css @@ -1,6 +1,6 @@ /* 瀵艰埅 */ .nav { - background-color: #FFFF00; /*todo*/ + background-color: #fff; /*todo*/ color: #000; list-style-type: none; position: fixed; @@ -10,7 +10,7 @@ } .nav li { float: left; - border-right: 1px solid #e1e100; /*todo*/ + border-right: 1px solid #f1f1f1; /*todo*/ } .nav li a { font-size: 15px; @@ -32,11 +32,19 @@ color: #666; } .nav-select { - background-color: #ffe75c; /*todo*/ + background-color: #f1f1f1; /*todo*/ color: #000; } -/*搴曢儴*/ +/* 涓讳綋 */ +#content { + box-sizing: border-box; + padding-top: 46px; + width: 100%; + height: 100%; +} + +/* 搴曢儴 */ footer { border-top: 1px solid #e3e3e3; position: fixed; diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 8fbdc8e..87c8e23 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -12,12 +12,7 @@ <script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script> <script type="text/javascript" src="../static/js/common.js"></script> <style> - #content { - box-sizing: border-box; - padding-top: 46px; - width: 100%; - height: 100%; - } + </style> </head> <body> @@ -30,7 +25,7 @@ </ul> <!-- 涓讳綋鍐呭 --> - <iframe id="content" src="crn.html"></iframe> + <iframe id="content" src="console.html"></iframe> <footer class="footer"> Copyright 漏 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">娴欐睙涓壃鐗╂祦瑁呭鏈夐檺鍏徃</a> 淇濈暀鎵�鏈夋潈鍒� -- Gitblit v1.9.1