前端样式完成

master
Lee-1203 2022-05-12 15:06:39 +08:00
parent b44307003a
commit d4b2135dd2
1 changed files with 0 additions and 13 deletions

View File

@ -63,19 +63,6 @@ jQuery(function($){
$('.top-right .open-more').toggle();
});
// 登录
if($('.login-btn').length > 0){
$('.login-btn').click(function() {
openTips('登录成功,立即跳转到首页',1000,'','left');
})
}
// 注册
if($('.register-btn').length > 0){
$('.register-btn').click(function() {
openTips('注册成功,立即跳转到登录页',1000,'警告','center');
})
}
// 手机导航按钮
$('.head .head-btn').click(function() {
if ($('.head .head-btn').attr('class') == 'head-btn cur') {