diff --git a/meitu/index.html b/meitu/index.html index 586ce0e..9535f0a 100644 --- a/meitu/index.html +++ b/meitu/index.html @@ -42,7 +42,7 @@ if(win.timeer){clearTimeout(win.timeer);win.timeer = null;} var paodan = [ - '
', + '
', '
', ' ', '
', @@ -59,7 +59,7 @@ if(!$paodan){ var _div = document.createElement("div"); _div.setAttribute("id","paodan"); - _div.style="z-index:19999;position: absolute; width: 100%; left: 0px;top:0px;height:40px;display:;background-color:#fff;"; + _div.stylesheet = "z-index:19999;position: absolute; width: 100%; left: 0px;top:0px;height:40px;display:;background-color:#fff;"; _div.innerHTML = paodan; document.body.appendChild(_div); }