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

libai / web.yazhai.co

  • 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
  • web.yazhai.co
  • eleven
  • rule.html
Find file
BlameHistoryPermalink
  • libai's avatar
    测试 · e0202eb0
    libai committed 4 years ago
    e0202eb0
rule.html 1.29 KB
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
<!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>
    <link rel="stylesheet" href="css/base.css">
    <link rel="stylesheet" href="css/layer.css">
    <link rel="stylesheet" href="css/index.css?231323">
    <script src="lib/fsize.js"></script>

</head>
<body>
<div class="rule-bg">
    <a href="javascript:history.back(-1);"><img class="back" src="images/back.png" alt=""></a>
    <div class="rule-btn-box">
        <div></div>
        <div></div>
    </div>
</div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/default.js?v=23123"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
<script>
$(function () {
    $(".rule-btn-box div").eq(0).on("click", function () {
        $(".rule-bg").removeClass("rule-bg2")
    })
    $(".rule-btn-box div").eq(1).on("click", function () {
        $(".rule-bg").addClass("rule-bg2")
    })
})
</script>
</html>