From e610d254f0752f18de651ac24bf6608eee382baf Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Fri, 10 Dec 2021 13:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AA=92=E4=BD=93=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/plan/plan.component.scss | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/app/pages/plan/plan.component.scss b/src/app/pages/plan/plan.component.scss index f548096..9e1299b 100644 --- a/src/app/pages/plan/plan.component.scss +++ b/src/app/pages/plan/plan.component.scss @@ -384,4 +384,36 @@ .anticon{ font-size: 20px; margin: 0 10px; } } } +} + +// 媒体查询 +// 适配125% +@media screen and (max-height: 750px) { + .header{ + button{ width: 80px; margin: 7px 5px 0px; } + .rightFence{ + img{ width: 30px; height: 30px; } + } + } + .nature{ right: 7% !important; } + .publicMoveUp{ + height: 70%; + top: 3%; + bottom: auto; + } +} +// 适配150% +@media screen and (max-height: 600px) { + .header{ + button{ width: 80px; margin: 7px 5px 0px; } + .rightFence{ + img{ width: 30px; height: 30px; } + } + } + .nature{ right: 8% !important; } + .publicMoveUp{ + height: 70%; + top: 1%; + bottom: auto; + } } \ No newline at end of file