修改banner的圖寬度度為100% - 2

This commit is contained in:
Wayne Hsu 2023-05-25 15:24:14 +08:00
parent 4980f02024
commit 97d1caf83e
2 changed files with 4 additions and 3 deletions

View File

@ -1469,7 +1469,8 @@
background-position: center -30vh; background-position: center -30vh;
} }
.bannerArea .wrap .bannerBox img { .bannerArea .wrap .bannerBox img {
height: 70vh; width: 100%;
height: auto;
} }
.newsArea .wrap { .newsArea .wrap {
padding: 85px 15% 0; padding: 85px 15% 0;

View File

@ -8,9 +8,9 @@
<meta name="description" content="{$site.mdesc}"> <meta name="description" content="{$site.mdesc}">
<meta name="keywords" content="{$site.mkeyword}"> <meta name="keywords" content="{$site.mkeyword}">
<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?v=1"> <link rel="stylesheet" type="text/css" href="{$tpl}css/home.css?v=2">
<link rel="stylesheet" type="text/css" href="{$tpl}css/fac.css"> <link rel="stylesheet" type="text/css" href="{$tpl}css/fac.css">
<link rel="stylesheet" type="text/css" href="{$tpl}css/video.css?v=1"> <link rel="stylesheet" type="text/css" href="{$tpl}css/video.css?v=2">
<link rel="stylesheet" type="text/css" href="{$tpl}css/jquery.mb.YTPlayer.min.css"> <link rel="stylesheet" type="text/css" href="{$tpl}css/jquery.mb.YTPlayer.min.css">
<script src="{$tpl}js/include.js"></script> <script src="{$tpl}js/include.js"></script>
<script src="{$tpl}js/jquery.mb.YTPlayer.js"></script> <script src="{$tpl}js/jquery.mb.YTPlayer.js"></script>