From 45428204be66a8851e9dbbfbdccb429cb9794cd7 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 1 Jan 2021 16:35:27 +0800 Subject: [PATCH] * Finish task#8888. --- 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 9166e42142..6d92d49142 100644 --- a/module/index/css/index.css +++ b/module/index/css/index.css @@ -7,7 +7,7 @@ [lang="en"] #pagesBar {left: 134px} #bars {position: absolute; left: 0; top: 0; bottom: 0; padding: 0 5px} #bars > li {padding: 8px 5px;} -#bars > li > a {height: 24px; color: #fff; background: #cccfd4; padding: 2px 8px; line-height: 20px; border-radius: 2px;} +#bars > li > a {height: 24px; color: #fff; background: #88b6ff; padding: 2px 8px; line-height: 20px; border-radius: 2px;} #bars > li > a:hover, #bars > li > a:active, #bars > li > a:focus {background: #3c495c} #bars > li.active > a, #bars > li.active > a:active, #bars > li.active > a:focus {background: #0c64eb} #bars > li.active:after {content: ' '; display: block; position: absolute; background: #a0cafa; height: 3px; left: 5px; right: 5px; bottom: 0; border-radius: 2px;}