首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 媒体动画 > flex >

flex动态换肤的demo事例

2012-10-09 
flex动态换肤的demo例子flex动态换肤的demo例子 ----》建立三个css样式文件;/* CSS file - Standard Styles

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;
}

----》测试程序

 

热点排行