CINXE.COM

用户注册_共产党员网

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="共产党员网,12371,党员教育,共产党员,党员,干部,群众,用户中心,注册,登录" /> <meta name="description" content="共产党员网由中组部党员教育中心联合央视网共同主办,是面向广大党员、干部、群众的网络学习平台,域名为www.12371.cn。" /> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <title>用户注册_共产党员网</title> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <SCRIPT LANGUAGE="JavaScript" src="//www.12371.cn/yonghustyle/style/js/registSkip.js"></SCRIPT> <link href="//www.12371.cn/yonghustyle/responsestyle/css/style.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="//www.12371.cn/yonghustyle/style/colorBox/colorbox.css" /> <script type="text/javascript" src="//r.img.cctvpic.com/photoAlbum/templet/js/jquery-1.7.2.min.js"></script> <SCRIPT LANGUAGE="JavaScript" src="//www.12371.cn/yonghustyle/style/js/jquery.colorbox-min.js"></SCRIPT> <link href="//www.12371.cn/yonghustyle/style/UserPass/style/base.css" rel="stylesheet" type="text/css" /> <link href="//www.12371.cn/yonghustyle/style/UserPass/style/new_style.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="//www.12371.cn/yonghustyle/style/UserPass/style/script/index.js"></script> <script type="text/javascript" src="//www.12371.cn/yonghustyle/responsestyle/js/jquery.placeholder.min.js"></script> <script language="JavaScript" type="text/javascript" src="//www.12371.cn/yonghustyle/web/js/setBase.js"></script> <script type="text/javascript"> $(function(){ $('input, textarea').placeholder(); }); </script> <script type="text/javascript" src="//www.cctv.com/special/09/time_weather/weatherJs/weather.js" charset="gbk"></script> <script src="//www.12371.cn/include/general/1214/top_wea/top.js" type="text/javascript"></script> <style> label.error { position:absolute; color:red; font-weight:bold; right:120px; height:20px; line-height:30px; } label.show_info{ font-size:12px; margin-left:10px; } @media only screen and (min-width: 240px) and (max-width: 768px){ #mobilecode2{ background-size:100% 100% !important; } #myform2>.center>span:nth-child(5){ display:block } #code2{ border:1px solid #d6d6d6 !important; border-top:0px solid #d6d6d6 !important; background-size:104% 105% !important; } } </style> <script type="text/javascript"> var deviceWidth = document.documentElement.clientWidth; if(deviceWidth>750){ document.documentElement.style.fontSize=750/7.50+"px"; }else{ document.documentElement.style.fontSize=deviceWidth/7.50+"px"; } $(function(){ window.addEventListener("onorientationchange" in window ? "orientationchange" : "resize", function () { setTimeout(orientNotice, 200); }); }); </script> <script type="text/javascript"> var obj = document.getElementsByTagName("div");//先得到所有的div标记 for(var i=0;i<obj.length;i++){ if(obj[i].className == 'right_1'){ obj[i].style.display = "none"; } } </script> </head> <body onload="retun()"> <!--移动端注册--> <div id="yd_login"> <div class="banner"></div> <div class="login"> <div class="top"> <a href="javascript:;" class="active mr">注册</a> <a href="../login/login.jsp">登录</a> </div> <form action="../regist" method="post" autocomplete="off" id="myform2"> <div class="center" style="display: block;"> <input type="text" placeholder="手机号码" maxlength="11" class="phone" name="mobile2" id="mobile2" onfocus="onfocus1()"/> <div class="code"> <input type="text" placeholder="验证码" name="loginCode2" maxlength="4" id="loginCode2" style="color:#000;"/> <span><a href="javascript:changeCode2()"><img src="../loginAECode" id="img2"/></a></span> </div> <input type="text" placeholder="短信验证码" style="width:4rem;background-size: 5rem 0.71rem;" maxlength="6" name="mobilecode2" id="mobilecode2" onfocus="onfocus1()"/> <input type="button" id="code2" value='获取短信验证码' placeholder="获取短信验证码" style="width: 2.5rem;color:#000; margin-top: 0.2rem;height: .71rem; margin: 0rem 0.3rem 0 0; float: right;" onclick="getMobileCode2()"/> <input type="password" placeholder="密码 " style="margin-bottom:.2rem" class="password" name="password2" id="password2" onfocus="onfocus1()"/> <span> <em class="pass_d01" style="color:#ccc;">8-16位字符,区分大小写</em></span> <input type="password" style="margin-top:0.2rem" placeholder="确认密码" class="password" name="password2_1" id="password2_1" onfocus="onfocus1()"/> <p id="yd_fourse"></p> <input type="button" value="注册" id="register" onclick="check2()"/> <span class="bottom">点击注册按钮,即代表你同意<a href="zhucexuzhi.jsp?a=regist.jsp">《共产党员网用户须知》</a></span> </div> </form> </div> </div> <script type="text/javascript"> var myreg = /^(((13[0-9]{1})|(14[0-9]{1})|(15[0-9]{1})|(16[0-9]{1})|(17[0-9]{1})|(18[0-9]{1})|(19[0-9]{1})|(12[0-9]{1}))\d{8})$/; var yzmRegex = /^[a-zA-Z0-9]{4}$/; var sjyzmRegex = /^\d{6}$/; var retunMobile = null; var retunPassword = null; function isBlank(content){ return content==null||content==""; } function retun(){ if(retunMobile!=null){ $("#mobile").val(retunMobile); $("#mobile2").val(retunMobile); } if(retunPassword!=null){ $("#password").val(retunPassword); $("#password_1").val(retunPassword); $("#password2").val(retunPassword); $("#password2_1").val(retunPassword); } } //焦点事件 function onfocus1(){ $("#yd_fourse").html(""); document.getElementById("yd_fourse").style.display='none'; } //检查手机号长度 function ismobile(){ var mobile = $("#mobile").val(); if(mobile.length<11){ $("#mobileShow").css('color','red'); $("#mobileShow").html("请输入有效的手机号"); return; } $("#mobileShow").html(""); } //检查手机号长度 function ismobilecode(){ var mobilecode = $("#mobilecode").val(); if(mobilecode=="" || mobilecode=="null"){ $("#mobilecodeShow").css('color','red'); $("#mobilecodeShow").html("请输入手机验证码"); return; } $("#mobilecodeShow").html(""); } //检查密码 function checkPassword(){ var password = $("#password").val(); var p1 = /[0-9]/; var p2 = /[a-z]/i; if(password.length<8){ $("#passwordShow").css('color','red'); $("#passwordShow").html("密码长度大于8"); return; } if(password.length>16){ $("#passwordShow").css('color','red'); $("#passwordShow").html("密码长度小于16"); return; } if(password.indexOf(" ")!=-1){ $("#passwordShow").css('color','red'); $("#passwordShow").html("密码不能包含空格"); return; } if(!p1.test(password)){ $("#passwordShow").css('color','red'); $("#passwordShow").html("密码必须包含数字"); return; } if(!p2.test(password)){ $("#passwordShow").css('color','red'); $("#passwordShow").html("密码必须包含字母"); return; } $("#passwordShow").html(""); } //检查密码确认 function checkPassword1(){ var password = $("#password").val(); var password1 = $("#password_1").val(); if(password!=password1){ $("#password1Show").css('color','red'); $("#password1Show").html("两次密码不一致"); return; } $("#password1Show").html(""); } let oldVerificationCode3 = ''; //提交 function check(){ var mobile = $("#mobile").val(); var mobilecode = $("#mobilecode").val(); var loginCode = $("#loginCode").val(); var password = $("#password").val(); var password_1 = $("#password_1").val(); if(mobile=="" || mobile=="null"){ $("#mobileShow").css('color','red'); $("#mobileShow").html("请输入手机号!"); return; } if(!myreg.test(mobile)){ $("#mobileShow").css('color','red'); $("#mobileShow").html("请输入有效的手机号码!"); return; } if(loginCode=="" || loginCode=="null"){ $("#mobileShow").css('color','red'); $("#mobileShow").html("请输入验证码!"); return; } if(!yzmRegex.test(loginCode)) { $("#mobileShow").css('color','red'); $("#mobileShow").html("请输入有效的验证码!"); return; } if(mobilecode=="" || mobilecode=="null"){ $("#mobilecodeShow").css('color','red'); $("#mobilecodeShow").html("请输入短信验证码"); return; } if(!sjyzmRegex.test(mobilecode)) { $("#mobilecodeShow").css('color','red'); $("#mobilecodeShow").html("请输入有效的短信验证码!"); return; } checkPassword(); if($("#mobileShow").html()!=""||$("#mobilecodeShow").html()!=""||$("#passwordShow").html()!=""){ alert("验证未通过!"); return; } if($("#choice").attr("checked")==false){ alert("请看注册用户须知"); return; } const isVerificationCodeEqual = oldVerificationCode3 === mobilecode if (isVerificationCodeEqual) return oldVerificationCode3 = mobilecode; $("#mobile").val(encodeURI(mobile)); $("#mobilecode").val(encodeURI(mobilecode)); $("#password").val(encode64(password)); $("#password_1").val(encode64(password_1)); $('#myform').submit(); } //YD提交 let oldVerificationCode4 = ''; function check2(){ var error = $("#yd_fourse").html(); if(error=="注册失败" || error=="验证码错误,请刷新后重新输入" || error=="注册信息正在处理中,请稍后" || error=="很抱歉,手机号绑定信息存在,请更换" || error=="很抱歉,每日激活邮件只可发送5封" || error=="重发激活邮件间隔为1分钟,不要频繁发送邮件"){ $("#yd_fourse").html(""); document.getElementById("yd_fourse").style.display='none'; } var mobile = $("#mobile2").val(); if(mobile=="" || mobile=="null"){ $("#yd_fourse").html("请输入手机号"); document.getElementById("yd_fourse").style.display='block'; return; } if(mobile.length<11 || !myreg.test(mobile)){ $("#yd_fourse").html("请输入有效的手机号"); document.getElementById("yd_fourse").style.display='block'; return; } var loginCode = $("#loginCode2").val(); if(loginCode=="" || loginCode=="null"){ $("#yd_fourse").html("请输入验证码"); document.getElementById("yd_fourse").style.display='block'; return; } if(!yzmRegex.test(loginCode)){ $("#yd_fourse").html("请输入有效的验证码"); document.getElementById("yd_fourse").style.display='block'; return; } var mobilecode2 = $("#mobilecode2").val(); if(mobilecode2=="" || mobilecode2=="null"){ $("#yd_fourse").html("短信验证码不能为空"); document.getElementById("yd_fourse").style.display='block'; return; } if(!sjyzmRegex.test(mobilecode2)){ $("#yd_fourse").html("请输入有效的短信验证码"); document.getElementById("yd_fourse").style.display='block'; return; } var password = $("#password2").val(); if(password.length<8){ $("#yd_fourse").html("密码长度大于8"); document.getElementById("yd_fourse").style.display='block'; return; } if(password.length>16){ $("#yd_fourse").html("密码长度小于16"); document.getElementById("yd_fourse").style.display='block'; return; } var p1 = /[0-9]/; var p2 = /[a-z]/i; if(password.indexOf(" ")!=-1){ $("#yd_fourse").html("密码不能包含空格"); document.getElementById("yd_fourse").style.display='block'; return; } if(!p1.test(password)){ $("#yd_fourse").html("密码必须包含数字"); document.getElementById("yd_fourse").style.display='block'; return; } if(!p2.test(password)){ $("#yd_fourse").html("密码必须包含字母"); document.getElementById("yd_fourse").style.display='block'; return; } error = $("#yd_fourse").html(); $("#password2").val(encode64(password)); if(isBlank(error)){ const isVerificationCodeEqual = oldVerificationCode4 === mobilecode2 if (isVerificationCodeEqual) return oldVerificationCode4 = mobilecode2; $('#myform2').submit(); }else{ document.getElementById("yd_fourse").style.display='block'; return; } } function encode64(input) { var output = ""; var chr1, chr2, chr3 = ""; var enc1, enc2, enc3, enc4 = ""; var i = 0; do { chr1 = input.charCodeAt(i++); chr2 = input.charCodeAt(i++); chr3 = input.charCodeAt(i++); enc1 = chr1 >> 2; enc2 = ((chr1 & 3) << 4) | (chr2 >> 4); enc3 = ((chr2 & 15) << 2) | (chr3 >> 6); enc4 = chr3 & 63; if (isNaN(chr2)) { enc3 = enc4 = 64; } else if (isNaN(chr3)) { enc4 = 64; } output = output + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='.charAt(enc1) + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='.charAt(enc2) + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='.charAt(enc3) + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='.charAt(enc4); chr1 = chr2 = chr3 = ""; enc1 = enc2 = enc3 = enc4 = ""; } while (i < input.length); return output; } let oldVerificationCode22 = ''; function getMobileCode(){ // var url = backurl+'/security/getMobileCode'; // var url = backurl+'/security/getABMobileCode'; var url = backurl+'/security/getAEMobileCode'; var mobile = $("#mobile").val(); //读秒操作 var validCode=true; var type = "regist"; var code = $("#code"); var loginCode = $("#loginCode").val(); code.attr('disabled','true'); if(mobile ==null || mobile ==""){ mobile = $("#mobile2").val(); } if(mobile ==null || mobile ==""){ alert('请输入手机号'); code.removeAttr("disabled"); validCode=false; return false; }else if(loginCode ==null || loginCode ==""){ alert('请输入验证码'); code.removeAttr("disabled"); validCode=false; return false; }else if(loginCode.length != 4){ alert('验证码错误'); code.removeAttr("disabled"); validCode=false; changeCode(); return false; }else if(!myreg.test(mobile)){ alert('请输入有效的手机号'); code.removeAttr("disabled"); validCode=false; return false; }else if(!yzmRegex.test(loginCode)){ alert('请输入有效的验证码'); code.removeAttr("disabled"); validCode=false; changeCode(); return false; }else{ const isVerificationCodeEqual = oldVerificationCode22 === loginCode if (isVerificationCodeEqual) { code.removeAttr("disabled"); validCode=false; return false; } oldVerificationCode22 = loginCode; var time=60; if(validCode){ validCode=false; var t=setInterval(function () { time--; code.val("剩余"+ time+"秒"); if (time==0) { clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=true; } },1000); } $(function() { $.getJSON(url + "?type="+type+"&mobile="+mobile+"&loginNewCode="+loginCode, function(data) { if (data.rspcod == "success") { }else if(data.rspcod == "nocode"){ alert("手机号已被注册"); clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=false; changeCode(); }else if(data.rspcod == "nologinCode"){ alert("验证码错误"); clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=false; changeCode(); }else if(data.rspcod == "tooFast"){ alert("请耐心等待,不要在一分钟内频繁发送短信"); clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=false; changeCode(); }else { alert("短信发送失败"); clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=false; changeCode(); } }); }); } } let oldVerificationCode222 = ''; function getMobileCode2(){ // var url = backurl+'/security/getMobileCode'; // var url = backurl+'/security/getABMobileCode'; var url = backurl+'/security/getAEMobileCode'; var mobile = $("#mobile").val(); var loginCode = $("#loginCode2").val(); var type = "regist"; //读秒操作 var validCode=true; var code = $("#code2"); code.attr('disabled','true'); if(mobile ==null || mobile ==""){ mobile = $("#mobile2").val(); } if(mobile ==null || mobile ==""){ $("#yd_fourse").html("请输入手机号"); document.getElementById("yd_fourse").style.display='block'; code.removeAttr("disabled"); validCode=false; return false; }else if(loginCode ==null || loginCode ==""){ $("#yd_fourse").html("请输入验证码"); document.getElementById("yd_fourse").style.display='block'; code.removeAttr("disabled"); validCode=false; return false; }else if(loginCode.length != 4){ $("#yd_fourse").html("验证码错误"); document.getElementById("yd_fourse").style.display='block'; code.removeAttr("disabled"); validCode=false; changeCode2(); return false; }else if(!myreg.test(mobile)){ $("#yd_fourse").html("请输入有效的手机号"); document.getElementById("yd_fourse").style.display='block'; code.removeAttr("disabled"); validCode=false; return false; }else if(!yzmRegex.test(loginCode)){ $("#yd_fourse").html("请输入有效的验证码"); document.getElementById("yd_fourse").style.display='block'; code.removeAttr("disabled"); validCode=false; changeCode2(); return false; }else{ const isVerificationCodeEqual = oldVerificationCode222 === loginCode if (isVerificationCodeEqual) { code.removeAttr("disabled"); validCode=false; return false; } oldVerificationCode222 = loginCode; var time=60; if(validCode){ validCode=false; var t=setInterval(function () { time--; code.val("剩余"+ time+"秒"); code.attr('disabled','true'); if (time==0) { clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=true; } },1000); } $(function() { $.getJSON(url + "?type="+type+"&mobile="+mobile+"&loginNewCode="+loginCode, function(data) { if (data.rspcod == "success") { }else if(data.rspcod == "nocode"){ $("#yd_fourse").html("手机号已被注册"); document.getElementById("yd_fourse").style.display='block'; clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=false; changeCode2(); return false; }else if(data.rspcod == "nologinCode"){ $("#yd_fourse").html("验证码错误"); document.getElementById("yd_fourse").style.display='block'; clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=false; changeCode2(); return false; }else if(data.rspcod == "tooFast"){ $("#yd_fourse").html("请耐心等待,不要在一分钟内频繁发送短信"); document.getElementById("yd_fourse").style.display='block'; clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=false; changeCode2(); return false; }else { $("#yd_fourse").html("短信发送失败"); document.getElementById("yd_fourse").style.display='block'; clearInterval(t); code.val("获取验证码"); code.removeAttr("disabled"); validCode=false; changeCode2(); return false; } }); }); } } function changeCode(){ // document.getElementById("img").src = document.getElementById("img").src+"?r="+Math.random(); if(window.navigator.webdriver){ document.getElementById("img").src = "/loginAECode?wdr="+Math.random(); } else { document.getElementById("img").src = "/loginAECode"+"?r="+Math.random(); } //oldVerificationCode22 = ''; } function changeCode2(){ // document.getElementById("img2").src = document.getElementById("img2").src+"?r="+Math.random(); if(window.navigator.webdriver){ document.getElementById("img2").src = "/loginAECode?wdr="+Math.random(); } else { document.getElementById("img2").src = "/loginAECode?r="+Math.random(); } //oldVerificationCode222 = ''; } </script> <style> #page_body{margin: 0;background: none;} /*注册信息*/ #page_body .reg_content{width: 830px;background: none;height: auto;} #page_body .reg_content_div{padding: 0;} #page_body .reg_content .reg_pro{margin-top: 0;font-family: "Microsoft YaHei";font-size: 16px;color: #333333;} #page_body .reg_content .reg_pro ul{width: 613px;height: 44px;line-height: 44px;} #page_body .reg_content .reg_pro ul li{width: 171px;text-align: center;margin-right: 33px;margin-top: 0;} #page_body .reg_content .reg_pro ul.pro02{background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_zc_bg.png) no-repeat;} #page_body .reg_content .con_box2{width: 800px;margin: 0 auto;} #page_body .reg_content .con_box2 p{margin-top: 36px;margin-left: 0;} #page_body .reg_content .con_box2 span.p_txt{color: #333333;margin-right: 25px;*line-height:16px;*height:25px;} #page_body .reg_content .con_box2 span.p_input{width: 460px;height: 44px;line-height: 44px;} select.mySelect01, input.mySelect01{border: 0;width: 460px;height: 44px;line-height: 44px;background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_infor_input.jpg) no-repeat;} #page_body .reg_content .con_box2 .dyw581_zc_sjh{font-weight: 500;font-size: 12px;color: #666666;font-family: "SimSun"; margin-left: 157px;} label.show_info{*position: relative;*top: -15px;font-family: "SimSun";font-size: 12px;color: #666666;margin-left: 5px;} #page_body .reg_content .con_box2 span.p_input1{width: 500px;height: 44px;line-height: 44px;} select.mySelect01, input.mySelect02{background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_user_yzm.jpg) no-repeat;width: 218px;height: 44px;line-height: 44px;border: 0;padding-left: 5px;} #page_body .reg_content .code_shuaxin{position: relative;*top: -15px;background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_user_sx.png) right center no-repeat;padding-left: 120px;padding-right: 25px;color: #236eb0;font-size: 14px;font-family: "SimSun";} .sub_btn{background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_user_login.jpg) no-repeat;text-align: center;width: 460px;height: 44px;line-height: 44px;padding: 0;font-size: 16px;} .sub_btnfh{ center;width: 460px;height: 44px;line-height: 44px;padding: 0;font-size: 16px;} #page_body .reg_content .showPos{margin-bottom: 40px;font-family: "Microsoft YaHei";font-size: 14px;color: #666666;vertical-align: middle;} #page_body .reg_content .showPos a{color: #666666;} #page_body .reg_content .btnPos{margin: 0px auto 0;} #page_body .reg_content .showPos input{vertical-align: middle; width: 15px;height: 15px;border: 1px solid #f3f3f3;} #page_body .con_box2 span.bg_check{background:url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_mima_bg.png) no-repeat;width: 460px; height: 65px;line-height: 77px; font-size: 12px; font-family: "SimSun"; color: #666666; margin: 0px 0 10px 155px;} #page_body .con_box2 span.pass_tip_check{width: 640px;margin-left: 158px;font-family: "SimSun";font-size: 12px;color: #666666;} #page_body .con_box2 span.bg_check em{width: 460px;} #page_body .con_box2 span.bg_check em.pass_d02 #notext{background:url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_mm_jdt.png) no-repeat left center; width: 146px; height: 18px; float: right; margin: 29px 33px 0px 15px; *margin-top:-41px;} #page_body .con_box2 span.bg_check em.pass_d01{padding-top: 0;width: 180px;float: left;height: 65px;display: block;} #page_body .con_box2 span.bg_check em.pass_d02{*margin-top: 0;padding-top: 0;width: 244px;float: right;height: 65px;display: inline-block;margin: -65px 0 0; *margin:0px 0 0;} .tcz{width: 100%;height:1060px;background: black;position:absolute;opacity: 0.5;filter:alpha(opacity=50);top: 0px;left: 0px;display: none; } .dyw581_zhuce_tcc{width:996px;height: 534px;position: absolute;top: 50%;left: 50%;margin-left: -490px;margin-top: -258px;background: #eeeeee;z-index: 2; display: none;} .dyw581_zhuce_tcc .top{position: relative;height: 67px;line-height: 67px;text-indent: 50px;font-family: "Microsoft YaHei";font-size: 18px;color: #333333;} .dyw581_zhuce_tcc .top a{background:url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_user_close.png) no-repeat ;height: 30px;width: 30px; position: absolute;right:6px;top: 9px;} .dyw581_zhuce_tcc ul{margin-top:98px;margin-left: 80px;} .dyw581_zhuce_tcc li{height: 44px;line-height:44px;margin-bottom: 58px;color: #333333;font-size: 16px;font-family: "Microsoft YaHei";vertical-align: middle;} .dyw581_zhuce_tcc li .yl{display: inline-block;margin-right: 35px;} .dyw581_zhuce_tcc li .yr{display: inline-block;} .dyw581_zhuce_tcc li input{width: 450px;height: 44px;background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_yx_srk.png) no-repeat;border: none;padding: 0 5px;font-size: 16px;vertical-align: middle; line-height: 44px;} .dyw581_zhuce_tcc .bottom{font-size: 16px;text-align: center;font-family: "Microsoft YaHei";color: #FFFFFF;background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_yx_tjbg.png) no-repeat;width: 214px;height: 44px;line-height: 44px;margin: 30px auto;} .dyw581_zhuce_tcc .bottom a{color: #FFFFFF;display: block;} .dyw581_zhuce_tcc .dyw581_zhuce_cont{width: 886px;height: 358px;margin:0px 0 0 55px;border: 1px solid #cccccc;background: #ffffff;} #div1_dyw581{height: 278px;width:4px;position: absolute;right:103px;top: 110px;background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_tytcc_shu.png) no-repeat;} #div2_dyw581{height: 30px;width: 17px;position: absolute;left: -7px;top: 0px;background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_tytcc_down.png) no-repeat;} #div3_dyw581{height: 358px;width: 700px;position: absolute;top: 67px;left: 116px;overflow: hidden;} #div4_dyw581{position: absolute;top: 0px;left: 0px;font-family: "Microsoft YaHei";font-size: 14px;color: #666666;line-height: 26px;} #div4_dyw581 h2{font-family: "Microsoft YaHei";font-size: 18px;color: #666666;font-weight: 500;text-align: center;line-height: 70px;} #div4_dyw581 p{line-height: 30px;} #page_login ul li.login_code{background: none;} .login_code input.code_input { background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_user_yzm.jpg) no-repeat; width: 208px; height: 44px; line-height: 44px; font-family: "Microsoft YaHei"; color: #838383; font-size: 16px; margin-left: 0; padding: 0 5px; border:0px; } .login_code{list-style:none; margin: 34px 0 0 157px;} .dyw581_user_sx { background: url(//www.12371.cn/yonghustyle/responsestyle/css/img/dyw581_user_sx.png) right no-repeat; margin-left: 125px !important; padding-right: 20px; position: relative; color: #236eb0; font:14px 'SimSun' } </style> <div class="dyw581_user"></div> <div id="page_owner"> <div id="page_body"> <div class="vspace_h"></div><div class="vspace"></div> <div class="reg_content"> <div class="reg_content_div"> <!--<h1>注册信息</h1> <em class="line_gray"></em>--> <div class="reg_pro"> <ul class="pro02"> <li>同意协议</li> <li class="f_cur">注册信息</li> <li>注册成功</li> </ul> </div> <div class="vspace"></div> <form action="../regist" method="post" autocomplete="off" id="myform"> <div class="con_box2"> <p><span class="p_txt"><!--<em>*</em>-->手机号码</span><span class="p_input"> <input type="text" name="mobile" id="mobile" onblur="ismobile()" class="mySelect01" maxlength="11"/></span> <label class="show_info" id="mobileShow"></label><br /> </p> <li class="login_code"> <input type="text" placeholder="验证码" maxlength="4" name="loginCode" id="loginCode" class="code_input" tabindex="3" onfocus="this.value=''"/> <img src="../loginAECode" width="102" height="44" class="code_img" id="img"/><a href="javascript:changeCode()" class="dyw581_user_sx">看不清</a> </li> <p><span class="p_txt"><!--<em>*</em>-->短信验证码</span><span class="p_input"> <input type="text" name="mobilecode" style="width:346px;background-size:93% 100%;" id="mobilecode" class="mySelect01" maxlength="6" onblur="ismobilecode()"/></span> <input type="button" name="code" id="code" value="获取验证码" style="width: 108px;height: 42px;" onclick="getMobileCode()"/></span> <label class="show_info" id="mobilecodeShow"></label><br /> </p> <p><span class="p_txt"><!--<em>*</em>-->密码</span><span class="p_input"> <input type="password" class="mySelect01" id="password" name="password" style="ime-mode:disabled" onblur="checkPassword()" onKeyUp="passwordCj(this)"/></span> </p> <span class="bg_check"> <em class="">8-16位字符,区分大小写</em></span> <p style="margin-top: 15px;"><span class="p_txt">确认密码</span><span class="p_input"> <input type="password" class="mySelect01" name="password_1" id="password_1" style="ime-mode:disabled" onblur="checkPassword1()"/></span> <label class="show_info" id="passwordShow"></label><br /> </p><br /> </div> <input type="button" value="提交" class="sub_btn btnPos" style="*margin-top:-15px;" onclick="check()"/> <div class="vspace"></div> <div class="vspace"></div> <a class="sub_btnfh btnPos" style="*margin-top:20px;width:100px;margin:0 auto;color:#236eb0;font-weight: bold;display: block; text-align: center;" href="//passport.12371.cn/"/>返回</a> </form> </div><div class="claer"></div> </div> <div class="claer"></div> </div> <div class="vspace"></div> <div class="vspace"></div> <div class="vspace"></div> <div class="vspace"></div> <div class="vspace"></div> <div class="vspace"></div> <div class="vspace"></div> <div class="vspace"></div> <div class="vspace"></div> <!--注册弹出层--> <div class="dyw581_zhuce_tcc"> <div class="top"> <a href="../login/login.jsp" class="close"></a> </div> <div class="dyw581_zhuce_cont"> <div id='div1_dyw581'> <div id='div2_dyw581'></div> </div> <div id='div3_dyw581'> <div id='div4_dyw581'> <h2>共产党员网用户须知</h2> <p>共产党员网(以下称“网站”)为实名注册的用户提供上传信息等互动服务,为确保互动行为合法有序制定本须知,并与用户共同遵守。用户在注册过程中点击“同意”按钮,即表示同意遵守本须知的全部条款。</p> <p>一、关于用户实名注册</p> <p>1、网站依照中华人民共和国法律规定,实行用户实名注册。</p> <p>2、用户注册时,请提供真实身份信息。</p> <p>3、个人注册信息如有变化,请及时更新。</p> <p>二、关于用户账号安全</p> <p>1、用户注册成功后,应妥善保管自己的账号及密码,不得转借或转让他人使用,用户对以其账号上传信息等互动行为负责。</p> <p>2、网站对用户注册信息严格保密,并建立健全用户信息保护制度。</p> <p>3、用户如发现其账号遭他人非法使用或存在其它安全问题,应立即通知网站,网站应立即采取措施保护用户账号及信息安全。用户因保管疏忽导致账号遭他人非法使用,网站不承担任何责任。</p> <p>三、关于用户上传信息</p> <p>1、用户承诺遵守中华人民共和国法律,承担因自己上传信息不当直接或间接引起的法律责任。</p> <p>2、用户上传信息不得含有法律法规禁止的内容,不得违背公序良俗。否则,网站可视情处理用户上传的不当信息,封禁或删除用户账号。</p> <p>3、为维护网站的信息质量和互动秩序,网站对与主题无关、质量不高、重复上传等互动信息,可视情进行处理。</p> </div> </div> </div> <div class="bottom"><a href="javascript:;">同意</a></div> </div> <div class="tcz"></div> <script> var deviceWidth1 = document.documentElement.clientWidth; if('null'=="null"||'null'==""){ fn1(); function fn1(){ $('.dyw581_zhuce_tcc').show(); $('.tcz').show(); } $('.dyw581_zhuce_tcc .bottom a').click(function(){ $('.dyw581_zhuce_tcc').hide(); $('.tcz').hide(); }); }else{ if(deviceWidth1>750){ alert('null'); }else{ $("#yd_fourse").html('null'); document.getElementById("yd_fourse").style.display='block'; } } </script> <script> var cframes = document.getElementById('div3_dyw581'); var ccont =document.getElementById('div4_dyw581'); var sframes = document.getElementById('div1_dyw581'); var scrolls = document.getElementById('div2_dyw581'); scrolls.onmousedown = function(ev){ var ev = ev||event; var disY = ev.clientY - this.offsetTop; document.onmousemove = function(ev){ var ev = ev||event; var rolls = ev.clientY -disY; var mheight = sframes.offsetHeight - scrolls.offsetHeight; if(rolls<0){ rolls =0; }else if(rolls>mheight){ rolls = mheight; } var move = rolls/mheight; scrolls.style.top = rolls + "px"; ccont.style.top = move * (cframes.offsetHeight - ccont.offsetHeight) + 'px'; } document.onmouseup = function(){ document.onmouseup = document.onmousemove = null; } } </script> </div> <script type="text/javascript"> var pagecode="I-002-000-000"; </script> <script src="//www.12371.cn/include/general/1214/erqi/bottom.js" type="text/javascript"></script> <script> with(document)with(body)with(insertBefore(createElement("script"),firstChild))setAttribute("exparams","v_id=&aplus&page_code="+pagecode,id="tb-beacon-aplus",src=(location>"https"?"//js":"//js")+".data.cctv.com/__aplus_plugin_cctv.js,aplus_plugin_aplus_u.js") </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10