java系统图片调用,v8.1版的系统图库列表和图库图片集怎么调用?

3# 发表于:2017-05-27 16:46:46  IP:182.217.*.*

[@cms_content_page count='6' typeId='2' orderBy='4' titLen='18' channelId=channel.id channelOption='1' dateFormat='yyyy-MM-dd HH:mm:ss']

[#list tag_pagination.list as a]

        

[@text_cut s=a.title len=titLen append='...'/]

${a.date?string(dateFormat)}

[/#list]

//边框效果--移入

function biankuang(obj){

$(obj).find('.biankuang_1').stop(true).animate({

height:'310px'

},300)

$(obj).find('.biankuang_2').stop(true).delay(300).animate({

width:'370px'

},300)

$(obj).find('.biankuang_3').stop(true).animate({

height:'310px'

},300)

$(obj).find('.biankuang_4').stop(true).delay(300).animate({

width:'370px'

},300)

}

//边框效果--移出

function biankuang1(obj){

$(obj).find('.biankuang_1').stop(true).delay(100).animate({

height:'0px'

},100)

$(obj).find('.biankuang_2').stop(true).animate({

width:'0px'

},100)

$(obj).find('.biankuang_3').stop(true).delay(100).animate({

height:'0px'

},100)

$(obj).find('.biankuang_4').stop(true).animate({

width:'0px'

},100)

}

//触发

$('.tssjItem').hover(

function () {

var obj = $(this);

biankuang(obj);

},

function () {

var obj = $(this);

biankuang1(obj);

}

);

[#include "../include/page.html"/]

[/@cms_content_page]

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值