Answers
总共想了如下几个方法,自己挑着用
1,
.wrap_title li a:not(:first-child){
background:url("line.png") no-repeat left center;
}
2,
.wrap_title li a:not(:last-child){
background:url("line.png") no-repeat right center;
}
3,
.wrap_title li a{
background:url("line.png") no-repeat right center;
}
.wrap_title li a:last-child{
background:none;
}
4,
.wrap_title li a{
background:url("line.png") no-repeat left center;
}
.wrap_title li a:first-child{
background:none;
}
5,
给最后一个设置class,比如last-item
.left-item{
background:none;
}
北美顶塔王
answered 9 years, 2 months ago