|
@ -8,6 +8,10 @@ |
|
|
<meta name="description" content="this is my page"> |
|
|
<meta name="description" content="this is my page"> |
|
|
<meta name="content-type" content="text/html; charset=UTF-8"> |
|
|
<meta name="content-type" content="text/html; charset=UTF-8"> |
|
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"> |
|
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="js/jquery-1.8.3.min.js" type="text/javascript" charset="utf-8"></script> |
|
|
<script src="js/jquery-1.8.3.min.js" type="text/javascript" charset="utf-8"></script> |
|
|
<script src="js/comment.js" type="text/javascript" charset="utf-8"></script> |
|
|
<script src="js/comment.js" type="text/javascript" charset="utf-8"></script> |
|
|
<link rel="stylesheet" type="text/css" href="css/style.css" /> |
|
|
<link rel="stylesheet" type="text/css" href="css/style.css" /> |
|
@ -151,8 +155,9 @@ |
|
|
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> |
|
|
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function() { |
|
|
$(document).ready(function() { |
|
|
//翻书数组 |
|
|
//翻书数组 |
|
|
var contIndex = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 19, 17, 18, 19] |
|
|
var contIndex = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 19, 17, 18, 19] |
|
@ -281,9 +286,13 @@ |
|
|
setTimeout(function() { |
|
|
setTimeout(function() { |
|
|
$('.gifs').fadeOut() |
|
|
$('.gifs').fadeOut() |
|
|
$('.bookImg').fadeIn() |
|
|
$('.bookImg').fadeIn() |
|
|
// $('.gifImg img').attr('src', 'img/stopBook.png') |
|
|
|
|
|
|
|
|
// $('.gifImg img').attr('src', 'img/stopBook.png') |
|
|
setTimeout(function() { |
|
|
setTimeout(function() { |
|
|
$('.word').css({'display': 'flex'},{'z-index': '9999999'}); |
|
|
|
|
|
|
|
|
$('.word').css({ |
|
|
|
|
|
'display': 'flex' |
|
|
|
|
|
}, { |
|
|
|
|
|
'z-index': '9999999' |
|
|
|
|
|
}); |
|
|
$('.word p.contWord').css('z-index', '9999999'); |
|
|
$('.word p.contWord').css('z-index', '9999999'); |
|
|
$('.word p.contWord').slideDown(1000) |
|
|
$('.word p.contWord').slideDown(1000) |
|
|
}, 0) |
|
|
}, 0) |
|
@ -299,12 +308,12 @@ |
|
|
}, 1000) |
|
|
}, 1000) |
|
|
|
|
|
|
|
|
function news() { |
|
|
function news() { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(timeNum == 0) { |
|
|
if(timeNum == 0) { |
|
|
clearInterval(sec); |
|
|
clearInterval(sec); |
|
|
$('.btn1 p').addClass('active') |
|
|
$('.btn1 p').addClass('active') |
|
|
$('.btn1').on('click', function() { |
|
|
$('.btn1').on('click', function() { |
|
|
window.location.href = "begin.html" |
|
|
|
|
|
|
|
|
window.location.replace("begin.html") |
|
|
}) |
|
|
}) |
|
|
$('.btn1 span').fadeOut(1000) |
|
|
$('.btn1 span').fadeOut(1000) |
|
|
} |
|
|
} |
|
|