Version: 2022.2
Multiple selectors
伪类

Selector lists

A selector list is a comma-separated list of selectors that share the same style rule.

语法

A selector list consists of multiple selectors separated by commas:

selector1, selector2 {...}

示例

The following two USS snippets have the same effect.

# container2 {
  background-color: pink;
  border-radius: 10px;
}

Button {
  background-color: pink;
  border-radius: 10px;
}
# container2, Button {
   background-color: pink;
     border-radius: 10px;
 }

其他资源

Multiple selectors
伪类
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961