add qrcode

This commit is contained in:
liujianhuan 2021-01-20 11:10:52 +08:00
parent 5fe5da3608
commit 373a3f97c2
3 changed files with 3 additions and 3 deletions

Binary file not shown.

BIN
img/qrcode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -1,9 +1,9 @@
var obox1 = document.createElement("div")
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "275" height = "370" />';
obox1.innerHTML = '<img src = "/img/qrcode.png" width = "275" height = "300" />';
obox1.style.position = "fixed";
obox1.style.right = "20px";
obox1.style.bottom = "0px";
obox1.style.right = "10px";
obox1.style.bottom = "10px";
obox1.style.display = "none";
obox1.setAttribute("class", "movie")