We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
皮肤机制为moye控件提供强大的样式自定义能力,可以支持自定义样式与换肤/风格主题。
moye
自定义样式
换肤
风格主题
功能特点:
{type}
skin-{skin}
skin-{skin}-{type}
{skin}
示例:
var Button = require('moye/Button'); var button = new Button({ main: document.getElementById('button'), skin: ['jinrong', 'small'] }); button.render();
使用以上代码moye会为元素button添加以下样式类型
ui-button
skin-jinrong
skin-jinrong-button
skin-small
skin-small-button