2k分辨率适配
This commit is contained in:
parent
1af058fc79
commit
700bbe7b54
|
@ -619,7 +619,13 @@
|
|||
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 {
|
||||
bottom: 1.56rem;
|
||||
right: 9.6rem;
|
||||
|
|
Loading…
Reference in New Issue