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