...
|
...
|
@@ -145,7 +145,7 @@ EOL; |
|
|
<?php endif;?>
|
|
|
<!-- 合作商等信息滑动条 end -->
|
|
|
|
|
|
<div id="right_banner_warp" style="display:none;" class="right-banner-warp" num="<?php echo count($this->view->rightBanners);?>">
|
|
|
<div id="right_banner_warp" class="right-banner-warp" num="<?php echo count($this->view->rightBanners);?>">
|
|
|
<div class="right-banner fluid-item layout-item tiled">
|
|
|
<?php
|
|
|
$banners = $this->view->rightBanners;
|
...
|
...
|
@@ -169,7 +169,7 @@ EOL; |
|
|
}
|
|
|
$width = 308;
|
|
|
?>
|
|
|
<div class="image-box" style="padding-bottom: 39px;">
|
|
|
<div class="image-box">
|
|
|
<a href="<?php echo $banner['url']?>" target="_blank" style="<?php echo sprintf("height:%spx;width:%spx;overflow:hidden;", $height, $width);?>">
|
|
|
<img disopen="1" src="<?php echo Lib_Images::getImageUrl($banner['res'], 'source','fragmentimg');?>" style="<?php echo sprintf("height:%spx;width:%spx;", $height, $width);?>"/>
|
|
|
</a>
|
...
|
...
|
|