登录注册页面修改

This commit is contained in:
“wanyongkang”
2023-07-20 14:54:36 +08:00
parent e9731d700b
commit 03056ebe33
7 changed files with 48 additions and 23 deletions

View File

@@ -66,13 +66,13 @@
});
$(".login").click(function () {
$(".mask").show();
$(".main").show();
$(".mask").show();
$(".main").addClass("animated bounceInDown");
});
$(".reg").click(function () {
$(".mask").show();
$(".main_reg").show();
$(".mask").show();
$(".main_reg").addClass("animated bounceInDown");
});
@@ -83,7 +83,7 @@
setTimeout(function () {
$(".main").removeClass("animated bounceOutDown");
$(".main").hide();
}, 1000)
}, 100)
});
$(".regClose").click(function () {
$(".main_reg").addClass("animated bounceOutDown");
@@ -92,7 +92,7 @@
setTimeout(function () {
$(".main_reg").removeClass("animated bounceOutDown");
$(".main_reg").hide();
}, 1000)
}, 100)
});
// 新闻选项卡
$("#myTab a").click(function (e) {
@@ -312,7 +312,7 @@
<p class="tixing">*手机号不是IP账号请登录后开通IP账号*</p>
<p class="denglu"><button type="button" class="btn btn-reset">重置</button></p>
<p class="zhiyin grayText">已有账号?<a href="#" class="loginLink">立即登录</a></p>
<p class="zhiyin grayText">已有账号?<a href="/User/WebLogin" class="loginLink">立即登录</a></p>
</div>