From 94fbc972beb087364022cef69bec3221d3573a6f Mon Sep 17 00:00:00 2001 From: hc1913847458 <1422588487@qq.com> Date: Tue, 7 Sep 2021 11:29:09 +0800 Subject: [PATCH] issue --- public/css/edu-purge.css | 4 ---- src/forge/Main/list.css | 8 ++++---- src/forge/Main/list.scss | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css index 9dafcdd0c..6145a0e8d 100644 --- a/public/css/edu-purge.css +++ b/public/css/edu-purge.css @@ -1364,10 +1364,6 @@ a:visited { color: #05101a; } -a:hover { - color: #2A61FF!important; -} - ol, ul, li { diff --git a/src/forge/Main/list.css b/src/forge/Main/list.css index 23d22d726..30ba35ee6 100644 --- a/src/forge/Main/list.css +++ b/src/forge/Main/list.css @@ -301,7 +301,7 @@ height: 24px; } .headerMenu-wrapper li.active a, .headerMenu-wrapper li.active a i { - color: #466AFF !important; + color: #2A61FF !important; } .headerMenu-wrapper li.active::after, .headerMenu-wrapper li:hover::after { position: absolute; @@ -313,7 +313,7 @@ width: 100%; } .headerMenu-wrapper li.active::after { - background-color: #466AFF; + background-color: #2A61FF; } .detail_tag_btn { @@ -687,8 +687,8 @@ .commonBox .commonBox-title.boxTitle { display: flex; justify-content: space-between; - height: 55px; - line-height: 55px; + height: 65px; + line-height: 65px; background: #FAFCFF; border-radius: 4px 4px 0px 0px; border: 1px solid rgba(42, 97, 255, 0.23); diff --git a/src/forge/Main/list.scss b/src/forge/Main/list.scss index 5c8426601..98f36d1eb 100644 --- a/src/forge/Main/list.scss +++ b/src/forge/Main/list.scss @@ -625,7 +625,7 @@ } .commonBox-title-read{ vertical-align: middle; - color: #666; + color: #000; font-size: 14px; &:hover { color: #466AFF;