亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

返回頂部效果(簡(jiǎn)陋)

原創(chuàng) 2019-02-25 14:31:50 395
摘要:<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>返回頁(yè)面頂部效果</title> <script type="text/javascript" src="jq.js"></scrip

}Z$~KLP~9GSDT}M~KWUDGV3.png

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>返回頁(yè)面頂部效果</title>

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

<link href="../meun/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">

<style type="text/css">

*{margin:0px;padding:0px;}

a{text-decoration:none;}

div{width:1000px;height:1400px;background:red;margin:10px auto;text-align: center;}

p{position: fixed;bottom:60px;right:60px;width:60px;height:60px;font-size:13px;background:pink;text-align: center;line-height:20px;border-radius:10px;display: none;}

</style>

<script type="text/javascript">

$(function(){

$(window).scroll(function(){

if ($(window).scrollTop()>150) {

$('#p').fadeIn(1000)

}else{

$('#p').fadeOut(1000)

}

})

})

</script>

</head>

<body>

<a href="#top"></a>

<div>

頁(yè)面內(nèi)容

</div>

<p id="p"><a href="" id="top">返回頁(yè)面頂部</a><br><i class="fa fa-hand-pointer-o" aria-hidden="true"></i></p>

</body>

</html>


批改老師:滅絕師太批改時(shí)間:2019-02-25 16:25:54
老師總結(jié):原理掌握的同時(shí) , 布局也可以有點(diǎn)追求哦!

發(fā)佈手記

熱門詞條