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

libai / fireflyReg

  • 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
  • fireflyReg
  • indexFirefire.html
Find file
Normal viewHistoryPermalink
indexFirefire.html 4.4 KB
Newer Older
libai's avatar
测试
8e24e39a
 
libai committed a year 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 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
<!DOCTYPE html>
<html>

<head lang="en">
    <meta charset="UTF-8">
    <title>fierfire官網</title>

    <meta charset="UTF-8">
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="keywords" content="foot fetish,foot worship,foot tickle,Foot Seen,Video streaming">
    <meta name="description" content="">
    <meta content="telephone=no" name="format-detection">
    <meta name="wap-font-scale" content="no">
    <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">
    <script src="https://www.footseen.com/js/fsize.js"></script>
    <link rel="stylesheet" href="https://www.footseen.com/css/base2.css">
    <style>
        .main {
            width: 10rem;
            height: 100vh;
            margin: 0 auto;
            position: relative;
            background: url(./img/fire/bg.png) no-repeat;
            background-size: cover;
        }

        .mainIcon {
            width: 5.72rem;
            height: 5.347rem;
            position: absolute;
            top: 2.4rem;
            left: 50%;
            transform: translateX(-50%);
        }

        .downloadBtn {
            width: 7.52rem;
            height: 1.28rem;
            line-height: 1.28rem;
            color: #111;
            font-weight: bold;
            text-align: center;
            font-size: 0.4rem;
            background: linear-gradient(90deg, #5fe2ff, #3098ee);
            border-radius: 0.4rem;
            position: absolute;
            top: 12.84rem;
            left: 1.28rem;
        }

        .contact{
            width: 7.52rem;
            height: 1.28rem;
            line-height: 1.28rem;
            color: #fff;
            text-align: center;
            font-size: 0.4rem;
            border-radius: 0.4rem;
            position: absolute;
            top: 12.84rem;
            left: 1.28rem;
            display: none;
        }


        .pageFoot{
            box-sizing: border-box;
            padding: 0 10vw;
            position: absolute;
            bottom: 1.4rem;
            left: 0;
        }
        
        .companyInfo{
            float: left;
            width: 100%;
            z-index: 1;
            width: 100%;
            text-align: center;
            color: #fff;
            opacity: 0.8;
            font-size: 0.28rem;
        }

        .showHome {
            width: 50%;
            float: left;
            line-height: 0.8rem;
            color: #fff;
            opacity: 0.8;
            text-align: center;
            font-size: 0.32rem;
            text-decoration: underline;

            z-index: 2;
            
        }

        .showSupport {
            width: 50%;
            float: left;
            line-height: 0.8rem;
            color: #fff;
            opacity: 0.8;
            text-align: center;
            font-size: 0.32rem;
            text-decoration: underline;
            z-index: 2;
        }
    </style>
</head>

<body>
    <div class="main">
        <img src="./img/fire/icon.png" class="mainIcon">
        <div class="downloadBtn">Download</div>
        <p class="contact">Contact us: kuke@firefly.live</p>
        <div class="pageFoot">
            <div class="showHome">Home</div>
            <div class="showSupport">Support</div>
            <div class="companyInfo">@copyright FIREFLY LIVE PTE LIMITED</div>
        </div>
    </div>
    <script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>

    <script>

        // /(pad|pod|iPad|iPod|ios)/i.test(navigator.userAgent)&&(head=document.getElementsByTagName('head'),viewport=document.createElement('meta'),viewport.name='viewport',viewport.content='target-densitydpi=device-dpi,width=480px,user-scalable=no',head.length>0&&head[head.length-1].appendChild(viewport))

        $('.downloadBtn').on('click', function () {
            window.location.href = 'https://apps.apple.com/hk/app/id1632598421';
        })

        $('.showHome').on('click', function () {
            $('.downloadBtn').show();
            $('.contact').hide();

        })

        $('.showSupport').on('click', function () {
            $('.downloadBtn').hide();
            $('.contact').show();

        })

    </script>
</body>

</html>