线上修改样式
parent
d33cfe70bd
commit
20a281da66
|
@ -279,6 +279,11 @@ img {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header .right-boxs .nav li .listcur a.on {
|
||||||
|
background: #bb0712;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.header .right-boxs .nav li .listcur i {
|
.header .right-boxs .nav li .listcur i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -228,6 +228,10 @@ $pc-width:1220px;
|
||||||
height: auto;
|
height: auto;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
&.on {
|
||||||
|
background: $color;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
i {
|
i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue