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

改变背景图的大小

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