多语言展示
当前在线:460今日阅读:60今日分享:41

jQuery点击弹出登录注册表单代码

jQuery点击弹出登录注册表单代码
工具/原料

adobe dreamweaver

方法/步骤
1

新建html文档。

2

书写hmtl代码。

登陆注册
会员登录  还没有账号  立即注册
手机号/账号登陆

记住密码     忘记密码
使用第三方直接登陆

3

书写css代码。* { margin: 0 auto; }#_start { height: 0px; width: 0px; background: #D6E9C6; color: white; text-align: center; line-height: 40px; }#_close { float: right; height: 0px; width: 0px; background: none; color: white; border-left: 1px solid white; border-bottom: 1px solid white; text-align: center; line-height: 40px; cursor: pointer; }#login_container, #regist_container { width: 360px; text-align: center; display: none; margin-top: 30px; }#lab1 { width: 330px; border-bottom: 1px solid #000000; text-align: left; font-family: '微软雅黑'; }#lab_login { font-size: 30px; height: 40px; color: #000000; }#lab_toRegist, #lab_toLogin { font-size: 15px; line-height: 55px; float: right; color: #000000; }#lab_type1, #lab_type2 { font-size: 16px; float: left; color: #8C8C8C; }#login_number, #login_password { height: 50px; border-radius: 0; margin-top: 10px; }/* 注册表单 开始 */#regist_account, #regist_password1, #regist_password2, #regist_phone, #regist_vcode { height: 42px; border-radius: 0; margin-top: 5px; }#regist_vcode { width: 200px; display: inline-block; float: left; }/* 注册表单 结束 *//*获取验证码*/#getVCode { width: 125px; height: 40px; border-radius: 0; margin-top: 6px; float: right; }/*登陆按钮*/#login_btn { float: left; width: 100px; height: 40px; border-radius: 0; margin-top: 20px; }/*注册按钮*/#regist_btn { width: 330px; height: 40px; border-radius: 0; margin-top: 20px; }/*记住密码,找回密码*/#rememberOrfindPwd { display: inline-block; height: 40px; line-height: 70px; margin-top: 15px; float: right; }/*QQ登陆样式*/#login_QQ { width: 150px; height: 40px; float: left; border-radius: 0; }/*微博登陆样式*/#login_WB { width: 150px; height: 40px; float: right; border-radius: 0; }/*登陆表单容器*/#form_container1 { width: 330px; height: 240px; border-bottom: 1px solid #FFFFFF; }/*注册表单容器*/#form_container2 { width: 330px; height: 300px; border-bottom: 1px solid #FFFFFF; }

4

书写并添加js代码。

6

查看效果。

推荐信息