index.html 1.17 KB
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="yes" name="apple-touch-fullscreen">
    <meta content="telephone=no" name="format-detection">
    <meta content="black" name="apple-mobile-web-app-status-bar-style">
    <title>签到规则</title>
    <style>
        html, body, p {
            margin: 0;
            padding: 0;
        }

        body {
            padding: 0.6rem;
            font-family: helvetica,Arial,"黑体";
        }

        p {
        font-size: 0.9rem;
            color: #414141;
            margin-bottom: 0.4rem;
        }
    </style>
</head>
<body>
    <p>
    1、签到可以获得有货币奖励哟,有货币可以在有货购买商品时折算相应的支付金额呢
    </p>
    <p>
    2、连续的签到7天会获得更多惊喜,一定要坚持哦
    </p>
    <p>
    3、对于使用作弊、攻击系统等手段参与签到活动的,有货君有权取消其活动资格并追回相应奖励
    </p>
</body>
</html>