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

  • 相关阅读:
    jar 反编译工具
    SpringBoot 中注解方式的拦截过滤
    jetty 启动项目在pom.xml 的配置
    java Exception 处理汇总
    mysql-覆盖索引
    程序员为何如此累
    启动centos 不带桌面
    Linux 和 Vim 常用命令整理
    How to Use tomcat on Linux
    Mac Book 问题汇集
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315507.html
Copyright © 2011-2022 走看看