This commit is contained in:
“wanyongkang”
2021-09-13 14:36:59 +08:00
parent 242ad26132
commit 6fdd9204fb
4 changed files with 17 additions and 5 deletions

View File

@@ -290,6 +290,8 @@
<div style="font-size: 15px;">
<h3 style="margin-top: 0px;margin-bottom: 10px;display:inline;color:red;background-color:#FFFF00;">公告</h3><a style="cursor:pointer;display:inline;float:right;" onclick="know()">X</a>
<h4 style="margin-top: 10px;">聚IP年中聚惠</h4>
<p style="color:red;">官网已恢复正常!可正常续费购买!<br>
6日14时至7日10时因系统故障导致官网无法正常访问现已恢复给您带来不便敬请谅解</p>
<p>1.动态IP一毛钱一天每用户限一次。</p>
<p>2.新上蘑菇IP天卡买一送一周卡送3天月卡送10天多买多送</p>
<p>3.极客IP西瓜IP双月卡送一个月。</p>
@@ -347,9 +349,9 @@
});
$('.notice').hide();
self.setTimeout(function(){
@* self.setTimeout(function(){ *@
$('.notice').show();
},3000)
@* },3000) *@
function know() {
$('.notice').hide();
}