default_pop_top.html 1.16 KB
<div class="pop-container" style="position:relative;">
    <span class="pop-text">#POP</span>
    <div class="swiper-container3">
        <span class="pop-img-container swiper-wrapper">
            {{# pop}}
            <span class="pop-link swiper-slide" href="{{link}}" target="_blank">
                <a><img src="{{img}}" class="img"/></a>
                <a href="{{link}}" class="title"_title="{{title}}" onclick="YOHODCLICK('home','web','popContent')">{{title}}</a>
                <span class="date default-pop-date" _time="{{time}}">
                    {{#if channelClass}}
                    <a target="_blank" href="{{link}}" class="default-pop-subchannel" href="{{channelURL}}" onclick="YOHODCLICK('home','web','popContentChannel')">{{channelClass}}</a>&nbsp;|&nbsp;
                    {{/if}}
                </span>
                <a class="detail" href="{{link}}" _title="{{detail}}" onclick="YOHODCLICK('home','web','popContent')">{{detail}}</a>
            </span>
            {{/ pop}}
        </span>
    </div>
    <span class="button-container">
        <span class="button prev-button"></span>
        <span class="button next-button"></span>
    </span>
</div>