Commit ca9f7009 authored by 华国豪's avatar 华国豪 🙄

guochang

parent daa47b95
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="screen-orientation" content="portrait">
</meta>
<meta name="x5-orientation" content="portrait">
</meta>
<title>印象之旅11.18</title>
<style>
*{margin: 0; padding: 0;}
.main{
width: 100%;
height: 100%;
background: url(../images/gongxi3.png) no-repeat;
background-size:100%;
background-color: #8d54cc;
}
.main .box{
position: relative;
top: 30%;
width: 100%;
opacity: 0;
text-align: center;
}
.main .box.move{
top: 40%;
opacity: 1;
transition: all linear .5s;
}
.main .box .hongbao{
width: 75%;
}
.main .box .anniu{
width: 64%;
position: absolute;
left: 21%;
bottom: 15%;
}
</style>
</head>
<body>
<div class="main">
<div class="box">
<img class="hongbao" src="../images/gongxi1.png">
<img class="anniu" src="../images/gongxi2.png">
</div>
</div>
<script type="text/javascript" src="../js/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../js/md5.js"></script>
<script type="text/javascript" src="../js/layer/layer.js"></script>
<script type="text/javascript" src="../js/mian.js"></script>
<script>
$(
function(){
setTimeout(function(){
$('.box').addClass('move')
}, 500)
}
)
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment