Authored by tmq

图片大小更改

... ... @@ -7,7 +7,7 @@
<?php foreach($this->view->banners as $banner):?>
<div class="box">
<a href="<?php echo $banner['url'];?>" target="_blank" title="<?php echo $banner['text'];?>">
<img src="<?php echo Lib_Images::getImageUrl($banner['res'],'1180x0474','fragmentimg');?>" alt=""/>
<img src="<?php echo Lib_Images::getImageUrl($banner['res'],'1180x0580','fragmentimg');?>" alt=""/>
</a>
</div>
<?php endforeach;?>
... ...