为了账号安全,请及时绑定邮箱和手机立即绑定

最后last-child 怎么删不去

请问错在哪里呢

正在回答

2 回答

使用 display:none 就隐藏了

0 回复 有任何疑惑可以回复我~

    .nav li::after{
            content:"";
            position:absolute;
          right:0px;
            top:10px;
            height:30px;
            width:1px;
            background:linear-gradient(to bottom,#aaa,#fff,#aaa);
        }
        /*删除第一项和最后一项导航分隔线*/
      .nav li:last-child::after{
            width: 0px;
            height: 0px;
            
        }

after之前应该是双冒号,

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

最后last-child 怎么删不去

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信