登录注册页面修改
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user