小程序中 css样式last-of-type无效

发布于 8 年前作者 qianjing7017 次浏览最后编辑 8 年前来自 ask

:last-of-type        :nth-of-type(n)         :nth-last-of-type(n)

这三个选择器无效,不止是BUG还是不支持 -_-

:nth-last-child(n)  这一类的都还支持,其他特殊的(不常用)选择器还未试验过

1 回复
xiazeng
xiazeng1 楼6 年前

目前不支持

我们看下是否支持上