慕仙1205856
2019-12-16 13:40
.li:after
{
content:"|"; /*这个我是用键盘上的"中括号右边","回车键上边"的那个键位打上去的,感觉效果出来有点短啊*/
}
.nav li:after{
content: '';
position: absolute;
height:20px;
width: 1px;
top:0;
bottom:0;
left: 0;
margin: auto auto;
background: #999;
}
短的话 应该可以用border 然后也是伪类取消 最后padding 压缩一下高度
十天精通CSS3
242553 学习 · 2623 问题
相似问题