|
|
|
@ -201,10 +201,29 @@ $current_cate_id = $current_cate['id'] ?? 0; |
|
|
|
{if !empty($sub_cates[5])} |
|
|
|
|
|
|
|
<section class="sl2-more section__wrap" id="more" data-header-dark> |
|
|
|
<h2 class="sl2-more__title">{$sub_cates[5]['title'] ?? ''}</h2> |
|
|
|
<div class="sl2-more__grid"> |
|
|
|
<div class="sl2-more__head"> |
|
|
|
<h2 class="sl2-more__title">{$sub_cates[5]['title'] ?? ''}</h2> |
|
|
|
<div class="s-arrows"> |
|
|
|
<button type="button" class="s-arrows__prev" aria-label="上一项"> |
|
|
|
<svg viewBox="0 0 12.2529 11.314" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.252930" height="11.313965" fill="none" customFrame="#000000"> |
|
|
|
<path id="合并" d="M5.18202 1.41422L6.59622 0L12.2531 5.65686L12.2529 5.65702L10.8389 7.07108L6.59608 11.3139L5.18186 9.89966L8.4245 6.65702L-0 6.65702L0 4.657L8.42482 4.65702L5.18202 1.41422Z" fill="rgb(239,67,53)" fill-rule="evenodd" /> |
|
|
|
</svg> |
|
|
|
|
|
|
|
</button> |
|
|
|
<button type="button" class="s-arrows__next" aria-label="下一项"> |
|
|
|
<svg viewBox="0 0 12.2529 11.314" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.252930" height="11.313965" fill="none" customFrame="#000000"> |
|
|
|
<path id="合并" d="M5.18202 1.41422L6.59622 0L12.2531 5.65686L12.2529 5.65702L10.8389 7.07108L6.59608 11.3139L5.18186 9.89966L8.4245 6.65702L-0 6.65702L0 4.657L8.42482 4.65702L5.18202 1.41422Z" fill="rgb(239,67,53)" fill-rule="evenodd" /> |
|
|
|
</svg> |
|
|
|
|
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="sl2-more__swiper swiper"> |
|
|
|
<div class="swiper-wrapper"> |
|
|
|
{php}$others = getOtherCategoryCategoryId($current_cate['id'],$seller_id,5);{/php} |
|
|
|
{volist name="others" id="vo"} |
|
|
|
<article class="swiper-slide sl2-more__slide"> |
|
|
|
<a class="sl2-more__card" href="{$vo.alias ?? ''}"> |
|
|
|
<div class="sl2-more__media"> |
|
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" width="400" height="300" loading="lazy" /> |
|
|
|
@ -219,8 +238,26 @@ $current_cate_id = $current_cate['id'] ?? 0; |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</article> |
|
|
|
{/volist} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="sl2-more__arrows-mobile"> |
|
|
|
<div class="s-arrows"> |
|
|
|
<button type="button" class="s-arrows__prev" aria-label="上一项"> |
|
|
|
<svg viewBox="0 0 12.2529 11.314" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.252930" height="11.313965" fill="none" customFrame="#000000"> |
|
|
|
<path id="合并" d="M5.18202 1.41422L6.59622 0L12.2531 5.65686L12.2529 5.65702L10.8389 7.07108L6.59608 11.3139L5.18186 9.89966L8.4245 6.65702L-0 6.65702L0 4.657L8.42482 4.65702L5.18202 1.41422Z" fill="rgb(239,67,53)" fill-rule="evenodd" /> |
|
|
|
</svg> |
|
|
|
|
|
|
|
</button> |
|
|
|
<button type="button" class="s-arrows__next" aria-label="下一项"> |
|
|
|
<svg viewBox="0 0 12.2529 11.314" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.252930" height="11.313965" fill="none" customFrame="#000000"> |
|
|
|
<path id="合并" d="M5.18202 1.41422L6.59622 0L12.2531 5.65686L12.2529 5.65702L10.8389 7.07108L6.59608 11.3139L5.18186 9.89966L8.4245 6.65702L-0 6.65702L0 4.657L8.42482 4.65702L5.18202 1.41422Z" fill="rgb(239,67,53)" fill-rule="evenodd" /> |
|
|
|
</svg> |
|
|
|
|
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
{/if} |
|
|
|
</main> |
|
|
|
|