[更新]修改微信图文模块

This commit is contained in:
Anyon 2017-04-25 18:03:11 +08:00
parent 83cc62a73f
commit 789ef8e228

View File

@ -139,7 +139,7 @@
<div class="aui-card-list-content" style='overflow:hidden;text-overflow:ellipsis'>
<img src="{$vo.local_url|default=''}"/>
</div>
<div class="aui-card-list-header" style='padding:.5rem .2rem;left:.5rem;right:.5rem;position:absolute;margin-top:-2.2rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:rgba(0,0,0,.8);color:#fff'>
<div class="aui-card-list-header" style='padding:.3rem .2rem;left:.5rem;right:.5rem;position:absolute;bottom:0.2rem;display:block;max-height:6em;overflow:hidden;text-overflow:ellipsis;background:rgba(0,0,0,.8);color:#fff'>
{$vo.title|default=''}
</div>
</div>