|
|
@ -121,7 +121,7 @@ |
|
|
<time class="ab-history__year" datetime="2025">{$case_top.sub_title}<span>年</span></time> |
|
|
<time class="ab-history__year" datetime="2025">{$case_top.sub_title}<span>年</span></time> |
|
|
<div class="ab-history__dot" aria-hidden="true"></div> |
|
|
<div class="ab-history__dot" aria-hidden="true"></div> |
|
|
<h3 class="ab-history__slide-title">{$case_top.title}</h3> |
|
|
<h3 class="ab-history__slide-title">{$case_top.title}</h3> |
|
|
<p class="ab-history__slide-desc">{$case_top.content|strip_tags}</p> |
|
|
|
|
|
|
|
|
<p class="ab-history__slide-desc">{$case_top.content|strip_tags|raw}</p> |
|
|
<div class="ab-history__media"> |
|
|
<div class="ab-history__media"> |
|
|
<img src="{$case_top.thumbnail.url ?? ''}" alt="" width="400" height="260" loading="lazy" /> |
|
|
<img src="{$case_top.thumbnail.url ?? ''}" alt="" width="400" height="260" loading="lazy" /> |
|
|
</div> |
|
|
</div> |
|
|
|