线上样式修改
parent
92814bc9fa
commit
e0819ffe6c
|
@ -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
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue