Flex样式-TextArea篇

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

原文地址:https://www.cnblogs.com/hzcya1995/p/13315504.html