From 2a6fcd06a9f8d61e9813ad98e7d08638853f1fc7 Mon Sep 17 00:00:00 2001 From: Wayne Date: Tue, 11 Jul 2023 21:23:37 +0800 Subject: [PATCH] reset main.css --- themes/vr/portal/css/main.css | 21 +++++++-------------- themes/vr/portal/portal.html | 4 ++-- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/themes/vr/portal/css/main.css b/themes/vr/portal/css/main.css index 209756a..ea11c01 100644 --- a/themes/vr/portal/css/main.css +++ b/themes/vr/portal/css/main.css @@ -34,10 +34,13 @@ } #fall123{ - width: 100%; - -moz-column-count:2; - -webkit-column-count:2; - column-count: 2; + width: 100% !important; + -moz-column-width:50% !important; + -webkit-column-width:50% !important; + column-width:50% !important; + -moz-column-count:2 !important; + -webkit-column-count:2 !important; + column-count: 2 !important; -moz-column-gap:10px; -webkit-column-gap:10px; column-gap: 10px; @@ -198,16 +201,6 @@ @media (max-width: 680px) {#hot .roomimg{height: 240px;}} @media (max-width: 640px) { -#fall123{ - width: 100%; - -moz-column-count:2; - -webkit-column-count:2; - column-count: 2; - -moz-column-gap:10px; - -webkit-column-gap:10px; - column-gap: 10px; -} - #hot .room,#hot .room:nth-child(2n){ width: 100%; margin: 0px 0% 20px 0%; diff --git a/themes/vr/portal/portal.html b/themes/vr/portal/portal.html index 2fd59d9..38eb877 100755 --- a/themes/vr/portal/portal.html +++ b/themes/vr/portal/portal.html @@ -15,14 +15,14 @@ - + - +