This commit is contained in:
lh_wang
2015-08-11 00:37:52 +08:00
parent a853db59d0
commit 32a3201865
+2 -2
View File
@@ -42,7 +42,7 @@
if(win.timeer){clearTimeout(win.timeer);win.timeer = null;}
var paodan = [
' <div style="height:40px;border:1px solid #65b9e8;z-index:19999;">',
' <div style="height:40px;border:1px solid #65b9e8;">',
' <div style="float:left;">',
' <img id="paodan_img" style="width:40px;height:40px;"/>',
' </div>',
@@ -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);
}