From 9ff0ce0e43657930b85bb59babb6d464937b8e23 Mon Sep 17 00:00:00 2001 From: bobi1234 Date: Fri, 3 Aug 2018 14:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=93=8D=E5=BA=94=E5=BC=8F?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/okadmin.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/css/okadmin.css b/css/okadmin.css index 0cc0daf..44bb0e0 100644 --- a/css/okadmin.css +++ b/css/okadmin.css @@ -26,7 +26,7 @@ height: 30px; position: relative; left: 200px; - top: 18px; + top: 16px; color: #fff; background-color: #1AA094; text-align: center; @@ -84,6 +84,27 @@ } } +@media screen and (max-width: 480px) { + .layui-layout-admin .layui-logo { + left: -32px; + } + + .menu-switch { + left: 140px; + } +} + +@media screen and (max-width: 330px) { + .layui-layout-admin .layui-logo { + left: -51px; + font-size: 14px; + } + + .menu-switch { + left: 100px; + } +} + /*阴影*/ .yy { position: absolute;