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
  • liveData
  • tips.html
Find file
Normal viewHistoryPermalink
tips.html 2.58 KB
Newer Older
libai's avatar
ft活动上线
0c9f6783
 
libai committed a year ago
1 2 3 4
<!DOCTYPE html>
<html lang="en">

<head>
agan's avatar
fusi7590
708b9e2e
 
agan committed 10 months ago
5 6
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
libai's avatar
ft活动上线
0c9f6783
 
libai committed a year ago
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
    <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=2023080702">
    <link rel="stylesheet" href="css/liMarquee.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;
        }
    </style>
</head>
agan's avatar
fusi7590
708b9e2e
 
agan committed 10 months ago
33

libai's avatar
ft活动上线
0c9f6783
 
libai committed a year ago
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
<body style="background:rgba(0,0,0,0)">
    <div style="height: 2.6rem;"></div>
    <div class="room-tips">
        <div class="tips-btn"></div>
    </div>
    <div class="room-tips2">
        <div class="tips-btn"></div>
    </div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/circleChart.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
<script src="lib/default.js?v='2023031701'"></script>

<script>
agan's avatar
fusi7590
708b9e2e
 
agan committed 10 months ago
49 50 51 52 53 54 55
    $(function () {
        if (sessionStorage.version >= 7590) {
            $(".room-tips,.room-tips2").addClass('highVer');
        }
        if (sessionStorage.lang == 8) {
            $(".room-tips").addClass("room-tips-es")
            $(".room-tips2").addClass("room-tips2-es")
libai's avatar
ft活动上线
0c9f6783
 
libai committed a year ago
56
        }
agan's avatar
fusi7590
708b9e2e
 
agan committed 10 months ago
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
        else if (sessionStorage.lang == 10) {
            $(".room-tips").addClass("room-tips-tv")
            $(".room-tips2").addClass("room-tips2-tv")
        }
        else if (sessionStorage.lang != 2) {
            $(".room-tips").addClass("room-tips-en")
            $(".room-tips2").addClass("room-tips2-en")
        }
        $(".room-tips .tips-btn").unbind("click").on("click", function () {
            $(".room-tips").hide()
            $(".room-tips2").fadeIn(250)
        })
        $(".room-tips2 .tips-btn").unbind("click").on("click", function () {
            var obj = {
                "cid": 14,
                "reqCode": new Date().getTime(),
            }
            var obj2 = JSON.stringify(obj);
            appCollaboration(obj2);
        })
libai's avatar
ft活动上线
0c9f6783
 
libai committed a year ago
77 78
    })
</script>
agan's avatar
fusi7590
708b9e2e
 
agan committed 10 months ago
79

libai's avatar
ft活动上线
0c9f6783
 
libai committed a year ago
80
</html>