评论

[BUG反馈] nth-child 选择器bug

选择器的bug

使用伪类选择设置的样式
在开发者工具左边已经显示出来了
但是颜色不同
设置class的样式就可以显示出来
代码片段
wxss:
/* .shanghai .comment_list .title_wrapper .title :nth-child(1) {
text-shadow: 10rpx 10rpx 5rpx #3625af;
}

.shanghai .comment_list .title_wrapper .title :nth-child(2) {
text-shadow: 10rpx 10rpx 5rpx #5233b7;
}

.shanghai .comment_list .title_wrapper .title :nth-child(3) {
text-shadow: 10rpx 10rpx 5rpx #603abb;
}

.shanghai .comment_list .title_wrapper .title :nth-child(4) {
text-shadow: 10rpx 10rpx 5rpx #7645c1;
}

.shanghai .comment_list .title_wrapper .title :nth-child(5) {
text-shadow: 10rpx 10rpx 5rpx #814bc4;
}

.shanghai .comment_list .title_wrapper .title :nth-child(6) {
text-shadow: 10rpx 10rpx 5rpx #9956cb;
}

.shanghai .comment_list .title_wrapper .title :nth-child(7) {
text-shadow: 10rpx 10rpx 5rpx #ae60d0;
}

.shanghai .comment_list .title_wrapper .title :nth-child(8) {
text-shadow: 10rpx 10rpx 5rpx #c06ad5;
} */

每行的颜色是不同的 可是在开发者工具上 颜色都是同一个

同样的wxss样式 放在class里 就正常了 如图

点赞 0
收藏
评论

1 个评论

  • Ltt
    Ltt
    2019-07-15

    “文章分享”是用于分享大家关于小程序的开发、运营经验的。

    如果有问题或者需求反馈,可以发到“问题解答”模块,我们会有对应同学来处理回复的。

    我们会将这个帖子隐藏掉,可以将这篇帖子删掉发到“问题解答”里面。


    2019-07-15
    赞同
    回复
登录 后发表内容