css不常见属性

    xiaoxiao2021-04-13  37

    :empty,当标签为空时设置样式,兼容 ie8以上浏览器,

    ‘span>/span>’ &:empty {    display: none; }

    div :not(p) div标签下除了p标签的元素 -div :not(:last-child)

    table-layout:fixed;

    当td的文字为全英文时,td设宽度无效,文字不会自动换行,则需要此属性, 当td的文字为全中文时,会自动换行,不受影响

    标签

    code pre kbd mark small caption

    css属性

    @at-root

    转载请注明原文地址: https://ju.6miu.com/read-669355.html

    最新回复(0)