document.getElementById(id).style.property = new style
示例:改变元素样式属性
document.getElementById("demo").style.color = "red";
运行一下