From cc1c77b7a8d371c590d205f6d0769bf401b52c96 Mon Sep 17 00:00:00 2001 From: bobi Date: Fri, 30 Aug 2019 13:42:55 +0800 Subject: [PATCH] =?UTF-8?q?ipmr:=E5=87=80=E5=8C=96css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/oksub.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/css/oksub.css b/css/oksub.css index aa97864..7c3b464 100644 --- a/css/oksub.css +++ b/css/oksub.css @@ -73,17 +73,9 @@ /*响应样式*/ -@media screen and (max-width: 750px) { - /*控制台*/ - .ok-in-hide-md { - display: none !important; - } +@media screen and (max-width:750px){ + .ok-in-hide-md{display:none!important} } - -@media screen and (max-width: 548px) { - /**显隐样式**/ - [ok-pc-in-show], - .ok-in-hide-xs { - display: none !important; - } +@media screen and (max-width:548px){ + .ok-in-hide-xs,[ok-pc-in-show]{display:none!important} }