线上样式修改

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; color: #fff;
} }
.header .right-boxs .nav li.curr a { .header .right-boxs .nav li.curr h3 a {
color: #bb0712; color: #bb0712;
} }
.header .right-boxs .nav li.curr a::before { .header .right-boxs .nav li.curr h3 a::before {
height: 1px; height: 1px;
} }
.header .right-boxs .nav li.curr a::after { .header .right-boxs .nav li.curr h3 a::after {
opacity: 1; opacity: 1;
} }

File diff suppressed because one or more lines are too long

View File

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