gpt4 book ai didi

html - CSS3 查询目标标签 + input[type ="radio"] (指定节点)

转载 作者:太空宇宙 更新时间:2023-11-04 00:10:58 24 4
gpt4 key购买 nike

您好,我想定位并修改 <label>仅在 input[type=radio] 旁边时标记, 在任何其他情况下都没有。

我的代码是这样的:

<fieldset>
<legend>Some legend</legend>
<p>Some explanation</p>
<label>
<input type="radio" name="#{name}" value="#{value}" />
</label>
</fieldset>

我尝试了 fieldset label:first-child+input[type=radio]{}但确实有效,如果有人能帮助我,那就太棒了。

编辑:我想要的是能够只设置 LABEL 标签的样式而不设置 RADIO 按钮 INPUT 标签的样式,并且这种样式仅在 <label><input type="radio"></label> 时适用。发现结构。

最佳答案

您要求的内容在 CSS 中是不可能的。无法“向后”或“向上”遍历 DOM 树(因此您无法定位 previous sibling 节点或父节点)。

查看这篇文章:Is there a CSS parent selector?

关于html - CSS3 查询目标标签 + input[type ="radio"] (指定节点),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13033360/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com