87,996
社区成员
发帖
与我相关
我的任务
分享

label.setStyle({//给label设置样式,任意的CSS都是可以的
"color":"red",//颜色
"fontSize":"14px",
"border":"0",
"height":"auto",
"width":"auto",
"textAlign":"center",
"lineHeight":"30px",
"background":"lightgray",
"cursor":"pointer"
});