Accordion {
   borderStyle: solid;
   borderThickness: 1;
   headerHeight: 29;
   backgroundAlpha: 0.68;
   textIndent: 0;
   openDuration: 481;
   highlightAlphas: 0.56, 0.58;
   fillAlphas: 0.81, 0.37, 0.75, 0.65;
   fillColors: #cc0000, #ccff00, #3300ff, #6600ff;
   selectedFillColors: #0099ff, #33ffcc;
   themeColor: #3300ff;
   backgroundColor: #00ff66;
   borderColor: #cc0000;
   textRollOverColor: #6600ff;
   textSelectedColor: #330000;
   dropShadowEnabled: true;
   shadowDistance: 3;
   shadowDirection: center;
   dropShadowColor: #ffff00;
   headerStyleName: "myaccordionHeader";
}

.myaccordionHeader {
   letterSpacing: 0;
   color: #6633ff;
   textAlign: center;
   fontFamily: Arial Black;
   fontSize: 22;
   fontWeight: bold;
   fontStyle: italic;
   textDecoration: underline;
}
Flex样式-Accordion篇_yacc