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

Flex样式-DateChooser篇

发布时间:2020-12-15 03:56:27 所属栏目:百科 来源:网络整理
导读:DateChooser { cornerRadius: 8; borderThickness: 0; horizontalGap: 40; verticalGap: 40; headerColors: #00cc33,#ffcc00; highlightAlphas: 0.56,0.56; fillAlphas: 0.69,0.64,0.45,0.65; fillColors: #cc0000,#ccff00,#6600ff,#ff6600; todayColor: #ff
DateChooser {
   cornerRadius: 8;
   borderThickness: 0;
   horizontalGap: 40;
   verticalGap: 40;
   headerColors: #00cc33,#ffcc00;
   highlightAlphas: 0.56,0.56;
   fillAlphas: 0.69,0.64,0.45,0.65;
   fillColors: #cc0000,#ccff00,#6600ff,#ff6600;
   todayColor: #ff66ff;
   rollOverColor: #cc0000;
   selectionColor: #99ffcc;
   color: #6633ff;
   borderColor: #00ff99;
   iconColor: #ff0000;
   backgroundColor: #ccff99;
   themeColor: #cc6699;
   dropShadowEnabled: true;
   shadowDistance: 5;
   shadowDirection: left;
   dropShadowColor: #cc00ff;
   fontFamily: Verdana;
   fontSize: 16;
   fontWeight: bold;
   fontStyle: italic;
   textDecoration: underline;
   headerStyleName: "mydateChooserHeaderStyle";   weekDayStyleName: "mydateChooserWeekDayStyle";   todayStyleName: "mydateChooserTodayStyle";
}

.mydateChooserHeaderStyle {
   color: #3333ff;
   fontFamily: Times New Roman;
   fontWeight: bold;
   fontSize: 16;
   fontStyle: italic;
   textDecoration: none;

}

.mydateChooserWeekDayStyle {
   color: #ff3300;
   fontFamily: Arial Black;
   fontWeight: bold;
   fontSize: 18;
   fontStyle: italic;
   textDecoration: underline;

}

.mydateChooserTodayStyle {
   color: #99ff00;
   fontFamily: Arial Black;
   fontWeight: bold;
   fontSize: 24;
   fontStyle: italic;
   textDecoration: underline;
}

(编辑:李大同)

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

    推荐文章
      热点阅读