add qrcode
This commit is contained in:
parent
5fe5da3608
commit
373a3f97c2
BIN
ApacheDruid中文技术文档(持续更新中).pdf
Normal file
BIN
ApacheDruid中文技术文档(持续更新中).pdf
Normal file
Binary file not shown.
BIN
img/qrcode.png
Normal file
BIN
img/qrcode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user