This commit is contained in:
lh_wang
2015-08-11 00:49:27 +08:00
parent 97040de36e
commit 98e8662f33
+4 -4
View File
@@ -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);
} }