Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的bxslider轮播中,每个元素都有一个背景图像,它是元素右边缘的一条垂直线。
bxslider
我想在最后一张可见幻灯片上设置一个类,这样我就无法在该元素上显示背景(这样我的轮播右边缘就没有垂直线)。
我还想在所有不可见的子元素上设置该类,或者至少是在第一个可见元素之前的那个,因为它显示在我的轮播的左边缘。
我花了相当多的时间试图完成这项工作,但我似乎无法弄清楚如何做到这一点。你会怎么做?
最简单的方法(尽管它不适用于所有浏览器,例如 IE8 及更低版本)是使用CSS last child selector。