ios 相容

This commit is contained in:
Wayne 2023-07-11 20:25:29 +08:00
parent 65efcfb91d
commit d2f20e6422

View File

@ -34,10 +34,13 @@
} }
#fall123{ #fall123{
width: 100%; width: 100% !important;
-moz-column-count:2; -moz-column-width:50% !important;
-webkit-column-count:2; -webkit-column-width:50% !important;
column-count: 2; column-width:50% !important;
-moz-column-count:2 !important;
-webkit-column-count:2 !important;
column-count: 2 !important;
-moz-column-gap:10px; -moz-column-gap:10px;
-webkit-column-gap:10px; -webkit-column-gap:10px;
column-gap: 10px; column-gap: 10px;
@ -198,16 +201,6 @@
@media (max-width: 680px) {#hot .roomimg{height: 240px;}} @media (max-width: 680px) {#hot .roomimg{height: 240px;}}
@media (max-width: 640px) { @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){ #hot .room,#hot .room:nth-child(2n){
width: 100%; width: 100%;
margin: 0px 0% 20px 0%; margin: 0px 0% 20px 0%;