加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Flex样式-DataGrid篇

发布时间:2020-12-15 03:55:56 所属栏目:百科 来源:网络整理
导读:DataGrid { backgroundAlpha: 0.91; backgroundColor: #cc9900; alternatingItemColors: #33ffcc,#cccc00; headerColors: #660000,#ccff00; horizontalGridLines: true; letterSpacing: 0; horizontalGridLineColor: #ccffcc; verticalGridLines: true; vert
DataGrid {
   backgroundAlpha: 0.91;
   backgroundColor: #cc9900;
   alternatingItemColors: #33ffcc,#cccc00;
   headerColors: #660000,#ccff00;
   horizontalGridLines: true;
   letterSpacing: 0;
   horizontalGridLineColor: #ccffcc;
   verticalGridLines: true;
   verticalGridLineColor: #cc6699;
   useRollOver: true;
   rollOverColor: #33cc66;
   textRollOverColor: #660033;
   borderThickness: 2;
   borderColor: #006600;
   iconColor: #66ff00;
   selectionColor: #ffffff;
   color: #000000;
   textSelectedColor: #ff0000;
   textIndent: 1;
   dropShadowEnabled: true;
   shadowDistance: -1;
   shadowDirection: center;
   dropShadowColor: #99ff99;
   fontFamily: Monaco;
   fontSize: 20;
   fontWeight: bold;
   fontStyle: italic;
   textDecoration: underline;
   headerStyleName: "mydataGridHeaderStyle";
}

.mydataGridHeaderStyle {
   color: #00ff00;
   fontFamily: Comic Sans MS;
   fontWeight: bold;
   fontSize: 14;
   fontStyle: italic;
   textDecoration: underline;
   letterSpacing: 1;
   textAlign: center;
}

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读