Flex样式-List篇

List {
   backgroundAlpha: 0.61;
   backgroundColor: #000000;
   alternatingItemColors: #cc0000, #ccff00;
   useRollOver: true;
   rollOverColor: #ffcc00;
   textRollOverColor: #ffcc66;
   borderStyle: solid;
   borderThickness: 1;
   borderColor: #cc0000;
   selectionColor: #3300ff;
   color: #ffffff;
   textSelectedColor: #99cc00;
   textIndent: 5;
   letterSpacing: 2;
   selectionDuration: 5000;
   dropShadowEnabled: true;
   shadowDistance: 2;
   shadowDirection: center;
   dropShadowColor: #cc0099;
   fontFamily: Tahoma;
   fontSize: 18;
   fontWeight: bold;
   fontStyle: italic;
   textDecoration: underline;
   cornerRadius: 8;
   textAlign: left;
}

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