现在的位置: 首页 > 综合 > 正文

Flex样式-TextArea篇

2014年01月31日 ⁄ 综合 ⁄ 共 407字 ⁄ 字号 评论关闭
TextArea {
   fontFamily: Times New Roman;
   fontSize: 48;
   color: #6600cc;
   fontWeight: bold;
   fontStyle: italic;
   textDecoration: underline;
   textAlign: left;
   paddingLeft: 9;
   paddingRight: 9;
   leading: 6;
   textIndent: 30;
   letterSpacing: 0;
   backgroundAlpha: 0.77;
   backgroundColor: #ffcc99;
   borderStyle: solid;
   borderColor: #cc0000;
   borderThickness: 1;
   cornerRadius: 10;
   dropShadowColor: #99ffff;
   dropShadowEnabled: true;
   shadowDirection: center;
   shadowDistance: 7;
}

抱歉!评论已关闭.