wang_
wang_
  • 发布:2015-12-10 14:44
  • 更新:2017-04-15 23:00
  • 阅读:6871

plus.nativeUI.actionSheet中的按钮的样式问题

分类:HTML5+

function plusReady(){
// 弹出系统选择按钮框
plus.nativeUI.actionSheet( {title:"Plus is ready!",cancel:"取消",buttons:[{title:"确定"},{title:"取消"}]}, function(e){
console.log( "User pressed: "+e.index );
} );
}

以上的buttons中titile:"确定"按钮,可以设置字体颜色吗?????

2015-12-10 14:44 负责人:无 分享
已邀请:
ahwx1994

ahwx1994

这个是系统原生的,应该改不了。你可以用div实现,这样就能改了

Devid

Devid

同问啊!

LionYoung

LionYoung

同问,楼主最后修改成功不

卓

http://www.html5plus.org/doc/zh_cn/nativeui.html#plus.nativeUI.ActionButtonStyles

该问题目前已经被锁定, 无法添加新回复