问答详情
源自:5-5 CSS3背景 制作导航菜单综合练习题

第三个和第四个的代码

.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;
        }

提问者:简宁S 2015-04-30 17:13

个回答

  • 大米210
    2015-12-16 15:13:51

    .nav li:nth-child(3或4):after{}

  • 大米210
    2015-12-16 15:12:17

     .nav li:nth-of-type(3):after {}