modify css

This commit is contained in:
liujianhuan 2021-01-14 12:58:26 +08:00
parent 11dfbbc16d
commit 346f2455ed
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "275" height = "370" />'
obox1.style.position = "fixed";
obox1.style.right = "20px";
obox1.style.bottom = "0px";
obox1.style.display = "none";
obox1.setAttribute("class", "movie")

View File

@ -79,9 +79,9 @@ pre[class*="language-"] {
display: none;
}
@media screen and (max-width: 600px) {
@media screen and (min-width: 1400px) {
.movie {
display: none;
display: block;
}
}