zoukankan      html  css  js  c++  java
  • Flex样式-DateChooser篇

    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;
    }

  • 相关阅读:
    mybatis
    Spring原理
    JS 之继承
    HTTP协议简介2
    JS 之原型,实例,构造函数之间的关系
    HTTP协议简介1
    freemarker语法简介
    CSS 动画之十-图片+图片信息展示
    JS实现颜色值的转换
    抓包工具charles的使用
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315507.html
Copyright © 2011-2022 走看看