gpt4 book ai didi

CSS:如何为所有尚未设置样式的
  • 元素选择 CSS?
  • 转载 作者:太空宇宙 更新时间:2023-11-04 03:56:08 24 4
    gpt4 key购买 nike

    所以我在列表中标记了一些边缘情况(第一个、第二个、最后一个和最后一个奇数子项),如下所示:

    /* First and second elements */
    li:first-child, li:first-child + li {
    ...
    }

    /* Last odd and last elements */
    li:last-child {
    ...
    }

    /* CSS for second last list element, only when it's odd. */
    li:nth-last-child(2):nth-child(odd) {
    ...
    }

    如何为所有剩余元素选择相同的 CSS?您能否引导我完成整个过程,以便我知道下一步该怎么做?

    最佳答案

    只需定义li 样式。由于特殊性规则,伪类将覆盖样式。

    关于CSS:如何为所有尚未设置样式的 <li> 元素选择 CSS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22791109/

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