Zepto中设置样式用法:
var Box = document.querySelector('.Box') Box.style.cssText += ';' + 'width: 400px'
注意使用叠加的方式保留原有的样式