...
|
...
|
@@ -14,14 +14,10 @@ |
|
|
<a class="channel" href="{{link}}" target="_blank" onclick="YOHODCLICK('home','web','contentTwoChannel')">{{name}}</a> |
|
|
|
{{/ subChannel}}
|
|
|
</span>
|
|
|
{{# title}}
|
|
|
<a class="item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{titleLength}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{.}}</a>
|
|
|
{{/ title}}
|
|
|
{{# subtitle}}
|
|
|
<!-- <a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" style="margin-top:10px;text-align:left;" onclick="YOHODCLICK('home','web','content')">{{.}}</a> -->
|
|
|
<!-- 去掉style @modify liuyue -->
|
|
|
<a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" onclick="YOHODCLICK('home','web','content')">{{.}}</a>
|
|
|
{{/ subtitle}}
|
|
|
<a class="item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{titleLength}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{.}}</a>
|
|
|
<!-- <a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" style="margin-top:10px;text-align:left;" onclick="YOHODCLICK('home','web','content')">{{.}}</a> -->
|
|
|
<!-- 去掉style @modify liuyue -->
|
|
|
<a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" onclick="YOHODCLICK('home','web','content')">{{.}}</a>
|
|
|
<a class="item-detail" href="{{link}}" target="_blank" _title="{{content}}" _len="{{contentLength}}" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{content}}</a>
|
|
|
</div>
|
|
|
</div> |
|
|
\ No newline at end of file |
...
|
...
|
|