重庆迈尖科技有限公司
2020-04-24 11f5a1bcd3b4cdf08b00c3df46b54b85c23b5591
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>双11攻略</title>
        <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
        <script>
            window.onresize = function() {
                document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px';
            };
            window.onresize();
        </script>
        <style>
            body {
                background: #7F13B1;
                margin: 0;
                padding: 0;
                font-family: Microsoft YaHei;
                /* 不允许复制 */
                -moz-user-select: none;
                /* Firefox私有属性 */
                -webkit-user-select: none;
                /* WebKit内核私有属性 */
                -ms-user-select: none;
                /* IE私有属性(IE10及以后) */
                -khtml-user-select: none;
                /* KHTML内核私有属性 */
                -o-user-select: none;
                /* Opera私有属性 */
                user-select: none;
                /* CSS3属性 */
                /* IOS点击阴影 */
                -webkit-tap-highlight-color: transparent;
                font-family: 微软雅黑;
            }
        </style>
        <style>
            .top {
                width: 100%;
                height: 4.68rem;
                display: block;
                background-image: url("http://img.flqapp.com/resource/s11/top.png");
                background-size: 100% 100%;
            }
 
            .content {
                width: 100%;
                position: relative;
                display: flex;
                justify-content: center;
                padding: 0.3rem 0.08rem;
                box-sizing: border-box;
                padding-bottom: 0;
            }
 
            .content img {
                width: 100%;
            }
 
            .button {
                width: 5.06rem;
                height: 0.9rem;
                position: absolute;
                text-align: center;
                font-weight: bold;
                font-size: 0.34rem;
                color: #ff2b4e;
                background-image: url("http://img.flqapp.com/resource/s11/btn.png");
                background-size: 100% 100%;
                line-height: 0.9rem;
            }
 
            .block {
                width: 7.21rem;
                background: rgba(255, 241, 227, 1);
                border: 0.08rem solid rgba(255, 250, 163, 1);
                border-radius: 0.25rem;
                background: #FF2B4E;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding-bottom: 0.3rem;
            }
 
            .block .time {
                font-weight: 400;
                color: #FFFFFF;
                font-size: 0.26rem;
                text-align: left;
                line-height: 0.4rem;
            }
 
            .stepIcon {
                width: 0.48rem !important;
                height: 0.48rem;
            }
 
            .stepTitle {
                font-size: 0.25rem;
                font-weight: 600;
                margin-left: 0.12rem;
            }
 
            .stepSubTitle {
                font-size: 0.24rem;
                text-align: left;
                padding-left: 0.58rem;
            }
 
            .step {
                text-align: left;
                display: flex;
                align-items: center;
                margin-top: 0.3rem;
            }
 
            .nav {
                position: absolute;
                top: -0.29rem;
                text-align: center;
                left: 0;
                right: 0;
                height: 0.61rem;
                line-height: 0.61rem;
            }
 
            .nav .title {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 10;
                color: #FFFFFF;
                font-size: 0.32rem;
                font-weight: bold;
            }
        </style>
    </head>
    <body>
        <div class="top"> </div>
        <div class="content">
            <div style="height:100%;margin-top: 0.3rem;position: relative;">
                <div class="block">
                    <div class="time" style="margin-top: 0.5rem;">
                        10.21-11.11每日可领取3次超级红包<br> 11月11日凌晨0点-24点全部使用
                    </div>
                    <img src="img/time.png" style="width: 6.2rem;height: 0.88rem;" />
                    <div style="border-radius:0.16rem;background: #FFFFFF;width: 6.2rem;margin-top: 0.5rem;padding: 0.2rem;color: #333333;">
                        <div style="color:#FF2B4E;font-size: 0.3rem;font-weight: bold;">
                            玩法一 领红包购物省钱
                        </div>
 
                        <div class="step">
                            <img src="img/1.png" class="stepIcon" />
                            <span class="stepTitle">每天领红包,直接当钱花</span>
                        </div>
 
                        <div class="stepSubTitle">
                            10.21-11.11期间每天都可抢红包
                        </div>
 
 
                        <div class="step">
                            <img src="img/2.png" class="stepIcon" />
                            <span class="stepTitle">红包金额加倍</span>
                        </div>
 
                        <div class="stepSubTitle">
                            以下日期淘宝发放红包的金额将加倍:<br> 11月21日、10月24日、10月28日、11月1日、11月4日、 11月7日、11月10日、11月11日
                        </div>
 
                        <div class="step">
                            <img src="img/3.png" class="stepIcon" />
                            <span class="stepTitle">21号当天红包最大,一定要记得凌晨0点抢!</span>
                        </div>
 
                        <div class="stepSubTitle">
                            越早抢,红包金额越大<br>早分享,奖金赚的越多
                        </div>
 
                        <div class="button" style="position: relative;margin: 0 auto;margin-top: 0.4rem;" id="hongBao">
                            10.21开始抢红包
                        </div>
 
                        <div style="margin-top: 0.1rem;font-size: 0.24rem;color: #FF2B4E;">
                            (使用红包返利减半,请酌情使用!)
                        </div>
                    </div>
 
 
                    <div style="border-radius:0.16rem;background: #FFFFFF;width: 6.2rem;margin-top: 0.2rem;padding: 0.2rem;color: #333333;">
                        <div style="color:#FF2B4E;font-size: 0.3rem;font-weight: bold;">
                            玩法二 分享红包口令赚钱
                        </div>
 
                        <div style="text-align: left;display: flex;align-items: center;margin-top: 0.3rem;">
                            <img src="img/1.png" class="stepIcon" />
                            <span class="stepTitle">分享红包口令给朋友</span>
                        </div>
 
 
 
 
                        <div class="step">
                            <img src="img/2.png" class="stepIcon" />
                            <span class="stepTitle">朋友领取红包</span>
                        </div>
 
 
                        <div class="step">
                            <img src="img/3.png" class="stepIcon" />
                            <span class="stepTitle">朋友双11下单你获得奖金</span>
                        </div>
 
                        <div style="color: #FF2B4E;margin-top: 0.2rem;">
                            <span style="display: block;font-size: 0.38rem ;">分享越多好友,奖金越多!</span>
                            <span style="display: block;font-size: 0.25rem;margin-top: -0.1rem;">
                                立即复制你的淘口令 狂撒红包赚奖金吧!
                            </span>
                        </div>
 
                        <div class="button" style="position: relative;margin: 0 auto;margin-top: 0.5rem;margin-bottom: 0.2rem;" id="shareHongBao">
                            10.21开始复制红包口令
                        </div>
 
                    </div>
 
 
                </div>
 
                <div class="nav">
                    <img src="img/border-top.png" style="width:5.27rem;" />
                    <div class="title">一、超级红包玩法</div>
                </div>
 
            </div>
 
 
 
        </div>
        <div class="content" style="margin-top: 0.2rem;">
            <div style="height:100%;margin-top: 0.1rem;position: relative;">
                <div class="block">
                    <div class="time" style="margin-top: 0.5rem;">
                        下定金时间:10月21日0点-11月10月22点<br>付尾款时间:11月11日凌晨0点-24点
                    </div>
                    <div style="border-radius:0.16rem;background: #FFFFFF;width: 6.2rem;margin-top: 0.3rem;padding: 0.2rem;color: #333333;">
                        <div style="color:#FF2B4E;font-size: 0.3rem;font-weight: bold;">
                            玩法解析
                        </div>
 
                        <div style="text-align: left;display: flex;align-items: center;margin-top: 0.3rem;">
                            <img src="img/1.png" class="stepIcon" />
                            <span class="stepTitle">付定金锁定库存</span>
                        </div>
 
                        <div class="stepSubTitle">
                            提前下定金,避免当天0点被秒抢光。
                        </div>
 
 
                        <div class="step">
                            <img src="img/2.png" class="stepIcon" />
                            <span class="stepTitle">定金膨胀更省钱</span>
                        </div>
 
                        <div class="stepSubTitle">
                            付定金,定金膨胀尾款直接优惠。
                        </div>
 
                        <div class="step">
                            <img src="img/3.png" class="stepIcon" />
                            <span class="stepTitle">付定金领未来券</span>
                        </div>
 
                        <div class="stepSubTitle">
                            大部分商品付定金可领取未来券,<br>可在该商品支付尾款时使用。
                        </div>
 
 
 
                        <div class="step">
                            <img src="img/4.png" class="stepIcon" />
                            <span class="stepTitle">付定金再送专属红包</span>
                        </div>
 
                        <div class="stepSubTitle">
                            部分产品在支付定金后,<br>可获得该商品的专属红包。
                        </div>
                        <div style="height: 1.4rem;"></div>
                    </div>
 
                </div>
                <div class="nav">
                    <img src="img/border-top.png" style="width:5.27rem;" />
                    <div class="title">二、预售玩法</div>
                </div>
 
            </div>
 
 
 
            <div class="button" style="bottom:0.8rem" id="yuShou">
                10.21进入预售会场
            </div>
        </div>
 
        <div class="content" style="margin-bottom: 1rem;">
            <div style="height:100%;margin-top: 0.3rem;position: relative;">
                <div class="block">
                    <div class="time" style="margin-top: 0.5rem;">
                        创建/添加清单时间:10月21日0点-11月10月24点
                    </div>
                    <div style="border-radius:0.16rem;background: #FFFFFF;width: 6.2rem;margin-top: 0.3rem;padding: 0.2rem;color: #333333;">
                        <div style="color:#FF2B4E;font-size: 0.3rem;font-weight: bold;">
                            玩法解析
                        </div>
 
                        <div style="margin-top: 0.3rem;" class="step">
                            <img src="img/1.png" class="stepIcon" />
                            <span class="stepTitle">添加商品到愿望清单,完成任务可获得专属红包。</span>
                        </div>
 
                        <div class="step">
                            <img src="img/2.png" class="stepIcon" />
                            <span class="stepTitle">11月12日抽5只锦鲤,奖励最高49999元!</span>
                        </div>
 
 
                        <div class="step">
                            <img src="img/3.png" class="stepIcon" />
                            <span class="stepTitle">好友通过你分享的清单创建和添加商品</span>
                        </div>
 
                        <div class="stepSubTitle">
                            在双11前通过你分享的清单下单即可获得收益。
                        </div>
 
                        <div style="height: 1.4rem;"></div>
                    </div>
                </div>
                
                <div class="nav">
                    <img src="img/border-top.png" style="width:5.27rem;" />
                    <div class="title">三、愿望清单玩法</div>
                </div>
 
            </div>
 
 
 
            <div class="button" style="bottom:0.8rem" id="shareOrder">
                10.21创建/添加分享清单
            </div>
        </div>
        <div style="height: 1rem;"></div>
        <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
        <script src="http://img.flqapp.com/resource/app20191021.js"></script>
    </body>
    <script>
        var startTime = 1571587200000;
 
        function getSuperHongBaoToken() {
 
            var uid = yesApp.getUid();
 
            if (uid == null || uid.length == 0 || uid == '0' || uid <= 0) {
                yesApp.login();
                return;
            }
            var params = {
                uid: uid,
                sign: yesApp.getSign(uid + "")
            }
 
            yesApp.toast("正在生成口令");
            $.ajax({
                type: "GET",
                data: params,
                url: "http://api.flqapp.com/fanli/api/apph5/v1/s11/getSuperHongBaoToken",
                dataType: "jsonp",
                async: true,
                success: function(result) {
                    if (result.code == 0) {
                        window.location.href = "yestv://copy#" + result.data;
                        // yesApp.toast("复制口令成功");
                    } else {
                        yesApp.toast(result.msg);
                    }
                },
                complete: function(e) {}
            });
        }
 
        function getYuShouToken() {
            var uid = yesApp.getUid();
            if (uid == null || uid.length == 0 || uid <= 0) {
                yesApp.login();
                return;
            }
            var params = {
                uid: uid,
                sign: yesApp.getSign(uid + "")
            }
 
            yesApp.toast("正在生成口令");
            $.ajax({
                type: "GET",
                data: params,
                url: "http://api.flqapp.com/fanli/api/apph5/v1/s11/getYuShouToken",
                dataType: "jsonp",
                async: true,
                success: function(result) {
                    if (result.code == 0) {
                        window.location.href = "yestv://copy#" + result.data;
                        yesApp.toast("复制口令成功");
                    } else {
                        yesApp.toast(result.msg);
                    }
                },
                complete: function(e) {}
            });
        }
 
        $(function() {
            var timestamp = (new Date()).getTime();
            if (timestamp >= startTime) {
                $("#hongBao").html("抢红包");
                $("#shareHongBao").html("复制红包口令");
                $("#yuShou").html("进入预售会场");
                $("#shareOrder").html("创建/添加分享清单");
            }
 
            $("#hongBao").click(function() {
                var timestamp = (new Date()).getTime();
                if (timestamp < startTime) {
                    return;
                }
                yesApp.jumpBaiChuan(null, 'https://s.click.taobao.com/RltFEyv', null);
            });
            $("#shareHongBao").click(function() {
                if (timestamp < startTime) {
                    return;
                }
                getSuperHongBaoToken();
            });
            $("#yuShou").click(function() {
                if (timestamp < startTime) {
                    return;
                }
                yesApp.jumpBaiChuan(null, 'https://s.click.taobao.com/RltFEyv', null);
            });
            $("#shareOrder").click(function() {
                if (timestamp < startTime) {
                    return;
                }
                yesApp.jumpBaiChuan(null,
                    'https://mos.m.taobao.com/taokeapp/wishes/square.html?spm=a211oj.13506661%2FN.3466752400.1&ali_trackid=2%3Amm_124933865_56750082_89555600043%3A1571621774_125_1642044166',
                    null);
            });
 
 
        });
    </script>
</html>