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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

我這是哪錯(cuò)了

我這是哪錯(cuò)了

<!doctype html><html><head><meta charset="UTF-8" /><title>Document</title><style type="text/css">*{margin: 0;padding: 0;}div{width: 100px;height: 100px;background: red;float: left;margin-right: 20px;position: relative;left:500px;top: 100px;filter: alpha(opacity = 30);opacity: 0.3;}</style><script type="text/javascript">window.onload=function(){var aDiv = document.getElementsByTagName('div');for(var i = 0;i<aDiv.length;i++){aDiv[i].timer = null;aDiv[i].Valpha = 30;aDiv[i].onmouseover = function(){startMove(this,30);}aDiv[i].onmouseout = function(){startMove(this,100);}}function startMove(obj,target){clearInterval(obj.timer);obj.timer = setInterval(function(){var speed = (target - obj.Valpha)/6;speed = speed > 0?Math.ceil(speed) : Math.floor(speed);if(obj.Valpha == target){clearInterval(obj.timer);}else{obj.Valpha += speed;obj.style.filter = 'alpha(opacity:' + obj.Valpha +')';obj.style.opacity = obj.Valpha;}},30)}}</script></head><body>? ? ? ?<div></div>? ? ? ?<div></div>? ? ? ?<div></div></body></html>
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 1396 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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