Commit 81285297 authored by zhangjianguo's avatar zhangjianguo

1

parent f92c45be
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover" />
<meta name="format-detection" content="telephone=no" />
<meta content="yes" name="mobile-web-app-capable">
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<title>下次旅行计划</title>
<script type="text/javascript" src="../../js/autosize2.js"></script>
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/Travelplan.css">
</head>
<body>
<div class="Box" style="position: fixed;left: 0;top:0">
<div class="yezi_r"></div>
<!--&lt;!&ndash; <div class="bg_1 animated fadeIn"></div>&ndash;&gt;-->
<!--<div class="bg1 animated bounceInRight"></div>-->
<!--<div class="bg2 animated bounceInDown"></div>-->
<!--<div class="bg3 animated bounceIn"></div>-->
<!--<div class="bg4 animated bounceIn"></div>-->
<!--<div class="bg5 animated fadeInUp"></div>-->
</div>
</body>
<script src="../../js/moveJs/jquery.min.js"></script>
<script>
</script>
</html>
html,
body {
margin: 0;
padding: 0;
overflow-x: hidden;
height: auto;
}
*{
-webkit-tap-highlight-color: transparent;
}
p{
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.Box{
width: 100%;
height: 100%;
background-image: url('../img/Travelplan/bg.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
}
.yezi_r{
position: absolute;
right: 0;
top:-0.20rem;
width: 1rem;
height: 1rem;
background-image: url('../img/Travelplan/yezi_r.gif');
background-size: 100% 100%;
background-repeat: no-repeat;
}
\ No newline at end of file
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