作者 景龙
1 个管道 的构建 通过 耗费 0 秒

改变背景图的大小

... ... @@ -67,7 +67,7 @@
<volist name="banner" id="vo">
<div class="index_top_bg_01" style="opacity: 1; top: 0px; display: none; z-index: 0;">
<a href="{$vo.url}">
<img src="{:cmf_get_image_preview_url($vo['image'])}" alt="">
<img style="height:350px;width:100%;" src="{:cmf_get_image_preview_url($vo['image'])}" alt="">
</a>
</div>
</volist>
... ...