修改活动结束展示形式-邀请活动
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
@@ -1055,3 +1055,15 @@ body {
|
||||
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%);
|
||||
}
|
@@ -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>
|
@@ -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)
|
||||
})
|
||||
|
Reference in New Issue
Block a user