reset main.css

This commit is contained in:
Wayne 2023-07-11 21:23:37 +08:00
parent 31f78b2b79
commit 2a6fcd06a9
2 changed files with 9 additions and 16 deletions

View File

@ -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%;

View File

@ -15,14 +15,14 @@
<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/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>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.carousel.min.css">
<link rel="stylesheet"
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>
<body>