Authored by happyhour7@163.com

解决BUG单:5249

<div class='pop-container' {{# centerBanner}} style="border-top:0;"{{/centerBanner}}>
<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}}
<a class='pop-link swiper-slide' href="{{link}}" target="_blank">
<span class='pop-link swiper-slide' href="{{link}}" target="_blank">
<img src='{{img}}' class='img'/>
<span class='title'_title='{{title}}'>{{title}}</span>
<a class='title'_title='{{title}}'>{{title}}</a>
<span class='date default-pop-date' _time='{{time}}'>
{{#if channelClass}}
<a target="_blank" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
{{/if}}</span>
<span class='detail' _title='{{detail}}'>{{detail}}</span>
</a>
<a target="_blank" class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
{{/if}}
</span>
<a class='detail' _title='{{detail}}'>{{detail}}</a>
</span>
{{/ pop}}
</span>
</div>
... ...
... ... @@ -4,15 +4,16 @@
<div class="swiper-container3">
<span class='pop-img-container swiper-wrapper'>
{{# pop}}
<a class='pop-link swiper-slide' href="{{link}}" target="_blank">
<span class='pop-link swiper-slide' href="{{link}}" target="_blank">
<img src='{{img}}' class='img'/>
<span class='title'_title='{{title}}'>{{title}}</span>
<a class='title'_title='{{title}}'>{{title}}</a>
<span class='date default-pop-date' _time='{{time}}'>
{{#if channelClass}}
<a target="_blank" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
{{/if}}</span>
<span class='detail' _title='{{detail}}'>{{detail}}</span>
</a>
<a target="_blank" class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
{{/if}}
</span>
<a class='detail' _title='{{detail}}'>{{detail}}</a>
</span>
{{/ pop}}
</span>
</div>
... ...