Browse Source

引导页

master
zlib0210 3 years ago
parent
commit
2a9f5f77a5
1 changed files with 8 additions and 10 deletions
  1. 18
      index.html

18
index.html

@ -92,21 +92,21 @@
display: flex;
justify-content: center;
align-items: center;
animation: dialoganimate 4s linear 1s;
animation: dialoganimate 1s linear 4s;
}
.dialog p {
font-size: .46rem;
}
/*@keyframes dialoganimate {
@keyframes dialoganimate {
0% {
opacity: 1;
}
100% {
opacity: 0.4;
opacity: 0.8;
}
}*/
}
</style>
</head>
@ -151,9 +151,7 @@
'opacity': '0',
'z-index': '1'
})
// $(".dialog").css({
// display: 'flex'
// })
$(".dialog").animate({
'opacity':1
},2000)
@ -179,9 +177,9 @@
}, 8000)
});
// setTimeout(function() {
// window.location.href="begin.html"
// }, 11000)
setTimeout(function() {
window.location.href="begin.html"
}, 11000)
// 横屏
var detectOrient = function() {
var width = document.documentElement.clientWidth,

Loading…
Cancel
Save