收藏
回答

css 选择器选择所有同级标签编译报错,是不支持~吗?

.content_img:first-child:nth-last-child(2),
	.content_img:first-child:nth-last-child(2) ~.content_img{
		width: 150px!important;
		height: 150px!important;
	};
	
	.content_img:first-child:nth-last-child(n+3),
	.content_img:first-child:nth-last-child(n+3) ~.content_img{
		width: 100px!important;
		height: 100px!important;
	};

上面css选择器 ~ 选择所有同级的元素报错

回答关注问题邀请回答
收藏

1 个回答

  • 郑钱花
    郑钱花
    2020-03-18

    当然了,文档都不看吗?

    2020-03-18
    有用
    回复
登录 后发表内容
问题标签