From 7a34c2fb07fd248672a088629b9e4e2edc501a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=B9=E5=8D=8E?= <14641717+yang-danhua@user.noreply.gitee.com> Date: Fri, 23 May 2025 10:13:50 +0800 Subject: [PATCH] =?UTF-8?q?style:zoom=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/css/public.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/static/index/css/public.css b/public/static/index/css/public.css index 6259aad2..00c0faa4 100755 --- a/public/static/index/css/public.css +++ b/public/static/index/css/public.css @@ -157,6 +157,11 @@ div{ height: 60px; } /*屏幕兼容性*/ +@media screen and (min-width:150px) and (max-width:749px){ + body{ + zoom: 0.6; + } +} @media screen and (min-width:750px) and (max-width:1280px){ body{ zoom: 0.75;