简宁S
2015-04-30 17:13
.nav li:after{
content:"";
position:absolute;
top:17px;
right:0px;
width:2px;
height:16px;
background:linear-gradient(to bottom, #f82f87,#A24,#d62b76);
}
.nav li:last-child:after {
background:none;
}
.nav li:nth-child(3或4):after{}
.nav li:nth-of-type(3):after {}
十天精通CSS3
242555 学习 · 2623 问题
相似问题