Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / fsActive

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • fsActive
  • activeFt
  • lucky777
  • pop.html
Find file
Normal viewHistoryPermalink
pop.html 3.29 KB
Newer Older
libai's avatar
ft活动上线
ca3b718f
 
libai committed 8 months ago
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
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta content="telephone=no" name="format-detection">
    <meta name="wap-font-scale" content="no">
    <title>她の秘密後花園</title>
    <script src="lib/fsize.js"></script>
    <link rel="stylesheet" href="css/base.css">
    <link rel="stylesheet" href="css/layer.css">
    <link rel="stylesheet" href="css/daily.css">
    <link rel="stylesheet" href="css/index.css?v=2024051701">
    <link rel="stylesheet" href="css/liMarquee.css">
    <link rel="stylesheet" href="css/swiper.min.css">
    <style>
        .layui-layer-shade {
            opacity: 0.7 !important;
        }
        .yourclass5 {
            border-radius: 0rem !important;
            background: rgba(0, 0, 0, 0) !important;
        }
        .yourclass5 .layui-layer-content {
            border-radius: 0rem !important;
        }
        .turn-box{
            margin-top: -1.5rem;
        }
    </style>
</head>
<script src="lib/lottie-player.js"></script>

<body style="background:rgba(0,0,0,0.5);">
libai's avatar
ft活动上线
4a56f001
 
libai committed 8 months ago
38 39
    <div style="margin-top: 0;" class="pop">
        <div class="pop-btn"></div>
libai's avatar
ft活动上线
ca3b718f
 
libai committed 8 months ago
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
    </div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
<script src="lib/default.js?v='2024061702'"></script>
<script src="lib/clipboard.js"></script>
<script src="lib/swiper.min.js"></script>
<script>
$(function(){
    if(sessionStorage.lang!=2){
        $("body").addClass("bg-en")
    }
    $(".one-gift-send").on("click",function(){
        buy(2)
    })

libai's avatar
ft活动上线
4a56f001
 
libai committed 8 months ago
56
    $(".pop-btn").on("click",function(){
libai's avatar
ft活动上线
0bfa1bbc
 
libai committed 8 months ago
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
        var bbb = location.href;
        if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
            $.ajax({
                url:$ip+'/actSecretGarden/openPopup.html',
                data:{
                    width:'0',
                    popupUrl: "https://activity.yazhaiyabo.com/active2020/superDew/index.html"+location.search+""+"&roomid=868812",
                    height:'0.5',
                    heightR:'102',
                    x:'0',
                    y:'0.5',
                },
                success:function(){
                
                }
            })
        }else{
            $.ajax({
                url:$ip+'/actSecretGarden/openPopup.html',
                data:{
                    width:'0',
                    popupUrl: "http://test.ybact.yazhaiyabo.com/active2020/superDew/index.html"+location.search+""+"&roomid=999996",
                    height:'0.5',
                    heightR:'102',
                    x:'0',
                    y:'0.5',
                },
                success:function(){

                }
            })
        }
libai's avatar
ft活动上线
4a56f001
 
libai committed 8 months ago
89 90


libai's avatar
ft活动上线
ca3b718f
 
libai committed 8 months ago
91
        var obj = {
libai's avatar
ft活动上线
4a56f001
 
libai committed 8 months ago
92
            "cid": 14,
libai's avatar
ft活动上线
ca3b718f
 
libai committed 8 months ago
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
            "reqCode": new Date().getTime(),
        }
        var obj2 = JSON.stringify(obj);
        appCollaboration(obj2);
    })
    $(".close").on("click",function(){
        var obj = {
            "cid": 14,
            "reqCode": new Date().getTime(),
        }
        var obj2 = JSON.stringify(obj);
        appCollaboration(obj2);
    })
})
</script>
</html>