虾滑咸鱼
2018-06-20 17:17
.nav li:before{ border:linear-gradient(to bottom,#ccc,#cc1,#ccc) left/1px 15px no-repeat; } /*删除第一项和最后一项导航分隔线*/ .nav li:first-child{ display:none; } .nav li:last-child{ display:none; }
如代码所示
.nav li::before和.nav li:first-child::before
.nav li:after{
content: '';
position: absolute; width: 1px; height: 13px; top: 18px; right: 0;
background-image: linear-gradient(to right, rgba(255,255,255,.5), grey);
}
十天精通CSS3
242696 学习 · 2623 问题
相似问题