Authored by 2586703@qq.com

去掉margin-top

... ... @@ -64,7 +64,8 @@
<img src="\{{cover}}" alt="\{{title}}"/>
</span>
<span class="menu-text">\{{title}}</span>
<span class="menu-text menu-detail" style="margin-top:15px;">\{{subtitle}}</span>
/*去掉style @modify liuyue*/
<span class="menu-text menu-detail">\{{subtitle}}</span>
</div>
\{{/ video}}
</script>
... ...
... ... @@ -18,7 +18,9 @@
<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>
<!-- <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-detail" href="{{link}}" target="_blank" _title="{{content}}" _len="{{contentLength}}" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{content}}</a>
</div>
... ...