flex动态换肤的demo例子
flex动态换肤的demo例子
----》建立三个css样式文件;
/* CSS file - Standard Stylesheet */
Label{
backgroundColor: #6E6E6E;
fontSize:20;
color: #99F11C;
}
Label{
backgroundColor: #6E6E6E;
fontSize:20;
color: #F8FBFC;
}
Label{
backgroundColor: #6E6E6E;
fontSize:20;
color: #2025DE;
}
----》测试程序