第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

正在回答

1 回答

<!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 lang="en">
? ?<meta charset="UTF-8">
? ?<title>JS圖片幻燈片</title>
? ?<style>
? ? ? ?*{margin:0;padding:0;}
? ? ? ?ul,li,ol{ list-style:none;}
? ? ? ?img,a img{ border:none;}
? ? ? ?table{ border-collapse:collapse; border-spacing:0;}
? ? ? ?em,i,u{ font-style:normal;}
? ? ? ?a{ text-decoration:none;color:#434343;}
? ? ? ?a:hover{ text-decoration:underline; color:#ff4000;}
? ? ? ?body{font-size:12px; font-family:"宋體";color:#434343;}
? ? ? ?.clear{clear:both; ?font-size:0; overflow:hidden; height:0;}
? ? ? ?.blank10{clear:both; ?font-size:0; overflow:hidden; height:10px;}
? ? ? ?.blank{clear:both; ?font-size:0; overflow:hidden; height:10px; background:#FFF;}
? ? ? ?/*********content css定義***********/
#content{width:960px;margin:0 auto;}
? ? ? ?h1,h2,h3{ font-family:"微軟雅黑";color:#00659b;}
? ? ? ?h1,h2,h3,h4,h5,h6{ font-weight:bold;}
? ? ? ?#footer{padding-bottom:0;margin:0px auto 0;}
? ? ? ?/*********main css定義***********/
.mb15 {margin-bottom: 0px;}
? ? ? ?#main{width:960px; margin:6px auto 10px; overflow:hidden;}
? ? ? ?/*********圖片切換 css定義***********/
.sub_box{width:663px; height:310px; float:left; position:relative; overflow:hidden; border:1px solid #cccccc; background:url() center center no-repeat; *background:url() 220px 120px no-repeat;}
? ? ? ?.sub_box img{border:none; width:663px; height:310px;}
? ? ? ?#bd1lfimg{position:relative; width:663px; height:310px; overflow:hidden;}
? ? ? ?#bd1lfimg div{width:100000px; margin-left:-4px;}
? ? ? ?#bd1lfimg dl{width:663px; height:310px; position:relative; overflow:hidden; float:left;}
? ? ? ?#bd1lfimg dt{width:663px; height:310px; position:absolute; left:0px; top:0px;}
? ? ? ?#bd1lfimg dd{width:623px; height:80px; background:#000000; filter:alpha(Opacity=70); Opacity:0.7; position:absolute; left:0px; bottom:0px; padding:0 20px;}
? ? ? ?#bd1lfimg dd h2{height:25px; padding:8px 0 4px 0; line-height:25px; overflow:hidden;}
? ? ? ?#bd1lfimg dd h2 a{font-size:14px; font-weight:bold; color:#ffffff;}
? ? ? ?#bd1lfimg dd a{color:#ffffff; text-decoration:none;}
? ? ? ?#bd1lfimg dd a:hover{text-decoration:none; color:#cccccc;}
? ? ? ?#bd1lfimg dd tt{color:#dddddd; line-height:1.2em;}
? ? ? ?#bd1lfimg dd tt a:hover{text-decoration:underline;}
? ? ? ?.sub_nav{width:663px; height:25px; bottom:0px; position:absolute; color:#999999; z-index:200;}
? ? ? ?.sub_no{height:25px; float:right;}
? ? ? ?.sub_no li{display:block; width:25px; height:25px; float:left; overflow:hidden; line-height:25px; vertical-align:middle; text-align:center; background:#000000; filter:alpha(Opacity=70); Opacity:0.7; font-family:Arial; font-size:11px; color:#999999; cursor:pointer;}
? ? ? ?.sub_no li.show{background:#ffffff; color:#000000;}
? ? ? ?.sub_more{float:right; width:50px; height:25px; background:#000000; filter:alpha(Opacity=70); Opacity:0.7; color:#999999; text-align:center; line-height:25px;}
? ? ? ?.sub_more a{color:#999999;}
? ? ? ?.sub_more a:hover{color:#cccccc; text-decoration:none;}
? ?</style>
? ?<script type="text/javascript">
? ? ? ?//選擇器
function $a(id,tag){var re=(id&&typeof id!="string")?id:document.getElementById(id);if(!tag){return re;}else{return re.getElementsByTagName(tag);}}

? ? ? ?//焦點(diǎn)滾動(dòng)圖 點(diǎn)擊移動(dòng)
function movec()
? ? ? ?{
? ? ? ? ? ?var o=$a("bd1lfimg","");
var oli=$a("bd1lfimg","dl");
var oliw=oli[0].offsetWidth; //每次移動(dòng)的寬度
var ow=o.offsetWidth-2;
var dnow=0; //當(dāng)前位置
var olf=oliw-(ow-oliw+10)/2;
o["scrollLeft"]=olf+(dnow*oliw);
var rqbd=$a("bd1lfsj","ul")[0];
var extime;

// ? ? ? ?<!--for(var i=1;i<oli.length;i++){rqbd.innerHTML+="<li>"+i+"</li>";}-->
var rq=$a("bd1lfsj","li");
for(var i=0;i<rq.length;i++){reg(i);};
oli[dnow].className=rq[dnow].className="show";
var wwww=setInterval(uu,2000);
function reg(i){rq[i].onclick=function(){oli[dnow].className=rq[dnow].className="";dnow=i;oli[dnow].className=rq[dnow].className="show";mv();}}
? ? ? ? ? ?function mv(){clearInterval(extime);clearInterval(wwww);extime=setInterval(bc,15);wwww=setInterval(uu,8000);}
? ? ? ? ? ?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].className=rq[dnow].className="show";v=null;}
? ? ? ? ? ?}
? ? ? ? ? ?function uu()
? ? ? ? ? ?{
? ? ? ? ? ? ? ?if(dnow<oli.length-2)
? ? ? ? ? ? ? ?{
? ? ? ? ? ? ? ? ? ?oli[dnow].className=rq[dnow].className="";
dnow++;
oli[dnow].className=rq[dnow].className="show";
}
? ? ? ? ? ? ? ?else{oli[dnow].className=rq[dnow].className="";dnow=0;oli[dnow].className=rq[dnow].className="show";}
? ? ? ? ? ? ? ?mv();
}
? ? ? ? ? ?o.onmouseover=function(){
? ? ? ? ? ? ? ?clearInterval(extime);clearInterval(wwww);
}
? ? ? ? ? ?o.onmouseout=function(){
? ? ? ? ? ? ? ?extime=setInterval(bc,15);wwww=setInterval(uu,8000);
}
? ? ? ?}
? ?</script>

</head>

<body>
<div id="content">
? ?<div id="main">
? ? ? ?<div class="sub_box">
? ? ? ? ? ?<div id="p-select" class="sub_nav">
? ? ? ? ? ? ? ?<div class="sub_more"><a href="/" onfocus="this.blur()" title="查看更多目的地旅游指南" style="font-family: Tahoma; font-size: 12px;" target="_blank">更多>></a></div>
? ? ? ? ? ? ? ?<div class="sub_no" id="bd1lfsj">
? ? ? ? ? ? ? ? ? ?<ul>
? ? ? ? ? ? ? ? ? ? ? ?<li class="show">1</li>
? ? ? ? ? ? ? ? ? ? ? ?<li class="">2</li>
? ? ? ? ? ? ? ? ? ? ? ?<li class="">3</li>
? ? ? ? ? ? ? ? ? ? ? ?<li class="">4</li>
? ? ? ? ? ? ? ? ? ? ? ?<li class="">5</li>
? ? ? ? ? ? ? ? ? ?</ul>
? ? ? ? ? ? ? ?</div>
? ? ? ? ? ?</div>
? ? ? ? ? ?<div id="bd1lfimg">
? ? ? ? ? ? ? ?<div>
? ? ? ? ? ? ? ? ? ?<dl class="show"></dl>
? ? ? ? ? ? ? ? ? ?<dl class="">
? ? ? ? ? ? ? ? ? ? ? ?<dt><a title="" target="_blank"><img src="http://www.codefans.net/jscss/demoimg/wall1.jpg" alt="2011城市主題公園親子游"></a></dt>
? ? ? ? ? ? ? ? ? ? ? ?<dd>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<h2><a href="#" target="_blank">2011城市主題公園親子游</a></h2>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<tt><a href="#" target="_blank">又是春游踏青的季節(jié),各大主題樂(lè)園都為大朋友、小朋友們準(zhǔn)備了豐…</a></tt>
? ? ? ? ? ? ? ? ? ? ? ?</dd>
? ? ? ? ? ? ? ? ? ?</dl>
? ? ? ? ? ? ? ? ? ?<dl class="">
? ? ? ? ? ? ? ? ? ? ? ?<dt><a href="#" title="" target="_blank"><img src="http://www.codefans.net/jscss/demoimg/wall2.jpg" alt="潛入城市周邊清幽之地"></a></dt>
? ? ? ? ? ? ? ? ? ? ? ?<dd>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<h2><a href="#" target="_blank">潛入城市周邊清幽之地</a></h2>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<tt><a href="#" target="_blank">北京、上海、廣州、成都周邊,總有些人少清幽的地方,等著你去探…</a></tt>
? ? ? ? ? ? ? ? ? ? ? ?</dd>
? ? ? ? ? ? ? ? ? ?</dl>
? ? ? ? ? ? ? ? ? ?<dl class="">
? ? ? ? ? ? ? ? ? ? ? ?<dt><a href="#" title="" target="_blank"><img src="http://www.codefans.net/jscss/demoimg/wall3.jpg" alt="盤(pán)點(diǎn)中國(guó)最美雪山"></a></dt>
? ? ? ? ? ? ? ? ? ? ? ?<dd>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<h2><a href="#" target="_blank">盤(pán)點(diǎn)中國(guó)最美雪山</a></h2>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<tt><a href="#" target="_blank">盤(pán)點(diǎn)中國(guó)最美雪山,從云南的梅里到西藏的珠穆朗瑪,帶你領(lǐng)略中國(guó)…</a></tt>
? ? ? ? ? ? ? ? ? ? ? ?</dd>
? ? ? ? ? ? ? ? ? ?</dl>
? ? ? ? ? ? ? ? ? ?<dl class="">
? ? ? ? ? ? ? ? ? ? ? ?<dt><a href="#" title="" target="_blank"><img src="http://www.codefans.net/jscss/demoimg/wall4.jpg" alt="2011西安世園會(huì)攻略"></a></dt>
? ? ? ? ? ? ? ? ? ? ? ?<dd>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<h2><a target="_blank">2011西安世園會(huì)攻略</a></h2>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<tt><a href="#" target="_blank">提供最全面西安世園會(huì)資訊、西安世園會(huì)參觀指南、西安世園會(huì)旅游…</a></tt>
? ? ? ? ? ? ? ? ? ? ? ?</dd>
? ? ? ? ? ? ? ? ? ?</dl>
? ? ? ? ? ? ? ? ? ?<dl class="">
? ? ? ? ? ? ? ? ? ? ? ?<dt><a title="" target="_blank"><img src="http://www.codefans.net/jscss/demoimg/wall5.jpg" alt="五月樂(lè)享懶人天堂塞班島"></a></dt>
? ? ? ? ? ? ? ? ? ? ? ?<dd>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<h2><a target="_blank">五月樂(lè)享懶人天堂塞班島</a></h2>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<tt><a href="#" target="_blank">塞班島是北馬里亞納群島的首府,由于近鄰赤道,塞班島一年四季如…</a></tt>
? ? ? ? ? ? ? ? ? ? ? ?</dd>
? ? ? ? ? ? ? ? ? ?</dl>
? ? ? ? ? ? ? ?</div>
? ? ? ? ? ?</div>
? ? ? ?</div>
? ? ? ?<script type="text/javascript">movec();</script>
? ? ? ?<!-----------圖片切換 ?end----------->
</div>
? ?<!--------main end--------->
</div>
</body>
</html>

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消
JS+CSS3實(shí)現(xiàn)帶預(yù)覽圖幻燈片效果
  • 參與學(xué)習(xí)       53755    人
  • 解答問(wèn)題       279    個(gè)

同樣的幻燈片,不一樣的切換,學(xué)會(huì)實(shí)現(xiàn)思路,操作很簡(jiǎn)單

進(jìn)入課程
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)