Flex Css样式
1. 类型筛选器
<fx:Style>
s|Label ,s|Button {
color:#ff0000;
font-size:14;
}
</fx:Style>
2. ID 选择器
#ID{
}
3. 类
.objectType{
}
1. 类型筛选器
<fx:Style>
s|Label ,s|Button {
color:#ff0000;
font-size:14;
}
</fx:Style>
2. ID 选择器
#ID{
}
3. 类
.objectType{
}