From 43f4fd96e5f5f4acfc294d5bea9a584a6ae5cac1 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期六, 30 五月 2020 14:11:09 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/index.css | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css index 6a5137e..b631b8f 100644 --- a/src/main/webapp/static/css/index.css +++ b/src/main/webapp/static/css/index.css @@ -6,19 +6,20 @@ position: fixed; width: 100%; overflow: hidden; - box-shadow: 0 1px 2px 0 rgba(0,0,0,.2) + box-shadow: 0 1px 2px 0 rgba(0,0,0,.1) } .nav li { float: left; border-right: 1px solid #e1e100; /*todo*/ } .nav li a { - font-size: 16px; + font-size: 15px; letter-spacing: 1px; display: block; text-decoration: none; padding: 12px 16px; text-align: center; + font-weight: bold; } .nav li a:hover { color: #000; -- Gitblit v1.9.1