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