diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css index 9dafcdd0..6145a0e8 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 23d22d72..30ba35ee 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 5c842660..98f36d1e 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;