ios 相容
This commit is contained in:
parent
65efcfb91d
commit
d2f20e6422
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user