layer修改指定弹框按钮样式

layer.open({

  skin: 'demo-class',

  content: '确认提交?',

  btn: ["取消", "确认"],

  yes: function (index) {

    layer.close(index)

  },

  btn2: function (index) {

    somefunciton...

  }

});

  

//在页面style中定义按钮css样式