From 9c1fa5d794109082d04b1a453513c8735e51b45e Mon Sep 17 00:00:00 2001 From: rulingcom Date: Fri, 2 Sep 2022 10:52:53 +0800 Subject: [PATCH] Fix bug. --- assets/stylesheets/template/RWD.scss | 4 ++-- assets/stylesheets/template/layout/content.scss | 5 ++--- assets/stylesheets/template/template.scss | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/assets/stylesheets/template/RWD.scss b/assets/stylesheets/template/RWD.scss index 0c564e0..2c02e32 100644 --- a/assets/stylesheets/template/RWD.scss +++ b/assets/stylesheets/template/RWD.scss @@ -1,4 +1,4 @@ -@charset "utf-8"; +@charset "utf-8"; @import "initial"; @media(max-width: 767px) { @@ -20,7 +20,7 @@ @media(max-width: 769px){ .ad-banner-widget-6{ .w-ba-banner__wrap { - position: absolute!important; + //position: absolute!important; } } } diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 1de090d..9de3426 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -321,8 +321,7 @@ body{ @media(max-width: 1024px){ flex: none; width: 100%; - height: 250px; - padding-bottom: 0.5em; + height: auto; } } .layout-content-box3{ @@ -656,7 +655,7 @@ body{ @media(max-width:768px){ .pagerow{ display:flex; - flex-wrap: wrap-reverse; + flex-wrap: wrap; .aside{ width: 100%; } diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 38cc511..2480ec8 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -213,5 +213,5 @@ h3.page-module-title { } .title-wraper{ width: 100%; - order: 1; -} + order: 0; +} \ No newline at end of file