list.style.left是不是不存在
你css样式写在行内才可以像视频内这样写,不然就应该用
list.style.left = list.offsetLeft + offset + 'px' ;
也可以console.log()看看俩个的属性,就知道了。