苏州创新投资
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
suzhou/fullpage.html

54 lines
1.7 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>苏州创新投资集团有限公司</title>
<meta name="applicable-device"content="pc,mobile">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--css3动画库-->
<link rel="stylesheet" href="css/animate.css">
<!--banner大图基础样式-->
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!--页面滚动基础样式-->
<link rel="stylesheet" href="css/jquery.fullPage.css" />
<!--导航样式-->
<link rel="stylesheet" href="css/head.css" />
<!--图片和滚屏样式-->
<link rel="stylesheet" href="css/index.css">
<style>
body,html{
overflow: hidden !important;
}
</style>
</head>
<body>
<div id="fullpage">
<div class="section">Some section</div>
<div class="section">Some section</div>
<div class="section">Some section</div>
<div class="section">Some section</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.fullPage.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/index_slick.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.leoTextAnimate.js"></script>
<script src="js/index.js"></script>
<script type="text/javascript">
new fullpage('#fullpage', {
//options here
autoScrolling:true,
scrollHorizontally: true
});
</script>
</body>
</html>