oParent.style.cssText = 'width:' + oBoxW * cols + 'px;margin:0 auto;';通过这个方法设置样式没有反应;报错显示:Uncaught TypeError: Cannot read property 'style' of null 查看完整描述