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

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定

繩子的click一直不行,為啥咧

<!DOCTYPE html>

<meta charset="utf-8">

<html>

<head>

<title>端午粽情</title>

<link rel="stylesheet" href="duanwu.css">

<script src="duanwu.js" type="text/javascript"></script>

</head>

<body>

<div class="main">

? <div class="box" ?id="box">

? ? <div class="zongzi" id="zongzi"></div>

? ? <div class="zongzir" id="zongzir" ></div>

? ? <div class="line" id="line"></div>

</div>

<div class="leaf_open" id="leaf_open"></div>

<div class="leaf_left " id="leaf_left"></div>

<div class="leaf_right" id="leaf_right"></div>

<div class="text_j text_mirror_5 " id="text_j"></div>

<div class="text_h text_mirror_5 " id="text_h"></div>

<div class="text_r text_mirror_5" ?id="text_r"></div>

<div class="text_x text_mirror_5"></div>



<div class="words" id="words">

? ? ? ?<div class="caption" id="caption"></div> ?

? <div class="to" id="caption">親愛的朋友</div>

? <div class="wishes">愿幸福就像一根根粽繩,緊緊的纏住你;愿快樂就像一片片粽葉,團(tuán)團(tuán)<br>地圍住你;美滿就像一陣陣粽香,久久地環(huán)繞你。衷心祝你端午快!</div>

? <div class="from">花錢</div>

</div>

</div>

</body>

</html>

/*css部分*/

*{margin: 0;

? padding: 0;

? font-family: "WenQuanYi Micro Hei",SimSun,sans-serif;

color:darkgray;}


body{


}


.main{

width:1200px;

height:600px;

? ? ?background-image: url(images/bg.jpg);

position: absolute;

left:50%;

top:50%;

margin-left: -600px;

margin-top: -300px;

}

.box{

width: 312px;

height: 305px;

position:relative;

left:700px;

top:200px;}

.box_cg{animation: myzongzi 5s infinite;}

@keyframes myzongzi{

0%{transform: ?rotate(0deg);}

20%{transform:rotate(5deg);}

40%{transform:rotate(-5deg);}

60%{transform:rotate(3deg);}

80%{transform:rotate(-3deg);}

100%{transform:rotate(0deg);}

}

.zongzi{

background-image: url(images/zz.png);

width:312px;

height:305px;

opacity: 1;

transition: all 3s;

}

.zongzi_out{

display: none;

opacity:0;

}

.zongzir{

background-image: url(images/zzr_1.png);

width: 282px;

height: 206px;

position: absolute;

left:40px;

top:70px;

z-index:4;

transform: scale(1);

opacity: 0;

transition: all 5s;

}

.zongzir_on{

opacity:1;

? ? transform: scale(.9);

}

.zongzir_out{

transform: scale(0.5);

display: none;

opacity:0;


}

.zongzir_2{

background-image: url(images/zzr_2.png);

width: 273px;

height: 234px;

position: absolute;

left:40px;

top:70px;

? ? z-index:4;

}

.zongzir_3{

background-image: url(images/zzr_3.png);

width: 267px;

height: 239px;

position: absolute;

left:40px;

top:70px;

? ? z-index:4;

}

.zongzir_4{

background-image: url(images/zzr_4.png);

width: 272px;

height: 237px;

position: absolute;

left:40px;

top:70px;

? ? z-index:4;

}

.zongzir_0{

background-image: url(images/zzr_1.png);

width: 282px;

height: 206px;

position: absolute;

left:40px;

top:70px;

z-index:4;

}

.text_j{

background-image: url(images/t_jixiang.png);

background-size:cover;

transform: scale(.8);

width:180px;

height:100px;

position:absolute;

left:790px;

top:350px;

z-index: 5;

opacity: 1;

transition: all 0s;}

.text_r{

background-image: url(images/t_ruyi.png);

width:180px;

height:100px;

transform: scale(.8);

position:absolute;

left:790px;

top:350px;

z-index: 5;

opacity:1;

transition:all 0s;

}

.text_h{

background-image: url(images/t_haoyun.png);

position: absolute;

transform: scale(.8);

width:180px;

height:100px;

left:790px;

top:350px;

z-index: 6;

opacity: 1;

transition: all 0s;

}


.text_x{display: none;

background-image: url(images/t_xingfu.png);

position: absolute;

transform: scale(.8);

width:180px;

height:100px;

left:790px;

top:350px;

z-index: 3;

transition: all 0s;

}

.text_show_1{ transform:scale(.45) rotate(-10deg) translate(170px,50px) rotate(-20deg); opacity: 1;}

.text_mirror_1{transform:scale(.6) rotate(15deg) translate(-80px,30px) rotate(0deg);opacity: 1;}

.text_show_2{ transform:scale(.6) rotate(-10deg) translate(80px,20px) rotate(-10deg);opacity: 1;}

.text_mirror_2{transform:scale(.55) rotate(15deg) translate(-120px,30px) rotate(15deg);opacity: 1;}

.text_show_3{ transform:scale(.7) rotate(-10deg) translate(65px,20px) rotate(5deg);opacity: 1;}

.text_mirror_3{transform:scale(.5) rotate(15deg) translate(-130px,30px) rotate(20deg);opacity: 1;}


.text_mirror_5{opacity: 0;}



.leaf_left{

background-image: url(images/leaf_left.png);

width:147px;

height:266px;

? ? transform: scale(.8);

position:absolute;

left:740px;

top:220px;

z-index: 1;

opacity: 0;

transform-origin: left bottom;

transition: all 3s;

}

.leaf_left_on{

opacity: 1;

transform: rotate(-5deg);

}

.leaf_left_out{

transform: rotate(-13deg);

opacity:0;

}

.leaf_right{

background-image: url(images/leaf_right.png);

width:318px;

height:338px;

position:absolute;

? ? transform: scale(.8);

left:750px;

top:160px;

z-index: 1;

opacity: 0;

transform-origin: left bottom;

transition: all 3s;

}

.leaf_right_on{

opacity: 1;

transform: rotate(5deg);

}

.leaf_right_out{

transform: rotate(13deg);

display: none;

opacity: 0;

}

.leaf_open{

background-image: url(images/leaf_expand.png);

width:618px;

height:464px;

position:absolute;

left:590px;

top:200px;

z-index: 1;

opacity: 0;

transition: all 3s;

}

.leaf_open_out{opacity:1;}



.line{

background-image:url(images/line_1.png);

width: 218px;

height: 180px;

position: absolute;

left:10px;

top:120px;

opacity: 1;

transition: all 3s;

? ? cursor: pointer;

? ? z-index:9;

}

.line_1{

background-image:url(images/line_2.png);

width: 219px;

height: 159px;

position: absolute;

left:10px;

top:155px;

opacity: 0;

transition: all 3s;

}

.line_2{

background-image:url(images/line_3.png);

width: 264px;

height: 117px;

position: absolute;

left:10px;

top:220px;

}

.line_3{

background-image:url(images/line_4.png);

width: 288px;

height: 56px;

position: absolute;

left:15px;

top:290px;

}

.line_4{display: none;}


.words .caption{

background-image:url(images/caption.png);

width:400px ;

height:240px ;

opacity:0;

transition: all 1s;

}


.words{

? ?position: absolute;

left:145px;

top:143px;

margin-left:30px;

}


.to{

margin: 10px 0;

opacity:0;

transition:all 1s 0.5s;

}

.from{margin: 10px 0;

text-align: right;

opacity: 0;

transition:all 1s 1s;}

.wishes{

opacity:0;

transition:all 1s 1.5s;

? ? ?}

.words_cg >.to,

.words_cg >.from,

.words_cg >.caption,

.words_cg >.wishes

{

opacity:1;

margin-left: 0;

}

/*js部分*/

var g=function(id){

return document.getElementById(id);

}


/*定義的時間軸函數(shù)*/

var Timeline=function(){

this.order=[];

this.add=function(timeout,func,log){

this.order.push({log:log,

func:func,

timeout:timeout});}

this.start=function(ff){

? ?for(s in this.order){

(function(me){

var timeout=me.timeout;

var log=me.log;?

var fun=me.func;

/*這里ff或0是當(dāng)ff沒有取值的時候ff效果使得ff初始為0,當(dāng)點擊時ff大于first的延時時會使得timeout為負(fù)數(shù),所以以要用一個math.max函數(shù)*/

timeout=Math.max(timeout-(ff||0),0);

setTimeout(fun,timeout);

setTimeout(function(){console.log("log>-",log,"time->",timeout)},timeout);

})(this.order[s])}

}


}

var a1=new Timeline();

var a2=new Timeline();

var a3=new Timeline();

a1.add(1,function(){g("box").className="box box_cg";

? ? ? ? ? ? ? ? ? ? g("line").onClick=function(){

a2.start(100);}

? ? ? ? ? ? ? ? ? ? },"first");

?// a1.start();

a2.add(500,function(){g("line").className="line_1";

? ? ? ? ? ? ? ? ? ? ? g("words").className="words words_cg";

? ? ? ? ? ? ? ? ? ? ?});


a2.add(1000,function(){g("line").className="line_2";

? ? ? ? ? ? ? ? ? ? ?});

a2.add(1500,function(){g("line").className="line_3";});

a2.add(2000,function(){g("line").className="line_4";

? ? ? ? ? ? ? ? ? ? ? ?g("caption").className="caption box_cg";});

a2.add(2500,function(){g("zongzi").className="zongzi_out";

? ? ? ? ? ? ? ? ? ? ? ?g("zongzir").className="zongzir zongzir_on";

? ? ? ? ? ? ? ? ? ? ? ?

? ? ? ? ? ? ? ? ? ? ? g("leaf_left").className="leaf_left leaf_left_on";

? ? ? ? ? ? ? ? ? ? ? g("leaf_right").className="leaf_right ?leaf_right_on";});

a2.add(3500,function(){g("leaf_left").className="leaf_left leaf_left_on leaf_left_out";

? ? ? ? ? ? ? ? ? ? ? ?g("leaf_right").className="leaf_right ?leaf_right_on leaf_right_out";

? ? ? ? ? ? ? ? ? ? ? ?g("leaf_open").className="leaf_open leaf_open_out";

? ? ? ? ? ? ? ? ? ? ? ?a3.start();

? ? ? ? ? ? ? ? ? ? ? ?});

a3.add(4100,function(){ g("text_h").className="text_h";

? ? ? ? ? ? ? ? ? ? ? ? g("zongzir").className="zongzir zongzir_on zongzir_out";

? ? ? ? ? ? ? ? ? ? ? ? g("zongzir").className="zongzir_0";

? ? ? ? ? ? ? ? ? ? ? });

a3.add(4500,function(){?

? ? ? ? ? ? ? ? ? ? ? ? g("zongzir").className="zongzir_2";

? ? ? ? ? ? ? ? ? ? ? ? g("text_j").className="text_j text_show_1";

? ? ? ? ? ? ? ? ? ? ? ? g("text_h").className="text_h text_mirror_1";

? ? ? ? ? ? ? ? ? ? ? ? g("text_r").className="text_r text_mirror_5";

? ? ? ? ? ? ? ? ? ? ? });

a3.add(5000,function(){ g("zongzir").className="zongzir_3";

? ? ? ? ? ? ? ? ? ? ? ? g("text_j").className="text_j text_show_2";

? ? ? ? ? ? ? ? ? ? ? ? g("text_h").className="text_h text_mirror_2";

? ? ? ? ? ? ? ? ? ? ? ? g("text_r").className="text_r text_mirror_5";

? ? ? ? ? ? ? ? ? ? ? });

a3.add(5500,function(){ g("zongzir").className="zongzir_4";

? ? ? ? ? ? ? ? ? ? ? ? g("text_j").className="text_j text_show_3";

? ? ? ? ? ? ? ? ? ? ? ? g("text_h").className="text_h text_mirror_3";

? ? ? ? ? ? ? ? ? ? ? ? g("text_r").className="text_r text_mirror_5";});


a3.add(6000,function(){ g("zongzir").className="zongzir_0";

? ? ? ? ? ? ? ? ? ? ? ? g("text_j").className="text_j text_mirror_5";

? ? ? ? ? ? ? ? ? ? ? ? g("text_h").className="text_h ";

? ? ? ? ? ? ? ? ? ? ? ? g("text_r").className="text_r text_mirror_5";

? ? ? ? ? ? ? ? ? ? ? });

a3.add(6500,function(){ g("zongzir").className="zongzir_4";

? ? ? ? ? ? ? ? ? ? ? ?g("text_r").className="text_r text_show_3";

? ? ? ? ? ? ? ? ? ? ? ? g("text_h").className="text_h text_mirror_3";

? ? ? ? ? ? ? ? ? ? ? ? g("text_j").className="text_j text_mirror_5";});

a3.add(7000,function(){ g("zongzir").className="zongzir_3";

? ? ? ? ? ? ? ? ? ? ? ?g("text_r").className="text_r text_show_2";

? ? ? ? ? ? ? ? ? ? ? ? g("text_h").className="text_h text_mirror_2";

? ? ? ? ? ? ? ? ? ? ? ? g("text_j").className="text_j text_mirror_5";});

a3.add(7500,function(){ g("zongzir").className="zongzir_2";

? ? ? ? ? ? ? ? ? ? ? ?g("text_r").className="text_r text_show_1";

? ? ? ? ? ? ? ? ? ? ? ? g("text_h").className="text_h text_mirror_1";

? ? ? ? ? ? ? ? ? ? ? ? g("text_j").className="text_j text_mirror_5";});

a3.add(8000,function(){ g("zongzir").className="zongzir_0";

? ? ? ? ? ? ? ? ? ? ? ?g("text_r").className="text_r ";

? ? ? ? ? ? ? ? ? ? ? ? g("text_j").className="text_j text_mirror_5";

? ? ? ? ? ? ? ? ? ? ? ? g("text_h").className="text_h text_mirror_5";});


正在回答

1 回答

你寫成onClick,應(yīng)該寫成onclick

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

舉報

0/150
提交
取消

繩子的click一直不行,為啥咧

我要回答 關(guān)注問題
微信客服

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

幫助反饋 APP下載

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

公眾號

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