gpt4 book ai didi

css - 手写笔从选择器中选择

转载 作者:行者123 更新时间:2023-11-28 02:09:30 25 4
gpt4 key购买 nike

我只是想知道我是否可以在 Stylus 中从多个选择器中进行选择?所以我有这样的代码:

.selector-a,
.selector-b
display: flex
//There I need to choose just .selector-a and apply style only to .selector-a
&[0]//Something like this, maybe?
background: white
//There I need to chose just .selector-b and apply style only to .selector-b
&[1]
background: black

在 Stylus 中有什么方法可以这样做吗?

最佳答案

.selector-a,.选择器-b { 显示: flex }.selector-a { 背景:白色}.选择器-b { 背景:黑色

关于css - 手写笔从选择器中选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48843353/

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