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

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

我寫(xiě)完的js動(dòng)畫(huà)沒(méi)有反應(yīng),沒(méi)找到問(wèn)題在哪,老師,求助一下,下面是我的代碼

我寫(xiě)完的js動(dòng)畫(huà)沒(méi)有反應(yīng),沒(méi)找到問(wèn)題在哪,老師,求助一下,下面是我的代碼

<!doctype?html> <html> ????<head> ????<meta?charset="utf-8"> ????<title>個(gè)人作品網(wǎng)</title> ????<link?rel="stylesheet"?href="css/HM1.css"> ????<link?rel="stylesheet"?href="css/reset.css"> ????<script?src="js/jquery-3.3.1.min.js"?type="text/javascript"></script> ????<script?src="js/HM1.js"?type="text/javascript"></script> ????</head><body>????<div class="cehua_mask"></div> ????<div class="silder"> ????????<ul> ????????????<li><a href="boke.html">首頁(yè)</a></li> ????????????<li><a href="#">個(gè)人作品</a></li> ????????????<li><a href="#">案例賞析</a></li> ????????????<li><a href="#">聯(lián)系我們</a></li> ????????????<li><a href="#">商業(yè)合作</a></li> ????????</ul> ????</div> ????<div class="top"> ????????<a href="#"> ????????????<img src="img/logo_03.png" alt=""> ????????</a> ????????<p>TOP</p> ????</div></body><!---外部的js是--->// JavaScript Document /*側(cè)邊欄隱藏*/$(".dianji").click(function () { ????"use strict"; ????$(".cehua_mask").fadeIn(); ????$(".silder").css("right",0);});$(".cehua_mask").click(function () { ????"use strict"; ????$(".cehua_mask").fadeOut(); ????$(".silder").css("right",-300);}); /*到這里是側(cè)邊欄隱藏*/ /*下面是置頂按鈕*/$(window).scroll(function(){ ????"use strict"; ????if($(window).scrollTop()>100){ ????????$(".top").css("display","block"); ????}????else{ ????????$(".top").css("display","none"); ????}});$(".top").click(function(){ ????"use strict"; ????$("html").animate({ ????????scrollTop:0 ????},300);});/*置頂按鈕到這里*/<!---外部的css是--->/*側(cè)滑欄*/.cehua_mask{ ????display: none; ????position: fixed; ????top: 0; ????bottom: 0; ????left: 0; ????right: 0; ????background: rgba(0,0,0,0.3);}.silder{ ????background: #333; ????position: fixed; ????top: 0; ????right: -300px; ????bottom: 0; ????width: 300px; ????transition: 0.5s;}.silder ul li{ ????margin-top: 30px; ????padding: 20px;}.silder ul li:hover{ ????background: #7F7F7F;}.silder ul li a{ ????color: #fff;}/*置頂按鈕*/.top{ ????display: none; ????width: 50px; ????height: 30px; ????position: fixed; ????right: 30px; ????bottom: 120px;}.top p,img{ ????width: 100%; ????text-align: center;}
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 1062 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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