From 0e6c8541b83365096d4e0995c29dace03ddf056c Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 29 Dec 2022 17:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E4=BA=AB=E9=97=A8=E6=88=B7=EF=BC=9A?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E4=B8=8A=E6=9E=B6=E7=AD=89=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=9C=A8=E4=B8=A4=E5=B1=8F=E3=80=81=E4=B8=89=E5=B1=8F=E7=AD=89?= =?UTF-8?q?=E6=83=85=E5=86=B5=E6=97=B6=E4=BD=8D=E7=BD=AE=E9=94=99=E4=B9=B1?= =?UTF-8?q?=EF=BC=8C=E5=B8=8C=E6=9C=9B=E4=BD=8D=E7=BD=AE=E7=9B=B8=E5=AF=B9?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/newHome/components/WorkDynamics.vue | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/front/src/views/newHome/components/WorkDynamics.vue b/front/src/views/newHome/components/WorkDynamics.vue index e3d435b9..eb5616e0 100644 --- a/front/src/views/newHome/components/WorkDynamics.vue +++ b/front/src/views/newHome/components/WorkDynamics.vue @@ -557,8 +557,6 @@ height: 3rem; display: flex; position: fixed; - bottom: 1.56rem; - right: 0rem; z-index: 10; flex-direction: column; justify-content: space-between; @@ -615,4 +613,22 @@ background-size: 140% 126%; background-position: center; } + @media only screen and (max-width: 1920px) { + .fixedmount { + bottom: 1.56rem; + right: 0rem; + } + } + @media only screen and (min-width: 1921px) and (max-width: 3840px) { + .fixedmount { + bottom: 1.56rem; + right: 9.6rem; + } + } + @media only screen and (min-width: 3841px) and (max-width: 5760px) { + .fixedmount { + bottom: 1.56rem; + right: 19.2rem; + } + }