123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>抖音定向流量权益包</title>
- <meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" name="viewport">
- <meta content="width=device-width,height=device-height,maximum-scale=1.0,user-scalable=no" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <script type="text/javascript">
- var deviceWidth = document.documentElement.clientWidth;
- if (deviceWidth > 750) {
- deviceWidth = 750;
- }
- document.documentElement.style.fontSize = deviceWidth / 7.5 + 'px';
- </script>
- </head>
- <style>
- body {
- background: #F9F9F9;
- }
-
- .text-p {
- position: relative;
- right: -4.35rem;
- font-size: 0.28rem;
- color: #666666;
- font-weight: 400;
- display: inline-block;
- top: -0.5rem;
- }
-
- .body-a {
- width: 6.90rem;
- background: #FFF;
- height: 3.76rem;
- margin-left: 0.15rem;
- margin-bottom: 0.85rem;
- margin-top: -0.5rem;
- }
-
- .ge-box {
- width: 100%;
- height: 1.44rem;
- position: relative;
- }
-
- .box-ace {
- width: 89%;
- height: 1.44rem;
- border-bottom: solid 0.01rem #aaaa;
- margin-left: 0.4rem;
- }
-
- .img-ace {
- width: 1.04rem;
- height: 1.04rem;
- position: absolute;
- left: 0.4rem;
- top: 0.2rem;
- }
-
- .text-ace {
- font-size: 0.32rem;
- position: absolute;
- right: 0.4rem;
- top: 0.35rem;
- color: #3486F7;
- width: 4.2rem;
- }
-
- .text-a {
- font-size: 0.28rem;
- position: absolute;
- top: 1.74rem;
- left: 0.4rem;
- }
-
- .text-e {
- font-size: 0.28rem;
- position: absolute;
- right: 0.4rem;
- top: 1.7rem;
- color: #666666;
- }
-
- .text-b {
- font-size: 0.28rem;
- position: absolute;
- top: 2rem;
- left: 0.4rem;
- }
-
- .text-f {
- position: absolute;
- right: 0.4rem;
- font-size: 0.28rem;
- top: 2rem;
- color: #666666;
- }
-
- .text-c {
- font-size: 0.28rem;
- position: absolute;
- top: 2.75rem;
- left: 0.4rem;
- }
-
- .text-g {
- font-size: 0.28rem;
- position: absolute;
- right: 0.4rem;
- color: #666666;
- top: 2.75rem;
- }
-
- .img-x {
- background: url(202203/images/close.png);
- }
-
- .text-ak {
- font-size: 0.2rem;
- position: absolute;
- right: 0.6rem;
- top: 1.74rem;
- background: #f59e2ae8;
- width: 1.35rem;
- text-align: center;
- height: 0.42rem;
- border-radius: 0.2rem;
- letter-spacing: 0.02rem;
- line-height: 0.45rem;
- color: #ffffffc7;
- }
-
- .body-as {
- width: 6.90rem;
- background: #FFF;
- height: 3.6rem;
- margin-left: 0.15rem;
- margin-bottom: 0.85rem;
- margin-top: -0.5rem;
- }
- </style>
- <body>
- <p class="text-p"></p>
- <div id="bodyt">
- <!-- <div class="body-as">
- <div class="ge-box">
- <div class="box-ace">
- <img class="img-ace" src="./20220704/images/抖音币.png" alt="">
- <span class="text-ace">${item.productName}</span>
- </div>
- <span class="text-a">领取权益</span><span class="text-ak">立即领取</span>
- </div>
- </div>
- <div class="body-a">
- <div class="ge-box">
- <div class="box-ace">
- <img class="img-ace" src="${img}" alt="">
- <span class="text-ace">${item.productName}</span>
- </div>
- <span class="text-a">领取权益</span><span class="text-e">${item.vipname}</span>
- <span class="text-b">领取号码</span><span class="text-f">${item.vipname}</span>
- <span class="text-c">领取时间</span><span class="text-g">${item.ordertime}</span>
- </div> -->
- <!-- </div> -->
- </div>
- <script src="../../public/libs/jquery-min.js"></script>
- <script src="//account.bol.wo.cn/static/js-sdk/wolog/WoAnalytics.js"></script>
- <script src="//account.bol.wo.cn/static/js-sdk/wolog/HtmlPageVisitor.js"></script>
- <script src="20220704/js/order.js"></script>
- <script>
- HtmlPageVisitor.track({
- ad: $("#nanyanad").val(),
- ct: 'web'
- })
- </script>
- </body>
- </html>
|