• Flex样式-TabNavigator篇


    TabNavigator {
       tabHeight: 31;
       tabWidth: 96;
       cornerRadius: 10;
       horizontalGap: -2;
       horizontalAlign: left;
       tabOffset: 2;
       textIndent: 2;
       backgroundAlpha: 0.77;
       backgroundColor: #999966;
       borderStyle: solid;
       borderColor: #cc0000;
       borderThickness: 2;
       color: #000000;
       dropShadowEnabled: true;
       shadowDirection: center;
       shadowDistance: 17;
       dropShadowColor: #ffff00;
       tabStyleName: "myTabs";
       firstTabStyleName: "myTabs";
       lastTabStyleName: "myTabs";
       selectedTabTextStyleName: "mySelectedTabs";
    }
    
    .myTabs {
       cornerRadius: 10;
       highlightAlphas: 0.42, 0;
       letterSpacing: 1;
       fillAlphas: 0.74, 0.4;
       fillColors: #99ff00, #3333ff;
       backgroundAlpha: 0.88;
       backgroundColor: #66ccff;
       borderColor: #00ff00;
       color: #cc0000;
       textRollOverColor: #cc00ff;
       themeColor: #ffff00;
       textAlign: center;
       fontFamily: Courier;
       fontSize: 18;
       fontWeight: bold;
       fontStyle: italic;
       textDecoration: underline;
    
    }
    
    .mySelectedTabs {
       letterSpacing: 1;
       color: #cc0000;
       textAlign: left;
       fontFamily: Arial;
       fontSize: 14;
       fontWeight: bold;
       fontStyle: italic;
       textDecoration: underline;
    }

  • 相关阅读:
    怀念
    红颜知己
    我的孩子们
    10月22日
    Movies
    vue返回上一页效果(this.$router.go、)
    Java随笔
    Java随笔
    java随笔
    java随笔
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315499.html
Copyright © 2020-2023  润新知