css导航最右边线怎么去掉 是用定位上去的 急

2025-03-21 22:40:04
推荐回答(2个)
回答(1):

.header .center ul li:last-child:before{
   display:none;
}

用 :last-child可以搞定。

回答(2):

可以给最右边的li添加一个样式:border-right: none;就可以去掉右边框