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:
+4
-4
@@ -33,10 +33,13 @@
|
|||||||
<link type="text/css" rel="stylesheet" href="css/font-awesome.css" />
|
<link type="text/css" rel="stylesheet" href="css/font-awesome.css" />
|
||||||
<style>
|
<style>
|
||||||
#paodan{
|
#paodan{
|
||||||
z-index:19999;position: absolute; width: 100%;right:70px;
|
z-index:19999;position: absolute;right:70px;
|
||||||
left:100px;top:50%;height:40px;display:;background-color:#fff;
|
left:100px;top:50%;height:40px;display:;background-color:#fff;
|
||||||
margin-top:-20px;
|
margin-top:-20px;
|
||||||
}
|
}
|
||||||
|
#paodan_msg{
|
||||||
|
font-size:15px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script src='http://123.57.39.116:9797/javascripts/socket.io.js'></script>
|
<script src='http://123.57.39.116:9797/javascripts/socket.io.js'></script>
|
||||||
@@ -66,9 +69,6 @@
|
|||||||
if(!$paodan){
|
if(!$paodan){
|
||||||
var _div = document.createElement("div");
|
var _div = document.createElement("div");
|
||||||
_div.setAttribute("id","paodan");
|
_div.setAttribute("id","paodan");
|
||||||
// _div.style.zIndex = 19999;
|
|
||||||
// _div.style.po
|
|
||||||
// _div.stylesheet = "";
|
|
||||||
_div.innerHTML = paodan;
|
_div.innerHTML = paodan;
|
||||||
document.body.appendChild(_div);
|
document.body.appendChild(_div);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user