国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

div? ? ??? ????. ??? ??? ??? ??????.
依然
依然 2019-02-20 15:50:27
0
3
1256

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>jquery的動畫效果</title>

<script type="text/javascript" src="jquery-3.3.1.min.js"></script>

<style type="text/css">

.mian{

??: 240px;

??: 200px;

margin-right: 20px;

float:left;

}

.box1,.box2 {

??: 200px;

??: 200px;

??: ???;

}

??{

??: 40px;

??: 200px;

???: ??;}

</style>


<script type="text/ javascript">

$(document).ready(function(){

$('.box1').hide()

$('.btu1').click(function(){

$( '.box1').fadeIn(1500)

})

$('.btu2').click(function(){

$('.box2').fadeOut(1500)

})

})

</script>

</head>

<body>


<div class="mian">

<button class="btu1">淡入</button>

<div class="box1"></div>

</div>

<br>

<div>

<button class="btu2">淡?</button>

<div class="box2"></div>

< ;/div>

</body>

</html>


依然
依然

?? ??(1)
TT

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

  • ???? ??? div ??? ?? <br>? ?? ???????. ??? ??? ?????.
    依然 ?? 2019-02-21 09:39:24