2k分辨率适配

This commit is contained in:
wuhongjian 2022-12-30 14:15:57 +08:00
parent 1af058fc79
commit 700bbe7b54
1 changed files with 7 additions and 1 deletions

View File

@ -619,7 +619,13 @@
right: 0rem; right: 0rem;
} }
} }
@media only screen and (min-width: 1921px) and (max-width: 3840px) { @media only screen and (min-width: 1921px) and (max-width: 2560px) {
.fixedmount {
bottom: 1.56rem;
right: 0.37rem;
}
}
@media only screen and (min-width: 2561px) and (max-width: 3840px) {
.fixedmount { .fixedmount {
bottom: 1.56rem; bottom: 1.56rem;
right: 9.6rem; right: 9.6rem;