修改活动结束展示形式-邀请活动

This commit is contained in:
dragon
2024-06-08 18:20:46 +08:00
parent 0199291ed9
commit 8e5047b6d1
4 changed files with 30 additions and 5 deletions

View File

@@ -1029,3 +1029,16 @@ body {
.arabic .bg .rule .rule2 .table1_3_div {
font-size: 0.13333rem;
}
.toatstsEnd {
padding: 0.26667rem 0.4rem;
text-align: center;
color: #fff;
font-size: 0.32rem;
position: fixed;
z-index: 99999;
background: rgba(0, 0, 0, 0.8);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

View File

@@ -1054,4 +1054,16 @@ body {
.bg .rule .rule2 .table1_3_div{
font-size: px2rem(10);
}
}
.toatstsEnd{
padding: px2rem(20) px2rem(30);
text-align: center;
color: #fff;
font-size: px2rem(24);
position: fixed;
z-index: 99999;
background: rgba(0,0,0,.8);
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}

View File

@@ -8,7 +8,7 @@
<title id="title"></title>
<!-- 邀請得金幣 -->
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/index.css?v=1.0">
<link rel="stylesheet" href="./css/index.css?v=1.1">
</head>
<body id="body" style="display: none;">
@@ -212,6 +212,7 @@
<li>2.本活動最終解釋權歸官方所有並與Apple inc/Google公司無關</li> -->
</ul>
</div>
<div class="toatstsEnd"></div>
</body>
</script>
@@ -226,5 +227,5 @@
<script src="./local/en.js?v=1.1"></script>
<script src="./local/zh.js?v=1.1"></script>
<script src="./local/ar.js?v=1.1"></script>
<script src="./js/index.js?v=1.1"></script>
<script src="./js/index.js?v=1.2"></script>
<script src="../../common/local/langHandler.js"></script>

View File

@@ -58,7 +58,7 @@ $(function () {
langReplace = window.lang.replace;
localLang = window.lang;
text = langReplace(localLang.demoModule.text35)
translateFun();
// getConfig();
getMySelf();
@@ -67,8 +67,7 @@ $(function () {
$('#body').show();
}, 300)
if (getQueryString().lang == "en" || getQueryString().lang == "ar") {
hideLoading(layerIndex)
toastMsg(langReplace(localLang.demoModule.endTimes));
$('.toatstsEnd').text(langReplace(localLang.demoModule.endTimes))
}
}, 300)
})