111
parent
786daf08d7
commit
42f8a8090d
|
|
@ -642,8 +642,12 @@ font-size: 16px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
a{
|
a{
|
||||||
|
width:200px;
|
||||||
|
height:40px;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
&:hover{
|
&:hover{
|
||||||
background:#1063e0;
|
background:#1063e0;
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
<div class="carousel-item [#if bean_index==0] active[/#if]">
|
<div class="carousel-item [#if bean_index==0] active[/#if]">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
[@A bean=bean class="text-reset text-decoration-none"]
|
[@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">
|
<div class="text">
|
||||||
<p class="title">${bean.title}</p>
|
<p class="title">${bean.title}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue