
原代码:
<!--相关主题开始-->
<style type="text/css">
.ListMoreTitle{
display:table;
width:100%;
min-height:50px;
}
.ListMoreTitle .ltile{
display:table;
width:47%;
padding-right:15px;
float:left;
height:23px;
margin-top:13px;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.tag_more a{
font-size:13px;
margin-left:10px;
}
</style>
<div class="ShowComment">
<ul class="head"><ol>你可能感兴趣的主题</ol><li class="tag_more"></li></ul>
<div class="ListMoreTitle">
{php}$sysname=config('system_dirname');{/php}
{qb:tag name="ListMoreTitle" class="plugins\kwtags\model\Info@get_label" union="aid=$id,tids=$info.kwtagid,sysname=$sysname,mid=$info.mid" rows="20"}
<div class="ltile"><a href="{$rs.url}" target="_blank">{$rs.title}</a></div>
{/qb:tag}
</div>
</div>
<!--相关主题结束-->
现在的效果

你有源站直接审查元素复制过来样式不就解决了