线上样式修改

master
大帅比 2023-08-01 06:47:48 +00:00
parent 92814bc9fa
commit e0819ffe6c
3 changed files with 13 additions and 11 deletions

View File

@ -295,15 +295,15 @@ img {
color: #fff;
}
.header .right-boxs .nav li.curr a {
.header .right-boxs .nav li.curr h3 a {
color: #bb0712;
}
.header .right-boxs .nav li.curr a::before {
.header .right-boxs .nav li.curr h3 a::before {
height: 1px;
}
.header .right-boxs .nav li.curr a::after {
.header .right-boxs .nav li.curr h3 a::after {
opacity: 1;
}

File diff suppressed because one or more lines are too long

View File

@ -247,13 +247,15 @@ $pc-width:1220px;
}
}
&.curr {
a {
color: $color;
&::before {
height: 1px;
}
&::after {
opacity: 1;
h3 {
a {
color: $color;
&::before {
height: 1px;
}
&::after {
opacity: 1;
}
}
}
}