This commit is contained in:
hc1913847458 2021-09-07 11:29:09 +08:00
parent 5424973c52
commit 94fbc972be
3 changed files with 5 additions and 9 deletions

View File

@ -1364,10 +1364,6 @@ a:visited {
color: #05101a;
}
a:hover {
color: #2A61FF!important;
}
ol,
ul,
li {

View File

@ -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);

View File

@ -625,7 +625,7 @@
}
.commonBox-title-read{
vertical-align: middle;
color: #666;
color: #000;
font-size: 14px;
&:hover {
color: #466AFF;