欧美成人69-欧美成人aaaa免费高清-欧美成人aaa大片-欧美成人xxxx-大杳蕉伊人狼人久久一本线-大又大粗又爽又黄少妇毛片
我們的專業(yè)品牌服務(wù)商:網(wǎng)站建設(shè)、品牌策劃設(shè)計、網(wǎng)站優(yōu)化、網(wǎng)站推廣等業(yè)務(wù)
龍誠微博
站點導(dǎo)航
免費建站
專業(yè)的互聯(lián)網(wǎng)絡(luò)解決方案、完善的售后服務(wù)體系 —— 龍誠互聯(lián)(溫州網(wǎng)絡(luò)公司 溫州網(wǎng)站建設(shè)),當(dāng)前IP:
龍誠簡介
|
企業(yè)文化
|
我們的優(yōu)勢
|
龍誠人
|
招兵募馬
龍誠動態(tài)
|
行業(yè)新聞
|
我們的觀點
|
公司公告
標(biāo)準(zhǔn)企業(yè)站
|
外貿(mào)商務(wù)站
|
商城門戶站
|
品牌動畫站
|
在線訂制
網(wǎng)站制作流程
|
建站知識
|
網(wǎng)站SEO優(yōu)化
|
域名&空間
|
網(wǎng)站備案
|
下載中心
聯(lián)系方式
|
留言反饋
龍誠動態(tài)
行業(yè)新聞
我們的觀點
公司公告
建站技術(shù)
網(wǎng)站SEO優(yōu)化
網(wǎng)站制作流程
產(chǎn)品報價
聯(lián)系電話:0577-55882408
傳真號碼:0577-55882411
聯(lián)系手機(jī):15224122065
聯(lián)系地址:溫州市甌海站南商貿(mào)城C幢306
首頁-新聞中心-
建站技術(shù)
<!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=utf-8" /> <title>仿QQ空間圖案片展示效果</title> <style type="text/css"> html, body {height:100%;margin:0px;padding:0px;background:url(http://zf4uc1.chinaw3.com/img/images/bg.jpg);} .box {width:850px;height:auto;overflow:hidden;margin:30px auto;background:#666;padding:10px 0 0 10px;} .box ul {margin:0px;padding:0px;float:left;list-style-type:none;} .box li {width:150px;height:100px;float:left;cursor:pointer;display:inline;margin:0 10px 10px 0;border:5px solid #333;} #bg {width:100%;height:100%;position:absolute;left:0px;top:0px;background:#000;filter:alpha(opacity:50);opacity:0.5;display:none;} #bottom {width:215px;height:50px;position:absolute;left:50%;bottom:0px;margin:0 0 0 -107px;border:1px solid #232323;background:#444;padding:1px;z-index:1;display:none;} #bottom ul {width:100%;height:100%;margin:0px;padding:0px;list-style-type:none;background:#000;} #bottom li {background:url(http://zf4uc1.chinaw3.com/img/images/ico.jpg) no-repeat;float:left;display:inline;margin:8px 0 0 18px;cursor:pointer;} #bottom li.prev {width:30px;height:33px;background-position:0 0;} #bottom li.next {width:30px;height:33px;background-position:-35px 0;} #bottom li.img {width:30px;height:33px;background-position:-106px 0;} #bottom li.close {width:31px;height:33px;background-position:-70px 0;} #frame {background:#fff;padding:3px;position:absolute;z-index:2;display:none;filter:alpha(opacity:0);opacity:0; text-align:center;} </style> <script type="text/javascript"> function getStyle(obj, attr) { return obj.currentStyle?obj.currentStyle[attr]:getComputedStyle(obj, false)[attr]; } window.onload = function(){ var oBox = document.getElementById('box'); var oBg = document.getElementById('bg'); var oBot = document.getElementById('bottom'); var aBli = oBot.getElementsByTagName('li'); var oFrame = document.getElementById('frame'); var aLi = oBox.getElementsByTagName('li'); var aImg = oBox.getElementsByTagName('img'); var i = iNow = 0; for(i=0;i<aLi.length;i++){ aLi[i].index = i; aLi[i].onclick = function(){ with(oFrame.style){display = 'block',top = this.offsetTop +'px',left = this.offsetLeft +'px',width = this.offsetWidth +'px',height = this.offsetHeight +'px';} oFrame.innerHTML = '<img src="http://zf4uc1.chinaw3.com/img/images/'+(this.index + 1)+'.jpg" />'; var oImg = oFrame.getElementsByTagName('img')[0]; var iWidth = oImg.width; var iHeight = oImg.height; var iLeft = parseInt((document.documentElement.clientWidth / 2) - (iWidth /2)); var iTop = parseInt((document.documentElement.clientHeight / 2) - (iHeight /2) - 50); with(oImg.style){height = width = '100%';} startMove(oFrame, {opacity:100, left:iLeft, top:iTop, width:iWidth, height:iHeight}); oBg.style.display = 'block'; oBot.style.display = 'block'; iNow = this.index + 1; }; } document.onmousedown = function(){ return false }; aBli[0].onclick = function(){ iNow--; if(iNow == 0)iNow = aLi.length; oFrame.innerHTML = '<img src="http://zf4uc1.chinaw3.com/img/images/'+iNow+'.jpg" width="100%" height="100%" />'; }; aBli[1].onclick = function(){ oFrame.style.cursor = 'move'; oFrame.onmousedown = function(e){ var oEvent = e || event; var X = oEvent.clientX - oFrame.offsetLeft; var Y = oEvent.clientY - oFrame.offsetTop; document.onmousemove = function(e){ var oEvent = e || event; var L = oEvent.clientX - X; var T = oEvent.clientY - Y; if(L < 0){ L = 0; }else if(L > document.documentElement.clientWidth - oFrame.offsetWidth){ L = document.documentElement.clientWidth - oFrame.offsetWidth } if(T < 0){ T = 0; }else if(T > document.documentElement.clientHeight - oFrame.offsetHeight){ T = document.documentElement.clientHeight - oFrame.offsetHeight; } oFrame.style.left = L + 'px'; oFrame.style.top = T + 'px'; oFrame.style.margin = 0; return false; } document.onmouseup = function(){ document.onmouseup = null; document.onmousemove = null; }; return false; }; }; aBli[2].onclick = function(){ iNow++; if(iNow > aLi.length)iNow = 1; oFrame.innerHTML = '<img src="http://zf4uc1.chinaw3.com/img/images/'+iNow+'.jpg" width="100%" height="100%" />'; }; aBli[3].onclick = function(){ startMove(oFrame, {opacity:0, left:aImg[iNow-1].offsetLeft, top:aImg[iNow-1].offsetTop, width:150, height:100}, function(){ oFrame.style.display = 'none'; oBg.style.display = 'none'; oBot.style.display = 'none'; oFrame.onmousedown = null; oFrame.style.cursor = 'auto'; }); }; }; function startMove(obj, json, onEnd){ clearInterval(obj.timer); obj.timer=setInterval(function (){ doMove(obj, json, onEnd); }, 30); } function doMove(obj, json, onEnd){ var attr=''; var bStop=true; for(attr in json){ var iCur=0; if(attr=='opacity'){ iCur=parseInt(parseFloat(getStyle(obj, attr))*100); }else{ iCur=parseInt(getStyle(obj, attr)); } var iSpeed=(json[attr]-iCur)/5; iSpeed=iSpeed>0?Math.ceil(iSpeed):Math.floor(iSpeed); if(json[attr]!=iCur){ bStop=false; } if(attr=='opacity'){ obj.style.filter='alpha(opacity:'+(iCur+iSpeed)+')'; obj.style.opacity=(iCur+iSpeed)/100; }else{ obj.style[attr]=iCur+iSpeed+'px'; } } if(bStop){ clearInterval(obj.timer); if(onEnd){ onEnd(); } } } </script> </head> <body> <div id="0kkqlfz" class="box" id="box"> <ul> <li><img src="http://zf4uc1.chinaw3.com/img/images/1.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/2.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/3.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/4.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/5.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/6.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/7.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/8.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/9.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/10.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/11.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/12.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/13.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/14.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/15.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/16.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/17.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/18.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/19.jpg" width="100%" height="100%"></li> <li><img src="http://zf4uc1.chinaw3.com/img/images/20.jpg" width="100%" height="100%"></li> </ul> </div> <div class="0kkqlfz" id="bg"></div> <div class="0kkqlfz" id="bottom"> <ul> <li id="0kkqlfz" class="prev"></li> <li id="0kkqlfz" class="img"></li> <li id="0kkqlfz" class="next"></li> <li id="0kkqlfz" class="close"></li> </ul> </div> <div class="0kkqlfz" id="frame"></div> </body> </html>
地址:溫州市甌海區(qū)站南商貿(mào)城C幢306室
總機(jī):0577-55882408;傳真:0577-55882411
E-mail:115047027@qq.com
業(yè)務(wù)咨詢:0577-55882401
售后熱線:0577-55882408
技術(shù)咨詢:0577-55882411
copyright ?
溫州龍誠互聯(lián) 版權(quán)所有
浙ICP備11044124號-1
您是第
位訪客
主站蜘蛛池模板:
一级爱一级做a性视频
|
午夜国产在线
|
成人精品视频在线
|
99re最新
|
日韩欧美亚洲综合久久99e
|
亚洲成人高清
|
国产精品v一区二区三区
|
久久黄色毛片
|
成人国产精品一级毛片视频
|
亚洲mv国产精品mv日本mv
|
白洁性荡生活l六
|
亚洲成色在线综合网站
|
国产午夜精品一区二区
|
成人久久18免费网站游戏
|
网站黄免费
|
日韩三级伦理片
|
欧美激情在线观看一区二区三区
|
视频在线观看你懂的
|
欧美三级在线观看不卡视频
|
欧美视频第一区
|
久草视频免费
|
成人国产综合
|
亚洲欧美中文字幕影音先锋
|
免费成人高清
|
国产在线观看免费视频软件
|
www.久久精品视频
|
91免视频
|
日本理论片在线播放
|
中文字幕看片在线a免费
|
国外性xxxnxxxf视频
|
国产高清美女一级a毛片久久w
|
日韩α片
|
伊人激情综合
|
欧美日韩免费
|
91精品国产人成网站
|
超97在线观看精品国产
|
欧美在线视频免费观看
|
国产一区二区在线视频
|
日韩精品视频一区二区三区
|
永久免费精品视频
|
亚洲 欧美 国产 中文
|
0
在线咨询
业务咨询
技术咨询
服务咨询
请您留言
温州龙诚互联科技有限公司 0577-55882408
提交
感谢留言
我们会尽快与您联系
关闭