<!DOCTYPE html><html><head> ? ?<meta charset="UTF-8"> ? ?<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> ? ?<meta name="apple-mobile-web-app-capable" content="yes" /> ? ?<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> ? ?<meta name="format-detection" content="telephone=no"/> ? ?<title>Dx_Design</title> ? ?<link href="../css/jquery.fullPage.css" rel="stylesheet" type="text/css"> ? ?<script src="../js/jquery-2.2.3.min.js"></script> ? ?<script src="../js/jquery.fullPage.min.js"></script>? <style>?????? *{ ? ?margin: 0; ? ?padding: 0; ? ?list-style: none; ? ?text-decoration: none; ? ?font-size: 18px; ? ?color: #333; ? ?font-family: "微軟雅黑"; ? ?line-height: 1em;}.section{ ? ?position: relative; ? ?background-color: #fff; ? ?overflow: hidden; ? ?text-align: center;}.paint{ ? ?margin: 0 auto; ? ?width: 1200px; ? ?height: 900px; ? ?border: none;}</style> ? ?<script> ? ? ? ?$(function(){ ? ? ? ? ? ?$('#fullpage').fullpage({ ? ? ? ? ? ? ? ?'verticalCentered': false, ? ? ? ? ? ? ? ?'css3': true, ? ? ? ? ? ? ? ?'sectionsColor': ['#254875', '#00FF00', '#254587', '#695684'], ? ? ? ? ? ? ? ?'anchors': ['page1', 'page2', 'page3', 'page4'], ? ? ? ? ? ? ? ?'navigation': true, ? ? ? ? ? ? ? ?'navigationPosition': 'right', ? ? ? ? ? ? ? ?'navigationTooltips': ['fullPage.js', 'Powerful', 'Amazing', 'Simple'] ? ? ? ? ? ?}) ? ? ? ?}) ? ?</script></head><body style="background:white"><div id="fullpage"><section class="section active" id="page1"> ? ?<div class="paint"> ? ? ? ?<canvas id="canvas" width="1200" height="600">您的瀏覽器不支持html5 canvas標簽</canvas> ? ? ? ?<script> ? ? ? ? ? ?var c=document.getElementById("canvas"); ? ? ? ? ? ?var paint= c.getContext("2d"); ? ? ? ? ? ?paint.fillStyle="black"; ? ? ? ? ? ?paint.fillRect(0,20,870,200); ? ? ? ?</script> ? ?</div> ? ?<div class="bg"></div></section><section> ? ?<div class="section" id="page2"></div></section><section> ? ?<div class="section" id="page3"></div></section> ? ?<section> ? ? ? ?<div class="section" id="page4"></div> ? ?</section></div></body></html>
為什么我的fullpage.js 鼠標滾輪無法滾動啊,而且點選其他頁之后無法回到上一頁
Dx_Design
2016-07-20 02:04:22