没得style这个属性
要不你加个延时试试
----------
setTimeout(function() { //SetInterval:每100毫秒执行一次,setTimeout:100毫秒后执行一次
//你现在的JS
}, 100);