第三个和第四个的代码

来源:5-5 CSS3背景 制作导航菜单综合练习题

简宁S

2015-04-30 17:13

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

写回答 关注

2回答

  • 大米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 {}

十天精通CSS3

本课程为CSS3入门教程,深刻详解CSS3知识让网页穿上绚丽装备

242555 学习 · 2623 问题

查看课程

相似问题