Commit e8069ab0 authored by zhangjianguo's avatar zhangjianguo

生日的样式

parent 78d8fd9f
...@@ -44,9 +44,15 @@ ...@@ -44,9 +44,15 @@
<script> <script>
let href = window.location.href; let href = window.location.href;
// let href = 'https://activity.oytour.com/html/shortLinks/BirthdayLetter.html?Id=12'; // 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 Id = href.split('?')[1].split('=')[1] // let href = 'http://activity.oytour.com/html/shortLinks/BirthdayLetter.html?Id=10'
let param = href.split('?')[1];
let Id;
if(param.indexOf('&')!=-1){
Id = param.split('&')[0].split('=')[1]
}else {
Id = param.split('=')[1]
}
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: `http://crm.oytour.com/api/SellEventIM/GetActivitydetails`, url: `http://crm.oytour.com/api/SellEventIM/GetActivitydetails`,
......
...@@ -92,7 +92,7 @@ p{ ...@@ -92,7 +92,7 @@ p{
background-repeat: no-repeat; background-repeat: no-repeat;
position: absolute; position: absolute;
left: 1.175rem; left: 1.175rem;
top: 3.75rem; top: 3.65rem;
-webkit-animation-delay:2.4s; -webkit-animation-delay:2.4s;
} }
.bg_8{ .bg_8{
...@@ -159,8 +159,8 @@ p{ ...@@ -159,8 +159,8 @@ p{
text-align: center; text-align: center;
position: absolute; position: absolute;
left: 0.505rem; left: 0.505rem;
top: 4.75rem; top: 4.65rem;
font-size: 0.09rem; font-size: 0.14rem;
color: #CDBA9F; color: #CDBA9F;
-webkit-animation-delay:2s; -webkit-animation-delay:2s;
......
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