.nav li:after{
content:"";
position:absolute;
right:0;
top:20px;
height:15px;
width:1px;
background:linear-gradient(to bottom,#f82f87,#B0363F,#f82f87);
}
content 里只是加入一个空元素。 这里的所谓分割线其实是在设置具有 宽,高的伪元素里面填充 线性渐变 来实现的,