Authored by happyhour7@163.com

适应频道首字母大写需求的样式更改

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <span class="content-item-detail-a-img"> 2 <span class="content-item-detail-a-img">
3 <a href="{{link}}" target="_blank" class="link" title="{{title}}"> 3 <a href="{{link}}" target="_blank" class="link" title="{{title}}">
4 <img class="lazy pic" src="{{img}}" data-original="{{img}}" alt="{{title}}" style="display: inline;"> 4 <img class="lazy pic" src="{{img}}" data-original="{{img}}" alt="{{title}}" style="display: inline;">
5 - <span class="arrow-bottom girl-channel-arrow{{# channelClass}}-{{.}}{{/ channelClass}}"></span> 5 + <span class="arrow-bottom girl-channel-arrow{{# channelType}}-{{.}}{{/ channelType}}"></span>
6 </a> 6 </a>
7 <span href="{{link}}" style="{{^ isVideo}}display:none;{{/ isVideo}}" target="_blank" class="video-icon" title="{{alt}}"></a> 7 <span href="{{link}}" style="{{^ isVideo}}display:none;{{/ isVideo}}" target="_blank" class="video-icon" title="{{alt}}"></a>
8 </span> 8 </span>
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 {{/ subChannel}} 19 {{/ subChannel}}
20 <span></span> 20 <span></span>
21 </span> 21 </span>
22 - <a href="{{link}}" target="_blank" class="content-item-title content-item-detail-title-style content-item-detail-title{{# channelClass}}-{{.}}{{/ channelClass}}" _title="{{title}}">{{title}}</a>  
23 - <a href="{{link}}" target="_blank" class="content-item-subtitle content-item-detail-title-style content-item-detail-subtitle{{# channelClass}}-{{.}} content-item-detail-subtitle-style{{/ channelClass}}" _title="{{subtitle}}">{{subtitle}}</a> 22 + <a href="{{link}}" target="_blank" class="content-item-title content-item-detail-title-style content-item-detail-title{{# channelType}}-{{.}}{{/ channelType}}" _title="{{title}}">{{title}}</a>
  23 + <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>
24 <a href="{{link}}" target="_blank" class="content-item-detail content-item-detail-detail" len="{{detailLength}}" _title="{{detail}}"></a> 24 <a href="{{link}}" target="_blank" class="content-item-detail content-item-detail-detail" len="{{detailLength}}" _title="{{detail}}"></a>
25 </div> 25 </div>
1 -<div class="home-item-public {{# borderClass}}home-item-border{{/ borderClass}} {{# channelClass}}content-{{.}}{{/ channelClass}}"> 1 +<div class="home-item-public {{# borderClass}}home-item-border{{/ borderClass}} {{# channelType}}content-{{.}}{{/ channelType}}">
2 <a href="{{link}}" target="_blank" class="img-link" title="{{title}}"> 2 <a href="{{link}}" target="_blank" class="img-link" title="{{title}}">
3 <img class="img lazy" data-original="{{img}}" alt="{{title}}"/> 3 <img class="img lazy" data-original="{{img}}" alt="{{title}}"/>
4 <span class="arrow-bottom girl-channel-arrow"></span> 4 <span class="arrow-bottom girl-channel-arrow"></span>