From 82e14779a5c459fc9c031895af2adffc9e2af5bb Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 4 Mar 2021 15:52:13 +0800 Subject: [PATCH] * add top space to #menuNav. --- module/index/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/index/css/index.css b/module/index/css/index.css index c70dcd178c..e37dc2c621 100644 --- a/module/index/css/index.css +++ b/module/index/css/index.css @@ -1,7 +1,7 @@ body {padding-left: 96px} #menu {position: fixed; left: 0; top: 0; bottom: 0; background-color: #3C495C; width: 96px; z-index: 1015;} -#menuNav {position: absolute; top: 0; bottom: 80px; width: 100%;} +#menuNav {position: absolute; top: 5px; bottom: 80px; width: 100%;} #menu .nav > li {float: none; padding: 2px 8px;} #menu .nav > li > a {color: #fff; line-height: 20px; padding: 8px 6px; border-radius: 2px; white-space: nowrap;} #menu .nav > li > a > .icon {display: inline-block; font-size: 16px;}