From 8317e320c373d5a08e8eaa95854cab828bd07ecd Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期一, 11 四月 2022 16:07:05 +0800 Subject: [PATCH] 适配 --- src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue b/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue index dfaa66d..8e1a052 100644 --- a/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue +++ b/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue @@ -75,8 +75,8 @@ box-sizing: border-box; display: flex; .menu-left{ - width: 24rem /* 240/10 */; - height: 124.9rem /* 1249/10 */; + width: 0.9375rem /* 240/256 */; + height: 135rem /* 1249/10 */; background:url("../../../assets/images/jiuye-menu-bj.png") no-repeat center; background-size: 100% 100%; padding: 4rem 0; @@ -96,7 +96,7 @@ flex: 1; padding: 0 2rem /* 20/10 */; box-sizing: border-box; - @include overflow-y(140rem) + @include overflow-y(150rem) } } -- Gitblit v1.9.1