From 1f405b50555bae887b0d1de3ff7ca3bba59f2429 Mon Sep 17 00:00:00 2001 From: MTrun <1262327911@qq.com> Date: Wed, 2 Mar 2022 16:18:34 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=B1=8F?= =?UTF-8?q?=E5=B9=95=E9=80=82=E9=85=8D=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.css | 19 +++++++++++++++++++ index.html | 17 ----------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/index.css b/index.css index 3e422da2..25c45deb 100644 --- a/index.css +++ b/index.css @@ -83,3 +83,22 @@ opacity: 1; } } + +/* 小屏处理 0~1000*/ +.mobile-terminal { + display: none; +} +@media (max-width: 1000px) { + #app { + display: none; + } + .mobile-terminal { + display: flex; + align-items: center; + justify-content: center; + width: 100vw; + height: 100vh; + font-size: 30px; + background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); + } +} \ No newline at end of file diff --git a/index.html b/index.html index 01adc328..09b596fb 100644 --- a/index.html +++ b/index.html @@ -11,23 +11,6 @@ GoView -