首页活动

This commit is contained in:
“wanyongkang”
2021-01-15 19:34:58 +08:00
parent 84de631b48
commit 20e8195812
2 changed files with 47 additions and 0 deletions

View File

@@ -167,6 +167,27 @@
})
</script>
<style>
.notice {
position: fixed;
width: 500px;
height: auto;
left: 50%;
top: 39%;
margin-left: -200px;
margin-top: -160px;
z-index: 3;
background: #fff;
border-radius: 10px;
box-shadow: 0px 6px 8px 6px #ccc;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 30px;
z-index: 10000000;
}
</style>
</head>
<body id="top">
<!-- register -->
@@ -650,6 +671,27 @@
</div>
</div>
<div class="notice">
<a style="margin-left: 98%;margin-bottom: 5%;cursor:pointer;" onclick="know()">X</a>
<div style="font-size: 15px;">
<h3 style="margin-top: 0px;">聚IP重要通知</h3>
<p>1请勿相信外界谣言聚IP始终保持诚信经营对用户负责到底更不会出现跑路的情况</p>
<p>212月10日-12月25日期间因为一些不可抗拒因素协助网安部门调查违法诈骗客户公司无人工客服在线给您造成不便敬请谅解为表达歉意因此公司特推出有史以来最大的折扣和赠送力度</p>
<p>3并保证最低价买贵双倍退差价。同时聚IP将继续为您提供优质的服务</p>
<p>4无人工值守期间极客IP大约一周无法使用其他产品都运行正常使用极客IP的客户可联系客服补时间。若因无人工客服给您造成影响可联系客服说明情况我们将根据情况给您适当的补偿</p>
<p>5无人工值守期间自助开通续费均为正常仅个别账号开通失败我们将在1月20日之前把余额退还至您的账户请后续使用或提现</p>
</div>
<p >
<a style="margin-left: 50%;cursor:pointer;float:left;" href="http://www.juip.com/product/index" type="button" class="btn btn-primary" >查看活动</a>
<a style="margin-left: 150%;margin-top: -20%;cursor:pointer;float:left;" href="https://admin.qidian.qq.com/template/blue/mp/menu/qr-code-jump.html?linkType=0&env=ol&kfuin=2852138148&fid=299&key=f377ec024ca45115a03a7632c7bda230&cate=1&source=&isLBS=&isCustomEntry=&type=16&ftype=1&_type=wpa&qidian=true&_pid=l1gunh.657dox.kjy6xnny" type="button" class="btn btn-danger quxiao" >联系客服</a>
</p>
</div>
<script>
var swiper = new Swiper('.swiper-container', {
slidesPerView: 6,
@@ -668,6 +710,9 @@
});
</script>
<script>
function know() {
$('.notice').hide();
}
function login() {
var name = $("#rLogin_Name").val()
var pwd = $("#rLogin_Pwd").val()