reset main.css
This commit is contained in:
parent
18a11ae5ce
commit
a231f36c95
@ -34,13 +34,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#fall123{
|
#fall123{
|
||||||
width: 100% !important;
|
width: 100%;
|
||||||
-moz-column-width:50% !important;
|
-moz-column-count:2;
|
||||||
-webkit-column-width:50% !important;
|
-webkit-column-count:2;
|
||||||
column-width:50% !important;
|
column-count: 2;
|
||||||
-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;
|
||||||
@ -201,6 +198,16 @@
|
|||||||
@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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user