Commit 240f9f6b authored by zhangjianguo's avatar zhangjianguo

儿童节和父亲节

parent e8069ab0
......@@ -44,20 +44,35 @@
<script>
let href = window.location.href;
// let href = 'http://activity.oytour.com/html/shortLinks/BirthdayLetter.html?Id=10&customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1ODY4NTQ2NTQuMCwiZXhwIjoxNTg3MTEzODU0LjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6M319.VWDrjGI7lVe8MCis1FFOCuUBB7w_FsQhKoYZ3dEMznU&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=app';
// let href = 'http://activity.oytour.com/html/shortLinks/BirthdayLetter.html?Id=10'
// let href = 'http://activity.oytour.com/html/shortLinks/BirthdayLetter.html?GuestId=48642&customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1ODY4NTQ2NTQuMCwiZXhwIjoxNTg3MTEzODU0LjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6M319.VWDrjGI7lVe8MCis1FFOCuUBB7w_FsQhKoYZ3dEMznU&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=app';
// let href = 'http://activity.oytour.com/html/shortLinks/BirthdayLetter.html?Id=48642'
// let href = 'http://activity.oytour.com/html/shortLinks/BirthdayLetter.html?GuestId=48642'
let param = href.split('?')[1];
let Id;
let name;
let msg;
if(param.indexOf('&')!=-1){
Id = param.split('&')[0].split('=')[1]
name = param.split('&')[0].split('=')[0]
}else {
Id = param.split('=')[1]
name = param.split('=')[0]
}
if(name== 'Id'){
msg = JSON.stringify( {'msg':{'Id':Id}})
}else {
msg = JSON.stringify( {'msg':{'GuestId':Id}})
}
$.ajax({
type: "POST",
url: `http://crm.oytour.com/api/SellEventIM/GetActivitydetails`,
// url: `http://192.168.2.65/api/SellEventIM/GetActivitydetails`,
contentType: "application/json",
data: JSON.stringify( {'msg':{'Id':Id}}),
data: msg,
async: false,
success: function(res) {
......
<!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/ChildrenDay.css">
</head>
<body>
<div class="Box" style="position: fixed;left: 0;top:0">
<div class="bg1 animated bounceIn"></div>
<div class="bg2 animated fadeIn"></div>
<div class="bg3 animated fadeIn"></div>
<div class="bg4 animated fadeIn"></div>
<div class="bg5 animated fadeIn"></div>
<div class="bg6 animated fadeInUp"></div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script>
</script>
</html>
<!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/FatherDay.css">
</head>
<body>
<div class="Box" style="position: fixed;left: 0;top:0">
<div class="bg4 animated fadeIn"></div>
<div class="bg1 animated fadeInLeft"></div>
<div class="bg2 animated fadeInRight"></div>
<div class="bg3 animated fadeInLeft"></div>
<div class="bg5 animated fadeInLeft"></div>
<div class="bg6 animated fadeIn"></div>
<div class="bg7 animated fadeIn"></div>
<div class="bg10 animated fadeInUp"></div>
</div>
</body>
<script src="js/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/ChildrenDay/bg.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.bg1{
width: 100%;
height: 3.67rem;
background-image: url('../img/ChildrenDay/bg1.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0rem;
bottom:0.73rem;
-webkit-animation-delay:1s;
}
.bg2{
width: 2.865rem;
height: 2.33rem;
background-image: url('../img/ChildrenDay/aircraft.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0.385rem;
top:1.09rem;
-webkit-animation-delay:0.5s;
}
.bg3{
width: 0.43rem;
height: 1.49rem;
background-image: url('../img/ChildrenDay/text.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 1.87rem;
top:0.39rem;
-webkit-animation-delay:1.5s;
}
.bg4{
width: 0.17rem;
height: 1.34rem;
background-image: url('../img/ChildrenDay/text1.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 1.605rem;
top:0.945rem;
-webkit-animation-delay:2s;
}
.bg5{
width: 0.165rem;
height: 1.35rem;
background-image: url('../img/ChildrenDay/text2.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 1.315rem;
top:1.195rem;
-webkit-animation-delay:2.5s;
}
.bg6{
width: 2.105rem;
height: 0.305rem;
background-image: url('../img/ChildrenDay/logo.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0.825rem;
bottom:0.155rem;
-webkit-animation-delay:2.6s;
}
\ No newline at end of file
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/FatherDay/bg.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.bg1{
width: 1.09rem;
height: 3.385rem;
background-image: url('../img/FatherDay/Leaf2.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0rem;
top:1.13rem;
-webkit-animation-delay:0.9s;
}
.bg2{
width: 0.63rem;
height: 1.355rem;
background-image: url('../img/FatherDay/Leaf1.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
right: 0rem;
bottom:1.205rem;
-webkit-animation-delay:1.1s;
}
.bg3{
width: 0.466rem;
height: 0.448rem;
background-image: url('../img/FatherDay/Leaf.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0rem;
bottom:1.05rem;
-webkit-animation-delay:1.3s;
}
.bg4{
width: 100%;
height: 3.39rem;
background-image: url('../img/FatherDay/window.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0rem;
top:0rem;
-webkit-animation-delay:0.5s;
}
.bg5{
width: 100%;
height: 2.985rem;
background-image: url('../img/FatherDay/people.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0rem;
bottom:0.925rem;
-webkit-animation-delay:1.6s;
}
.bg6{
width: 2rem;
height: 0.7rem;
background-image: url('../img/FatherDay/father.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0.83rem;
top:0.4rem;
-webkit-animation-delay:1.8s;
}
.bg7{
width: 2rem;
height: 0.7rem;
background-image: url('../img/FatherDay/text.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0.87rem;
top:1.38rem;
-webkit-animation-delay:2.1s;
}
.bg10{
width: 2.1rem;
height: 0.3rem;
background-image: url('../img/FatherDay/logo.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0.82rem;
bottom:0.3rem;
-webkit-animation-delay:2.4s;
}
\ 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