This commit is contained in:
liujianhuan 2021-01-05 15:23:57 +08:00
parent 5bb1492c90
commit 9533771edf
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ var obox1 = document.createElement("div")
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "275" height = "750" />';
obox1.style.position = "fixed";
obox1.style.right = "20px";
obox1.style.bottom = "200px";
obox1.style.bottom = "0px";
var sbox = document.getElementsByTagName("body")[0];