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

This commit is contained in:
Wayne Hsu 2023-05-25 15:30:56 +08:00
parent 97d1caf83e
commit 66c1f319a6
2 changed files with 3 additions and 3 deletions

View File

@ -417,7 +417,7 @@
font-size: 15px;
font-weight: 200;
letter-spacing: 3px;
line-height: 36px;
line-height: 1.8rem;
color: #d5d5d5;
z-index:10;
}

View File

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