怎么将以上所有的设置恢复原始值
var text = document.getElementById('txt'); //定位外层div标签 text.removeAttribute("style"); //通过removeAttribute方法移除标签中的style属性