issue
This commit is contained in:
parent
5424973c52
commit
94fbc972be
|
@ -1364,10 +1364,6 @@ a:visited {
|
||||||
color: #05101a;
|
color: #05101a;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: #2A61FF!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol,
|
ol,
|
||||||
ul,
|
ul,
|
||||||
li {
|
li {
|
||||||
|
|
|
@ -301,7 +301,7 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
.headerMenu-wrapper li.active a, .headerMenu-wrapper li.active a i {
|
.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 {
|
.headerMenu-wrapper li.active::after, .headerMenu-wrapper li:hover::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -313,7 +313,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.headerMenu-wrapper li.active::after {
|
.headerMenu-wrapper li.active::after {
|
||||||
background-color: #466AFF;
|
background-color: #2A61FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail_tag_btn {
|
.detail_tag_btn {
|
||||||
|
@ -687,8 +687,8 @@
|
||||||
.commonBox .commonBox-title.boxTitle {
|
.commonBox .commonBox-title.boxTitle {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 55px;
|
height: 65px;
|
||||||
line-height: 55px;
|
line-height: 65px;
|
||||||
background: #FAFCFF;
|
background: #FAFCFF;
|
||||||
border-radius: 4px 4px 0px 0px;
|
border-radius: 4px 4px 0px 0px;
|
||||||
border: 1px solid rgba(42, 97, 255, 0.23);
|
border: 1px solid rgba(42, 97, 255, 0.23);
|
||||||
|
|
|
@ -625,7 +625,7 @@
|
||||||
}
|
}
|
||||||
.commonBox-title-read{
|
.commonBox-title-read{
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: #666;
|
color: #000;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #466AFF;
|
color: #466AFF;
|
||||||
|
|
Loading…
Reference in New Issue