item.html 1.55 KB
<div class="{{# no-border}}content-item-without-border{{/ no-border}}{{^ no-border}}content-item{{/ no-border}} {{# isMid}} content-item-mid{{/ isMid}}">
    <span class="content-item-detail-a-img">
        <a href="{{link}}" target="_blank" class="link" title="{{title}}">
            <img class="lazy pic" src="{{img}}" data-original="{{img}}" alt="{{title}}" style="display: inline;">
            <span class="arrow-bottom girl-channel-arrow{{# channelType}}-{{.}}{{/ channelType}}"></span>
        </a>
        <a href="{{link}}" style="{{^ isVideo}}display:none;{{/ isVideo}}" target="_blank" class="video-icon" title="{{alt}}"></a>
    </span>
    <span class="content-item-detail-subchannle" _time="{{time}}">
        {{# channel}}
        <a href="{{link}}">
            {{name}}  
        </a>&nbsp;/&nbsp;
        {{/ channel}}
        {{# subChannel}}
        <a href="{{link}}">
            {{name}}  
        </a>&nbsp;/&nbsp;
        {{/ subChannel}}
        <span></span>
    </span>
    <a href="{{link}}" target="_blank" class="content-item-title content-item-detail-title-style content-item-detail-title{{# channelType}}-{{.}}{{/ channelType}}" _title="{{title}}">{{title}}</a>
    <a href="{{link}}" target="_blank" class="content-item-subtitle content-item-detail-title-style content-item-detail-subtitle{{# channelType}}-{{.}} content-item-detail-subtitle-style{{/ channelType}}" _title="{{subtitle}}">{{subtitle}}</a>
    <a href="{{link}}" target="_blank" class="content-item-detail content-item-detail-detail" len="{{detailLength}}" _title="{{detail}}"></a>
</div>