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

Flex样式-ComboBox篇

发布时间:2020-12-15 03:56:28 所属栏目:百科 来源:网络整理
导读:ComboBox { cornerRadius: 10; color: #6600cc; borderColor: #cc0000; iconColor: #9933ff; highlightAlphas: 0.44,0.2; fillAlphas: 0.69,0.55,0.45,0.68; fillColors: #cc0000,#ffff00,#3300ff,#6699ff; arrowButtonWidth: 0; backgroundAlpha: 0.63; sel
ComboBox {
   cornerRadius: 10;
   color: #6600cc;
   borderColor: #cc0000;
   iconColor: #9933ff;
   highlightAlphas: 0.44,0.2;
   fillAlphas: 0.69,0.55,0.45,0.68;
   fillColors: #cc0000,#ffff00,#3300ff,#6699ff;
   arrowButtonWidth: 0;
   backgroundAlpha: 0.63;
   selectionColor: #ffff00;
   textSelectedColor: #cc0000;
   useRollOver: true;
   rollOverColor: #ff0000;
   textRollOverColor: #33ff00;
   themeColor: #ccff00;
   alternatingItemColors: #003366,#ccff00;
   openDuration: 849;
   closeDuration: 2000;
   textAlign: left;
   fontFamily: Verdana;
   fontSize: 48;
   textDecoration: underline;
   fontWeight: bold;
   fontStyle: italic;
   letterSpacing: 0;
   dropdownStyleName: "myComboBoxDropDowns";
}

.myComboBoxDropDowns {
   cornerRadius: 1;
   borderThickness: 3;
   letterSpacing: 3;
   borderColor: #cc0000;
   color: #ffff00;
   textAlign: left;
   fontFamily: Georgia;
   fontSize: 20;
   fontWeight: bold;
   fontStyle: italic;
   textDecoration: underline;
   dropShadowEnabled: true;
   shadowDirection: left;
   shadowDistance: -1;
   dropShadowColor: #990000;
}

(编辑:李大同)

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

    推荐文章
      热点阅读