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.
<ul> <li>test</li> <li> <ul> <li>another</li> </ul> </li> </ul>
我只想设置嵌套 ul 标签的样式……这可能吗?我知道我可以只给 ul 一个 id 或类,但我想知道是否有另一种方式(我认为:first-child、last-child、nth-child,可能在这里玩?)?
ul ul这意味着任何ul是 another 的孩子ul,无论它向下多少级。
ul ul
ul
如果您想针对那个级别,具体来说,您可以使用ul > li > ulwhich 将针对uls 的直接子级的lis ,这些子级是 s 的直接子级ul。
ul > li > ul
li
Tidy.exe 无法识别格式
UL LI /LI UL /UL /UL