⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.css

📁 《Flex第一步:基于ActionScript 3.0的Flex 2应用开发》采用概念讲解与实例结合的方式
💻 CSS
字号:
/* 全局样式 */
/*嵌入字体 */
@font-face {
        src:url("Balsamo.ttf");
        fontFamily: myFont;
        flashType: true;        
 }
Application{
	fontSize:12;
	fontFamily: myFont;
	backgroundGradientColors: #c0c0c0, #c0c0c0
}
Button {
   fillColors: #666699, #6633ff, #ffffff, #eeeeee;
   color: #ffffff;
   borderColor: #6600ff;
   themeColor: #6633ff;
}
/*自定义类型 */
.box{
   borderStyle: solid;
   borderColor: #666699;
   borderThickness: 2;
   cornerRadius:6;
   backgroundColor: #EFEFEF;
   dropShadowEnabled: true;
   dropShadowColor: #6666cc;
}
.smallBox{
   borderStyle: solid;
   borderColor: #666699;
   borderThickness: 1;
   backgroundColor: #BABABA;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -