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

View File

@ -24,7 +24,7 @@
"copy-code-button",
"tbfed-pagefooter",
"heading-anchors",
"donate",
"-donate",
"scripts"
],
"pluginsConfig": {

View File

@ -1,6 +1,6 @@
var obox1 = document.createElement("div")
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "270" height = "380" />';
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "275" height = "750" />';
obox1.style.position = "fixed";
obox1.style.right = "20px";
obox1.style.bottom = "200px";