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

Flex样式-TabNavigator篇

发布时间:2020-12-15 03:56:12 所属栏目:百科 来源:网络整理
导读: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
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;
}

(编辑:李大同)

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

    推荐文章
      热点阅读