更正首页无通栏无广告时的POP位置错误BUG
Showing
1 changed file
with
6 additions
and
2 deletions
1 | -<div class='pop-container' style='position:relative;'> | 1 | + |
2 | +<div class='pop-container' style="position:relative;"> | ||
2 | <span class='pop-text'>#POP</span> | 3 | <span class='pop-text'>#POP</span> |
3 | <div class="swiper-container3"> | 4 | <div class="swiper-container3"> |
4 | <span class='pop-img-container swiper-wrapper'> | 5 | <span class='pop-img-container swiper-wrapper'> |
@@ -6,7 +7,10 @@ | @@ -6,7 +7,10 @@ | ||
6 | <a class='pop-link swiper-slide' href="{{link}}" target="_blank"> | 7 | <a class='pop-link swiper-slide' href="{{link}}" target="_blank"> |
7 | <img src='{{img}}' class='img'/> | 8 | <img src='{{img}}' class='img'/> |
8 | <span class='title'_title='{{title}}'>{{title}}</span> | 9 | <span class='title'_title='{{title}}'>{{title}}</span> |
9 | - <span class='date' _title='{{date}}'>{{date}}</span> | 10 | + <span class='date default-pop-date' _time='{{time}}'> |
11 | + {{#if channelClass}} | ||
12 | + <a target="_blank" href="{{channelURL}}">{{channelClass}}</a> | | ||
13 | + {{/if}}</span> | ||
10 | <span class='detail' _title='{{detail}}'>{{detail}}</span> | 14 | <span class='detail' _title='{{detail}}'>{{detail}}</span> |
11 | </a> | 15 | </a> |
12 | {{/ pop}} | 16 | {{/ pop}} |
-
Please register or login to post a comment