Flex样式-NumericStepper篇

NumericStepper {
   borderStyle: solid;
   borderColor: #cc0000;
   borderThickness: 1;
   backgroundAlpha: 0.6;
   cornerRadius: 6;
   textIndent: 5;
   letterSpacing: 10;
   highlightAlphas: 0.62, 0.46;
   fillAlphas: 0.78, 0.4, 0.75, 0.65;
   fillColors: #ff0000, #6600ff, #3300ff, #990000;
   iconColor: #990033;
   backgroundColor: #ccff99;
   color: #000000;
   themeColor: #ffff00;
   fontFamily: Times New Roman;
   fontSize: 48;
   fontWeight: bold;
   fontStyle: italic;
   textDecoration: underline;
}

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