线上样式修改

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,6 +247,7 @@ $pc-width:1220px;
} }
} }
&.curr { &.curr {
h3 {
a { a {
color: $color; color: $color;
&::before { &::before {
@ -259,6 +260,7 @@ $pc-width:1220px;
} }
} }
} }
}
.form { .form {
@include flex(center,space-between); @include flex(center,space-between);
margin-left: 15px; margin-left: 15px;