master
鲁洪霞 2026-03-18 09:56:03 +08:00
parent 786daf08d7
commit 42f8a8090d
2 changed files with 5 additions and 1 deletions

View File

@ -642,8 +642,12 @@ font-size: 16px;
transition: all 0.3s ease;
font-size: 14px;
a{
width:200px;
height:40px;
color:#fff;
text-decoration: none;
text-align: center;
display: block;
}
&:hover{
background:#1063e0;

View File

@ -90,7 +90,7 @@
<div class="carousel-item [#if bean_index==0] active[/#if]">
<div class="item">
[@A bean=bean class="text-reset text-decoration-none"]
<div class="img"> <img alt="${site.name}" src="${bean.image}"> </div>
<div class="img"> <img alt="${site.name}" src="${bean.image}" width="680" height="500"> </div>
<div class="text">
<p class="title">${bean.title}</p>
</div>