Flex样式-LinkButton篇

LinkButton {
   cornerRadius: 10;
   paddingLeft: 20;
   paddingRight: 20;
   letterSpacing: 0;
   rollOverColor: #ff0000;
   selectionColor: #ffff00;
   color: #000000;
   textRollOverColor: #660099;
   textSelectedColor: #ccffff;
   fontFamily: Times New Roman;
   fontSize: 14;
   fontWeight: bold;
   fontStyle: italic;
   textDecoration: underline;
}

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