mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
完成显示水印功能;
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
{volist name='list_nav_slide' id='nav'}
|
||||
|
||||
<a href="{$nav.value|default='javascript:;'}" target="{$nav.target}">
|
||||
<div class="index-poster" style="background-image: url({$nav.img});">
|
||||
<div class="index-poster" style="background-image: url({$nav.img_show});">
|
||||
|
||||
</div>
|
||||
<div class="panel">
|
||||
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="post-event-body">
|
||||
{$post->content_html|raw}
|
||||
{$post->content_html_show|raw}
|
||||
</div>
|
||||
</div>
|
||||
{/case}
|
||||
@@ -86,7 +86,7 @@
|
||||
<a href="{:url('Post/read',['uid'=>$post.uid])}" class="post-item" onmouseover="$(this).find('.poster').addClass('layui-anim-scale')" onmouseout="$(this).find('.poster').removeClass('layui-anim-scale')">
|
||||
{notempty name='$post->getData("poster")'}
|
||||
|
||||
<div class="poster layui-anim" style="background-image: url('{$post.poster}');"></div>
|
||||
<div class="poster layui-anim" style="background-image: url('{$post.poster_show}');"></div>
|
||||
{/notempty}
|
||||
|
||||
<div class="info">
|
||||
|
||||
Reference in New Issue
Block a user