reset main.css
This commit is contained in:
parent
31f78b2b79
commit
2a6fcd06a9
@ -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%;
|
||||||
|
@ -15,14 +15,14 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="{$tpl}css/layout.css">
|
<link rel="stylesheet" type="text/css" href="{$tpl}css/layout.css">
|
||||||
<link rel="stylesheet" type="text/css" href="{$tpl}css/home.css">
|
<link rel="stylesheet" type="text/css" href="{$tpl}css/home.css">
|
||||||
<link rel="stylesheet" type="text/css" href="{$tpl}css/bootstrap.min.css">
|
<link rel="stylesheet" type="text/css" href="{$tpl}css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" type="text/css" href="{$tpl}css/main.css?v=2023071104">
|
<link rel="stylesheet" type="text/css" href="{$tpl}css/main.css?v=2023071105">
|
||||||
<script src="{$tpl}js/include.js?v=2020082701"></script>
|
<script src="{$tpl}js/include.js?v=2020082701"></script>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.carousel.min.css">
|
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.carousel.min.css">
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.theme.default.min.css">
|
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.theme.default.min.css">
|
||||||
<link rel="stylesheet" href="{$tpl}css/style.css">
|
<link rel="stylesheet" href="{$tpl}css/style.css?v=2023071101">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user