This commit is contained in:
make
2025-05-02 18:30:50 +08:00
parent 85f2ef5cb2
commit 65ac6d7652
19 changed files with 489 additions and 302 deletions

View File

@@ -1,6 +1,7 @@
<li class="col-md-6 col-sm-4 col-xs-3">
<div class="stui-vodlist__box">
<a style="color: rgb(233, 93, 80); background-image: url(&quot;/statics/img/load.gif&quot;);"
<a style="color: rgb(233, 93, 80); background-image: url(&quot;/static/img/default.jpg&quot;);"
class="stui-vodlist__thumb lazyload" href=""
title="{$Video.v_name}"
data-src="{$Video.v_pic}">
@@ -12,9 +13,9 @@
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})"
href="" title="{$Video.v_name}">{$Video.v_name}</a>
</h4>
<p class="text text-overflow text-muted hidden-xs">
{$Video.v_description}
</p>
<div class="text text-overflow text-muted hidden-xs">
{$Video.v_description|raw}
</div>
</div>
</div>
</li>