YOKA时尚网7日重头戏轮播滚动切换特效代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 YOKA时尚网7日重头戏轮播滚动切换特效代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

YOKA时尚网7日重头戏轮播滚动切换特效代码

HTML代码(index.html):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="keywords" content="JS代码,焦点图,JS广告代码,JS特效代码" />
<meta name="description" content="此代码内容为YOKA时尚网7日重头戏" />
<title>YOKA时尚网7日重头戏</title>
<script src="js/yoka.js"></script>
<link href="css/lanrenxixi.css" type=text/css rel=stylesheet>
</head>

<body>

<!--滚动层 begin-->
<div class=lanrentuku>
<dl class="bd1lfti sl">
  <DT><IMG src="images/n9.gif"></DT>
  <DD><A href="#" target="_blank">&gt;&gt;更多</A></DD></dl>
<DIV id=bd1lfimg>
<DIV>
<DL>
  <DT><IMG 
  src="images/U75P1T121D58F2756DT20100301132449.jpg"></DT>
  <DD>明星教你OL上位穿衣术</DD></DL>
<DL>
  <DT><A href="#" target="_blank"><IMG 
  src="images/U75P1T121D58F2761DT20100301154624.jpg"></A></DT>
  <DD>2010享乐旅行时间表</DD></DL>
<DL>
  <DT><A href="#" target="_blank"><IMG 
  src="images/U75P1T121D58F2732DT20100310104156.jpg"></A></DT>
  <DD>奥斯卡典礼明星时尚潮流全解析</DD></DL>
<DL>
  <DT><A href="#" target="_blank"><IMG 
  src="images/U75P1T121D58F2733DT20100312100300.jpg"></A></DT>
  <DD>让你爱恨交加的数码潮衣</DD></DL>
<DL>
  <DT><A href="#" target="_blank"><IMG 
  src="images/U75P1T121D58F2734DT20100318114201.jpg"></A></DT>
  <DD>查询星座血型情侣速配结果</DD></DL>
<DL>
  <DT><A href="#" target="_blank"><IMG 
  src="images/U75P1T121D58F2735DT20100312153520.jpg"></A></DT>
  <DD>测试 你有当贵妇的命吗</DD></DL>
<DL>
  <DT><A href="#" target="_blank"><IMG 
  src="images/U75P1T121D58F2736DT20100312110347.jpg"></A></DT>
  <DD>白色情人节好礼表心意有奖搭配</DD></DL>
<DL>
  <DT><A href="#" target="_blank"><IMG 
  src="images/U75P1T121D58F2756DT20100301132449.jpg"></A></DT>
  <DD>明星教你OL上位穿衣术</DD></DL>
<DL>
  <DT><IMG 
  src="images/U75P1T121D58F2761DT20100301154624.jpg"></DT>
  <DD>2010享乐旅行时间表</DD></DL></DIV></DIV>
<DIV id=bd1lfsj>
<UL></UL></DIV></div>
<SCRIPT>movec();</SCRIPT>
<!--滚动层 end-->
</body>
</html>

JS代码(yoka.js):

//ѡ����function $a(id,tag){
	var re=(id&&typeof id!="string")?id:document.getElementById(id);
	if(!tag){
	return re;
}
else{
	return re.getElementsByTagName(tag);
}
}
//��ǩ�л�Ч��[�������Ԫ��("id/li"),���ݿ���Ԫ��("id/li"),�¼�(mouseover/click),Ĭ����ʾ�ڼ���(-1��ʾ������Ƴ�ȫ������,�����¼�mouseover��Ч),�ֲ�ʱ��(1��=1000)]function SwitchTag(tit,box,s,show,time){
	var t=tit.split('/'),b=box.split("/"),ts=$a(t[0],t[1]),bs=$a(b[0],b[1]),s=s||"onmouseover",now=show=show||0,c;
	for(var i=0;
	i<ts.length;
	i++){
	ts[i].old=ts[i].className.replace("show","");
	bs[i].old=bs[i].className.replace("show","");
	reg(i);
}
function init(){
	for(var i=0;
	i<ts.length;
	i++){
	ts[i].className=ts[i].old;
	bs[i].className=bs[i].old;
}
;
	if(now!=-1){
	ts[now].className+=(t[2]||"")+" show";
	bs[now].className+=(b[2]||"")+" show";
}
}
function reg(i){
	ts[i][s]=function(){
	clearInterval(c);
	now=i;
	init();
}
if(show!=-1&&time){
	bs[i].onmouseover=function(){
	clearInterval(c);
}
;
	bs[i].onmouseout=function(){
	go();
}
;
	ts[i].onmouseout=function(){
	go();
}
}
if(show==-1&&s=="onmouseover"){
	ts[i].onmouseout=function(){
	now=-1;
	init();
}
}
}
function go(){
	c=setInterval(function(){
	(now<ts.length-1)?now++:now=0;
	init();
}
,time);
}
if(show!=-1&&time){
	go();
}
;
	init();
}
function addImg(url){
	var img=new Image();
	img.src=url;
	return img;
}
//�������ͼfunction FocusImg(time,foc,fbimg){
	var beg=$a($a(fbimg,"dd")[0],"div")[0];
	beg.check=true;
	var au=$a(foc,"a"),now=1,tm;
	var bimgs=$a(foc,"img");
	var vimg=new Image();
	vimg.src=bimgs[0].src;
	var ba=$a($a(fbimg,"dt")[0],"a")[0];
	ba.href=au[0].href;
	ba.onfocus=function(){
	this.blur()}
;
	var bt=$a(fbimg,"dt")[0];
	bt.appendChild(vimg);
	var bi=$a(bt,"img")[1];
	bi.alt=bimgs[0].alt;
	var bp=$a($a(fbimg,"dd")[0],"ul")[0];
	var len=au.length;
	for(var i=0;
	i<len;
	i++){
	bp.innerHTML+="<li>"+(i+1)+"</li>";
}
var bps=$a(bp,"li");
	bps[0].className="show";
	function pfn(i){
	bps[i].onclick=function(){
	go(i);
	if(beg.check){
	clearInterval(tm);
	init();
}
else{
	clearInterval(tm)}
}
}
for(var i=0;
	i<len;
	i++){
	pfn(i);
}
function xunhuan(){
	if(/*@cc_on!@*/
false){
	bi.style.filter="progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,motion=forward)";
	bi.filters[0].Apply();
	bi.filters[0].Play(duration=1);
}
ba.href=au[now].href;
	bi.src=bimgs[now].src;
	bi.alt=bimgs[now].alt;
	for(var i=0;
	i<len;
	i++){
	bps[i].className="";
}
bps[now].className="show";
	(now<len-1)?now++:now=0;
}
function init(){
	tm=setInterval(xunhuan,time);
}
;
	function go(n){
	clearInterval(tm);
	now=n;
	xunhuan();
	init();
}
init();
	beg.onclick=function(){
	if(beg.check){
	beg.check=false;
	clearInterval(tm);
	beg.innerHTML="PLAY";
}
else{
	beg.check=true;
	clearInterval(tm);
	xunhuan();
	init();
	beg.innerHTML="STOP";
}
}
;
}
//��ǩ�л�Ч��[�������Ԫ��("id/li"),���ݿ���Ԫ��("id/li"),�¼�(mouseover/click),Ĭ����ʾ�ڼ���(-1��ʾ������Ƴ�ȫ������,�����¼�mouseover��Ч),�ֲ�ʱ��(1��=1000)]function SwitchTag(tit,box,s,show,time){
	var t=tit.split('/'),b=box.split("/"),ts=$a(t[0],t[1]),bs=$a(b[0],b[1]),s=s||"onmouseover",now=show=show||0,c;
	for(var i=0;
	i<ts.length;
	i++){
	ts[i].old=ts[i].className.replace("show","");
	bs[i].old=bs[i].className.replace("show","");
	reg(i);
}
function init(){
	for(var i=0;
	i<ts.length;
	i++){
	ts[i].className=ts[i].old;
	bs[i].className=bs[i].old;
}
;
	if(now!=-1){
	ts[now].className+=(t[2]||"")+" show";
	bs[now].className+=(b[2]||"")+" show";
}
}
function reg(i){
	ts[i][s]=function(){
	clearInterval(c);
	now=i;
	init();
}
if(show!=-1&&time){
	bs[i].onmouseover=function(){
	clearInterval(c);
}
;
	bs[i].onmouseout=function(){
	go();
}
;
	ts[i].onmouseout=function(){
	go();
}
}
if(show==-1&&s=="onmouseover"){
	ts[i].onmouseout=function(){
	now=-1;
	init();
}
}
}
function go(){
	c=setInterval(function(){
	(now<ts.length-1)?now++:now=0;
	init();
}
,time);
}
if(show!=-1&&time){
	go();
}
;
	init();
}
//��ҳ�����˵�function ShowList(id,vas){
	var zj=$a(id),mb=$a(id,"dt")[0],xs=$a(id,"dd")[0],sj=$a(xs,"li");
	if(vas!=null){
	var va=$a(vas);
}
mb.onclick=function(){
	xs.className="show";
}
;
	zj.onmouseout=function(){
	xs.className="";
}
;
	xs.onmouseover=function(){
	xs.className="show";
}
;
	xs.onclick=function(){
	xs.className="";
}
for(var i=0;
	i<sj.length;
	i++){
	reg(i);
}
function reg(i){
	sj[i]["onmouseover"]=function(){
	sj[i].className="show";
	if(vas){
	va.value=mb.innerHTML= sj[i].innerHTML;
}
else{
	mb.innerHTML=$a(sj[i],"a")[0].innerHTML;
}
}
sj[i]["onmouseout"]=function(){
	sj[i].className="";
}
;
}
}
//����/����Ч����[id,������/������,����,�ٶ�,�ϰ�ť,�°�ť,��ҳ�л�ʱ��,ÿ������������]function HtmlMove(id,tag,path,rate,upbt,downbt,pgtime,lis){
	var mous=false,o=$a(id);
	o.onmouseover=function(){
	mous=true;
}
;
	o.onmouseout=function(){
	mous=false;
}
;
	var fg=tag.split('/'),as=$a(o,fg[1]),fx=(path=="scrollRight"||path=="scrollLeft")?"scrollLeft":"scrollTop";
	var ow=fx=="scrollTop"?as[0].offsetHeight:as[0].offsetWidth,pw=fx=="scrollTop"?o.offsetHeight:o.offsetWidth;
	var pgli=lis||Math.floor((pw+ow/2)/ow),pg=Math.floor((as.length+(pgli-1))/pgli),pgmx=ow*pgli,now=0,mx,d;
	var os=$a(o,fg[0])[0];
	os.innerHTML+=os.innerHTML;
	d=setInterval(function(){
	go_to((path=="scrollTop"||path=="scrollLeft")?true:false);
}
,pgtime);
	if(upbt){
	var ups=$a(upbt),uimg=addImg(ups.src),uimg1=addImg(ups.src.replace(/(.*)(\.\w{
	3}
)/,"$1_$2"));
	ups.onmouseover=function(){
	this.src=uimg1.src;
}
;
	ups.onmouseout=function(){
	this.src=uimg.src;
}
$a(upbt).onmousedown=function(){
	clearInterval(d);
	go_to(true);
	d=setInterval(function(){
	go_to(true);
}
,pgtime);
}
}
if(downbt){
	var down=$a(downbt),dimg=addImg(down.src),dimg1=addImg(down.src.replace(/(.*)(\.\w{
	3}
)/,"$1_$2"));
	down.onmouseover=function(){
	this.src=dimg1.src;
}
;
	down.onmouseout=function(){
	this.src=dimg.src;
}
down.onmousedown=function(){
	clearInterval(d);
	go_to(false);
	d=setInterval(function(){
	go_to(false);
}
,pgtime);
}
}
function go_to(fxs){
	if(mous){
	return;
}
;
	var ex;
	if(fxs){
	if(now<pg){
	now++;
}
else{
	now=1;
	o[fx]=0;
}
mx=now*pgmx;
	ex=setInterval(function(){
	(o[fx]+rate<mx)?(o[fx]+=rate):o[fx]=mx;
	if(o[fx]==mx){
	clearInterval(ex);
}
}
,10);
}
else{
	if(now>0){
	now--;
}
else{
	now=pg-1;
	o[fx]=pg*pgmx;
}
mx=now*pgmx;
	ex=setInterval(function(){
	(o[fx]-rate>mx)?(o[fx]-=rate):o[fx]=mx;
	if(o[fx]==mx){
	clearInterval(ex);
}
}
,10);
}
}
}
//�л�ͼfunction clickMove(list,show,upbt,dobt){
	var as=$a(list),ss=$a(show,"dl"),li=$a(as,"li"),h=75,ubt=$a(upbt),dobt=$a(dobt),now=1;
	for(var i=0;
	i<6;
	i++){
	reg(i);
}
function reg(i){
	li[i].onclick=function(){
	now=i;
	init();
}
}
dobt.onclick=function(){
	if(now<5){
	now++;
}
else{
	now=0;
}
init();
}
;
	ubt.onclick=function(){
	if(now>0){
	now--;
}
else{
	now=5;
}
init();
}
function init(){
	for(var i=0;
	i<ss.length;
	i++){
	li[i].className="";
	ss[i].className="";
}
li[now].className="show";
	ss[now].className="show";
	if(now==5){
	as["scrollTop"]=3*h;
}
else{
	as["scrollTop"]=(now-1)*h;
}
}
;
	init();
	var uimg=addImg(ubt.src),uimg1=addImg(ubt.src.replace(/(.*)(\.\w{
	3}
)/,"$1_$2"));
	ubt.onmouseover=function(){
	this.src=uimg1.src;
}
;
	ubt.onmouseout=function(){
	this.src=uimg.src;
}
var dimg=addImg(dobt.src),dimg1=addImg(dobt.src.replace(/(.*)(\.\w{
	3}
)/,"$1_$2"));
	dobt.onmouseover=function(){
	this.src=dimg1.src;
}
;
	dobt.onmouseout=function(){
	this.src=dimg.src;
}
}
//�����������ʧfunction clickInput(id,str){
	var o=$a(id);
	o.value=str;
	o.onclick=function(){
	this.focus();
	if(this.value==str){
	this.value="";
}
}
;
	o.onmouseout=function(){
	if(this.value==""){
	this.value=str;
}
}
}
//����ͼƬfunction SwitchImg(id){
	var o=$a(id,"img");
	for (var i=0;
	i<o.length;
	i++){
	o[i].sa=addImg(o[i].src);
	o[i].sb=addImg(o[i].src.replace(/(.*)(\.\w{
	3}
)/,"$1_$2"));
	o[i].onmouseover=function(){
	this.src=this.sb.src;
}
o[i].onmouseout=function(){
	this.src=this.sa.src;
}
}
}
function HtmlTime(onid,id,today,tdays){
	var spe=false;
	var todays=new Date(today);
	var oy=todays.getFullYear();
	var om=todays.getMonth()+1;
	var od=todays.getDate();
	var onids=$a(onid);
	var y=oy,m=om;
	var o=$a(id);
	onids.innerHTML=om+"<span>��</span>"+od+"<span>��</sapn>";
	onids.onclick=function(){
	if(spe){
	spe=false;
	o.style.display="none";
}
else{
	spe=true;
	o.style.display="block";
}
}
o.onmouseover=function(){
	spe=true;
	o.style.display="block";
}
o.onmouseout=function(){
	spe=false;
	o.style.display="none";
}
o.innerHTML="<dt><table><tr><td width='20'><b onmouseover=this.className='show' onmouseout=this.className=''><</b></td><td align=center></td><td width='20' align=right><b onmouseover=this.className='show' onmouseout=this.className=''>></b></td></tr></table></dt><dd><div><li>Sun</li><li>Mon</li><li>Tue</li><li>Wed</li><li>Thu</li><li>Fri</li><li>Sat</li></div><ul></ul></dd>";
	var p=$a(o,"b");
	var bd=$a(o,"ul")[0];
	var vsn=$a(o,"td")[1];
	p[0].onclick=function(){
	ms(false);
}
p[1].onclick=function(){
	ms(true);
}
function getdays(){
	return m==2?(y%4||!(y%100)&&y%400?28:29):(/4|6|9|11/.test(m)?30:31);
}
//��ȡij��ij�µ�����function ms(bo){
	if(bo){
	if(m<12){
	m++;
}
else{
	m=1;
	y++;
}
;
	if(m>om||y>oy){
	p[1].style.display="none";
}
;
	p[0].style.display="block";
}
else{
	if(m>1){
	m--;
}
else{
	m=12;
	y--;
}
;
	if(m<om||y<oy){
	p[0].style.display="none";
}
;
	p[1].style.display="block";
}
up();
}
function up(){
	var t1=Array(new Date(y+"/"+m+"/1").getDay()+1).join('<li></li>');
	var t2=Array(getdays());
	for(var i=0;
	i<t2.length;
	i++){
	var te=y+"/"+m+"/"+(i+1);
	for(var n=0;
	n<tdays.length;
	n++){
	if(te==tdays[n][0]){
	t2[i]="<li><a href='"+tdays[n][2]+"' title='"+tdays[n][1]+"' class='"+tdays[n][3]+"'>"+(i+1)+"</a></li>";
	break;
}
else{
	t2[i]="<li>"+(i+1)+"</li>";
}
}
}
var t3=Array(43-(t1.length/9+t2.length)).join("<li></li>");
	bd.innerHTML=[].concat(t1).concat(t2).concat(t3).join("");
	vsn.innerHTML=y+" &nbsp;
	"+((m.toString().length==1)?"0":"")+m;
}
up();
}
function movec()//����ƶ�{
	var o=$a("bd1lfimg");
	var oli=$a("bd1lfimg","dl");
	//����LI�б� var oliw=oli[0].offsetWidth;
	//ÿ���ƶ��Ŀ��var ow=o.offsetWidth-2;
	var dnow;
	//=oli.length-3;
	//��ǰλ��var day=(new Date()).getDay();
	switch(day){
	case 1:dnow=0;
	break;
	case 2:dnow=1;
	break;
	case 3:dnow=2;
	break;
	case 4:dnow=3;
	break;
	case 5:dnow=4;
	break;
	case 6:dnow=5;
	break;
	case 0:dnow=6;
	break;
}
var olf=oliw-(ow-oliw+10)/2;
	o["scrollLeft"]=olf+(dnow*oliw);
	var rqbd=$a("bd1lfsj","ul")[0];
	var extime;
	var rqnr=["","MON","TUE","WED","THU","FRI","SAT","SUN",""];
	for(var i=1;
	i<oli.length-1;
	i++){
	rqbd.innerHTML+="<li>"+rqnr[i]+"</li>";
}
var rq=$a("bd1lfsj","li");
	for(var i=0;
	i<rq.length;
	i++){
	reg(i);
}
;
	oli[dnow+1].className=rq[dnow].className="show";
	var wwww=setInterval(uu,3000);
	function reg(i){
	rq[i].onclick=function(){
	oli[dnow+1].className=rq[dnow].className="";
	dnow=i;
	oli[dnow+1].className=rq[dnow].className="show";
	mv();
}
}
function mv(){
	clearInterval(extime);
	clearInterval(wwww);
	extime=setInterval(bc,15);
	wwww=setInterval(uu,3000);
}
function bc(){
	var ns=((dnow*oliw+olf)-o["scrollLeft"]);
	var v=ns>0?Math.ceil(ns/10):Math.floor(ns/10);
	o["scrollLeft"]+=v;
	if(v==0){
	clearInterval(extime);
	oli[dnow+1].className=rq[dnow].className="show";
	v=null;
}
}
function uu(){
	if(dnow<oli.length-3){
	oli[dnow+1].className=rq[dnow].className="";
	dnow++;
	oli[dnow+1].className=rq[dnow].className="show";
}
else{
	oli[dnow+1].className=rq[dnow].className="";
	dnow=0;
	oli[dnow+1].className=rq[dnow].className="show";
}
mv();
}
}
function bd1rvs(){
	var o=$a("bd1rva"),oli=$a(o,"li"),sli=$a("bd1rvb","dl");
	o.className="bd1rvav0";
	sli[0].className="show";
	for(var i=0;
	i<oli.length;
	i++){
	reg(i);
}
function reg(i){
	oli[i].onmouseover=function(){
	o.className="bd1rvav"+i;
	for(var x=0;
	x<oli.length;
	x++){
	sli[x].className="";
}
sli[i].className="show";
}
}
}

CSS代码(lanrenxixi.css):

BODY{BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;BORDER-LEFT-WIDTH:0px;FONT-SIZE:12px;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;LINE-HEIGHT:18px;PADDING-TOP:30px;FONT-FAMILY:"����";BORDER-RIGHT-WIDTH:0px}
.lanrentuku{BORDER-RIGHT:#cbdcea 1px solid;BORDER-TOP:#cbdcea 1px solid;BACKGROUND:url(../images/xixi.gif) no-repeat left top;OVERFLOW:hidden;BORDER-LEFT:#cbdcea 1px solid;WIDTH:300px;BORDER-BOTTOM:#cbdcea 1px solid;HEIGHT:186px;margin:0 auto;}
.sl A:link{COLOR:#014fad;TEXT-DECORATION:none}
.sl A:visited{COLOR:#014fad;TEXT-DECORATION:none}
.sl A:active{COLOR:#fe7302;TEXT-DECORATION:underline}
.sl A:hover{COLOR:#fe7302;TEXT-DECORATION:underline}
.bd1lfti{PADDING-RIGHT:9px;PADDING-LEFT:11px;PADDING-TOP:11px;HEIGHT:34px}
.bd1lfti DT{FLOAT:left}
.bd1lfti DD{FLOAT:right;PADDING-TOP:1px}
#bd1lfimg{BORDER-RIGHT:#e7e7e7 1px solid;MARGIN:0px auto;OVERFLOW:hidden;BORDER-LEFT:#e7e7e7 1px solid;WIDTH:280px;POSITION:relative;HEIGHT:121px}
#bd1lfimg DIV{WIDTH:100000px}
#bd1lfimg DL{FLOAT:left;OVERFLOW:hidden;WIDTH:188px;POSITION:relative;HEIGHT:112px}
#bd1lfimg IMG{BORDER-RIGHT:#e0e0e0 1px solid;PADDING-RIGHT:1px;BORDER-TOP:#e0e0e0 1px solid;PADDING-LEFT:1px;FILTER:alpha(opacity=30);PADDING-BOTTOM:1px;BORDER-LEFT:#e0e0e0 1px solid;WIDTH:174px;PADDING-TOP:1px;BORDER-BOTTOM:#e0e0e0 1px solid;POSITION:absolute;HEIGHT:111px;opacity:0.30}
#bd1lfimg DD{BACKGROUND:#000;FILTER:alpha(opacity=10);LEFT:2px;WIDTH:174px;COLOR:#fff;BOTTOM:0px;POSITION:absolute;TEXT-ALIGN:center;opacity:0.10}
#bd1lfimg A:hover IMG{BORDER-RIGHT:#fe7302 1px solid;BORDER-TOP:#fe7302 1px solid;BORDER-LEFT:#fe7302 1px solid;BORDER-BOTTOM:#fe7302 1px solid}
#bd1lfimg DL.show IMG{FILTER:alpha(opacity=100);opacity:1}
#bd1lfimg DL.show DD{FILTER:alpha(opacity=70);opacity:0.7}
#bd1lfsj{BORDER-RIGHT:#e7e7e7 1px solid;MARGIN:0px auto;OVERFLOW:hidden;BORDER-LEFT:#e7e7e7 1px solid;WIDTH:280px;HEIGHT:16px}
#bd1lfsj UL{WIDTH:10000px}
#bd1lfsj LI{BORDER-RIGHT:#fff 1px solid;BACKGROUND:#f0f6fb;FLOAT:left;FONT:10px Arial;WIDTH:39px;CURSOR:pointer;COLOR:#7d7d7d;PADDING-TOP:1px;HEIGHT:15px;TEXT-ALIGN:center}
#bd1lfsj LI.show{BACKGROUND:#93bce1;COLOR:#fff}
FORM{BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;BORDER-LEFT-WIDTH:0px;FONT-SIZE:12px;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;LINE-HEIGHT:18px;PADDING-TOP:0px;FONT-FAMILY:"����";BORDER-RIGHT-WIDTH:0px}
IMG{BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;BORDER-LEFT-WIDTH:0px;FONT-SIZE:12px;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;LINE-HEIGHT:18px;PADDING-TOP:0px;FONT-FAMILY:"����";BORDER-RIGHT-WIDTH:0px}
DL{BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;BORDER-LEFT-WIDTH:0px;LIST-STYLE-POSITION:outside;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;PADDING-TOP:0px;WHITE-SPACE:normal;LIST-STYLE-TYPE:none;BORDER-RIGHT-WIDTH:0px}
DD{BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;BORDER-LEFT-WIDTH:0px;LIST-STYLE-POSITION:outside;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;PADDING-TOP:0px;WHITE-SPACE:normal;LIST-STYLE-TYPE:none;BORDER-RIGHT-WIDTH:0px}
DT{BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;BORDER-LEFT-WIDTH:0px;LIST-STYLE-POSITION:outside;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;PADDING-TOP:0px;WHITE-SPACE:normal;LIST-STYLE-TYPE:none;BORDER-RIGHT-WIDTH:0px}
UL{BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;BORDER-LEFT-WIDTH:0px;LIST-STYLE-POSITION:outside;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;PADDING-TOP:0px;WHITE-SPACE:normal;LIST-STYLE-TYPE:none;BORDER-RIGHT-WIDTH:0px}
LI{BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;BORDER-LEFT-WIDTH:0px;LIST-STYLE-POSITION:outside;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;PADDING-TOP:0px;WHITE-SPACE:normal;LIST-STYLE-TYPE:none;BORDER-RIGHT-WIDTH:0px}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
75.01 KB
Html 焦点滚动特效2
最新结算
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
HTML5实现CSS滤镜图片切换特效代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery+css3实现信封效果
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章