1.x5组件提供的API文档方法:

var input = this.comp('组件xid');
input.removeClass('b');
input.addClass('a');

2.获取dom对象动态修改style属性!关于js动态修改style属性可以自己上网搜下

比如

this.getElementByXid('button1').style.visibility = 'visible';

3.x5组件提供的API文档方法:setCSS
比如:

this.comp("row1").setCSS({"background-color":"red"});

4. query提供的样式修改方法:http://www.cnblogs.com/mengdd/p/4260577.html

5.KO对象实现样式的动态绑定效果 :http://docs.wex5.com/wex5-ui-question-list-2102