This commit is contained in:
rulingcom 2022-09-02 10:52:53 +08:00
parent 3ad9b26c9a
commit 9c1fa5d794
3 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
@charset "utf-8"; @charset "utf-8";
@import "initial"; @import "initial";
@media(max-width: 767px) { @media(max-width: 767px) {
@ -20,7 +20,7 @@
@media(max-width: 769px){ @media(max-width: 769px){
.ad-banner-widget-6{ .ad-banner-widget-6{
.w-ba-banner__wrap { .w-ba-banner__wrap {
position: absolute!important; //position: absolute!important;
} }
} }
} }

View File

@ -321,8 +321,7 @@ body{
@media(max-width: 1024px){ @media(max-width: 1024px){
flex: none; flex: none;
width: 100%; width: 100%;
height: 250px; height: auto;
padding-bottom: 0.5em;
} }
} }
.layout-content-box3{ .layout-content-box3{
@ -656,7 +655,7 @@ body{
@media(max-width:768px){ @media(max-width:768px){
.pagerow{ .pagerow{
display:flex; display:flex;
flex-wrap: wrap-reverse; flex-wrap: wrap;
.aside{ .aside{
width: 100%; width: 100%;
} }

View File

@ -213,5 +213,5 @@ h3.page-module-title {
} }
.title-wraper{ .title-wraper{
width: 100%; width: 100%;
order: 1; order: 0;
} }