mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
a
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@
|
|||||||
if(win.timeer){clearTimeout(win.timeer);win.timeer = null;}
|
if(win.timeer){clearTimeout(win.timeer);win.timeer = null;}
|
||||||
|
|
||||||
var paodan = [
|
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;">',
|
' <div style="float:left;">',
|
||||||
' <img id="paodan_img" style="width:40px;height:40px;"/>',
|
' <img id="paodan_img" style="width:40px;height:40px;"/>',
|
||||||
' </div>',
|
' </div>',
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
if(!$paodan){
|
if(!$paodan){
|
||||||
var _div = document.createElement("div");
|
var _div = document.createElement("div");
|
||||||
_div.setAttribute("id","paodan");
|
_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;
|
_div.innerHTML = paodan;
|
||||||
document.body.appendChild(_div);
|
document.body.appendChild(_div);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user