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.
我正在用 html & css 开发树视图结构。
请在下面的链接中找到代码。在那个“特殊文件夹”中,缺少虚线。我正在使用 css :last-child 作为 ul, li。
http://jsfiddle.net/LtzSF/
任何机构都可以解决这个问题。
尝试只选择直系后代:ul#test li:last-child > ul.
ul#test li:last-child > ul
http://jsfiddle.net/LtzSF/1/