现在的位置: 首页 > 综合 > 正文

Alert 中的字体通过css设置

2013年09月07日 ⁄ 综合 ⁄ 共 289字 ⁄ 字号 评论关闭
Alert{
backgroundColor: #2791DB;
headerColors:#2791DB,#2791DB;
borderThicknessLeft:0;
borderThicknessRight:0;
borderThicknessTop:0;
            font-size:14;
            buttonStyleName: myCustomButtonStyleName;
}
.myCustomButtonStyleName {
            color: #ffffff;
            cornerRadius: 12;
          background-color:red;
        }

抱歉!评论已关闭.