|
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <link rel="stylesheet" type="text/css" href="css/navStep.css"/>
- <link rel="stylesheet" type="text/css" href="css/find_pwd.css"/>
- <title>找回密码</title>
- <style type="text/css">
- ::-webkit-input-placeholder { /* WebKit browsers */
- color: #cccccc;
- font-weight: 300;
- }
- :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: #cccccc;
- font-weight: 300;
- }
- ::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: #cccccc;
- font-weight: 300;
- }
- :-ms-input-placeholder { /* Internet Explorer 10+ */
- color: #cccccc;
- font-weight: 300;
- }
- body{
- margin: 0;
- padding: 0;
- font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
- font-weight: 300;
- }
- .find_box{
- margin: 16px;
- padding: 1px;
- border-radius: 4px;
- background-color: #ffffff;
- box-shadow: 0 2px 4px 0 rgba(62, 67, 85, 0.15);
- min-width: 1300px;
- min-height: 600px;
- }
- .pwd_box_p1{
- display: none;
- width: 370px;
- height: 280px;
- margin: 0 auto;
- position: relative;
- top: 20%;
- padding: 1px;
- }
- .pwd_box_p2{
- display: none;
- width: 370px;
- height: 280px;
- margin: 0 auto;
- position: relative;
- top: 20%;
- padding: 1px;
- }
- .pwd_box_p3{
- display: none;
- width: 370px;
- height: 280px;
- margin: 0 auto;
- position: relative;
- top: 20%;
- padding: 1px;
- }
- .pwd_box_p4{
- display: none;
- width: 370px;
- height: 280px;
- margin: 93px auto 0;
- position: relative;
- top: 20%;
- padding: 1px;
- }
- .part1{
- width: 368px;
- height: 28px;
- margin-top: 20px;
- }
- .part2{
- width: 370px;
- height: 54px;
- margin-top: 32px;
- }
- .part3{
- width: 370px;
- height: 52px;
- }
- .part4{
- width: 370px;
- height: 28px;
- padding-top: 1px;
- }
- .part5{
- height: 36px;
- width: 370px;
- }
- .part6{
- height: 16px;
- width: 370px;
- }
- .part7{
- height: 215px;
- width: 370px;
- }
- .find_user{
- width: 370px;
- height: 52px;
- }
- .find_name{
- font-size: 12px;
- color: #b9bdc7;
- margin-bottom: 4px;
- font-weight: initial;
- }
- .find_input{
- width: 368px;
- height: 30px;
- background-color: #fff;
- border-radius: 4px;
- box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
- border: solid 1px #eaebee;
- }
- .find_user_input{
- width: 368px;
- height: 30px;
- background-color: #fff;
- border-radius: 4px;
- box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
- border: solid 1px #eaebee;
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- }
- .write_user_input{
- width: 368px;
- height: 30px;
- background-color: #fff;
- border-radius: 4px;
- box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
- border: solid 1px #eaebee;
- }
- .write_user_input input{
- margin: 0;
- border: 0;
- outline: none;
- height: 18px;
- padding: 6px 16px;
- width: 286px;
- font-size: 14px;
- color: #3e4355;
- border-radius: 2px;
- box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
- }
- .find_user_input input{
- margin: 0;
- border: 0;
- outline: none;
- height: 18px;
- padding: 6px 16px;
- width: 336px;
- font-size: 14px;
- color: #3e4355;
- border-radius: 4px;
- box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
- }
- .find_input input{
- margin: 0;
- border: 0;
- outline: none;
- height: 18px;
- padding: 6px 16px;
- width: 258px;
- font-size: 14px;
- color: #3e4355;
- border-radius: 2px;
- box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
- }
- .pwd_eye_on{
- background-image: url(images/openeyes.png);
- background-size: 16px 8px;
- background-position: center;
- background-repeat: no-repeat;
- width: 48px;
- height: 30px;
- float: right;
- border-radius: 2px;
- cursor: pointer;
- }
- .pwd_eye_off{
- background-image: url(images/closeeyes.png);
- background-size: 16px 8px;
- background-position: center;
- background-repeat: no-repeat;
- width: 48px;
- height: 30px;
- float: right;
- border-radius: 2px;
- cursor: pointer;
- }
- .find_code{
- font-size: 12px;
- color: #fff;
- border-radius: 4px;
- background-color: #4191ff;
- width: 74px;
- height: 26px;
- float: right;
- margin: 2px;
- text-align: center;
- line-height: 26px;
- cursor: pointer;
- }
- .code_time{
- font-size: 12px;
- color: #fff;
- border-radius: 4px;
- background-color: #b9bdc7;
- width: 74px;
- height: 26px;
- float: right;
- margin: 2px;
- text-align: center;
- line-height: 26px;
- cursor: pointer;
- }
- .cut_user{
- width: 368px;
- height: 28px;
- background-color: #3373cb;
- border-radius: 4px;
- border: solid 1px #eaebee;
- }
- .cut_sel{
- width: 182px;
- height: 26px;
- background-color: #3373cb;
- color: #ffffff;
- font-size: 12px;
- text-align: center;
- line-height: 26px;
- float: left;
- border: 1px solid #3373cb;
- border-radius: 4px;
- cursor: pointer;
- }
- .cut_nosel{
- width: 182px;
- height: 26px;
- background-color: #ffffff;
- color: #3373cb;
- font-size: 12px;
- text-align: center;
- line-height: 26px;
- float: left;
- border: 1px solid #3373cb;
- border-radius: 4px;
- cursor: pointer;
- }
- .alert_warning{
- height: 16px;
- width: 370px;
- font-size: 12px;
- color: #ff4141;
- line-height: 16px;
- margin: 5px 0 6px 0;
- }
- .find_submit{
- width: 370px;
- height: 36px;
- border-radius: 4px;
- background-color: #3e4355;
- color: #ffffff;
- font-size: 14px;
- line-height: 36px;
- text-align: center;
- cursor: pointer;
- font-weight: 300;
-
- }
- .go_login{
- height: 16px;
- width: 370px;
- font-size: 12px;
- color: #3e4355;
- line-height: 16px;
- margin-top: 8px;
- text-align: right;
- }
- .bind_phone{
- width: 370px;
- height: 26px;
- font-size: 24px;
- color: #3e4355;
- line-height: 1.1;
- }
- .sub_bg_color{
- background-color: #3e4355!important;
- }
- .nosub_bg_color{
- background-color: #b9bdc7!important;
- }
- .no_tel{
- display: none;
- }
- .no_tel_text{
- font-size: 14px;
- line-height: 1.29;
- color: #354052;
- padding-left: 2px;
- }
- .reset_img{
- background-image: url(images/right.png);
- background-position: center;
- background-size: 66px 66px;
- background-repeat: no-repeat;
- width: 370px;
- height: 66px;
- margin-bottom: 16px;
-
- }
- .reset_text{
- width: 370px;
- text-align: center;
- line-height: 24px;
- height: 24px;
- color: #3e4355;
- font-size: 24px;
- }
- .company_info{
- color: #b9bdc7;
- font-size: 12px;
- position: fixed;
- bottom: 28px;
- width: 100%;
- text-align: center;
- font-weight: 300;
- }
- .add_border{
- font-weight: 300;
- }
- .add_border:hover{
- border-bottom: 1px solid;
- }
- </style>
- </head>
- <body style="background-color: #f4f5f9;">
- <div class="find_box">
- <div id="navStep" class="ui-stepBar-wrap" style="margin: 16px auto;width: 1168px;font-weight: initial;">
- <div class="ui-stepBar">
- <div class="ui-stepProcess"></div>
- </div>
- <div class="ui-step-box">
- <div class="ui-stepInfo">
- <div class="ui-step-every">
- <div class="ui-stepSequence">1</div>
- <div class="ui-stepName">确认帐号</div>
- </div>
- </div>
- <div class="ui-stepInfo">
- <div class="ui-step-every">
- <div class="ui-stepSequence">2</div>
- <div class="ui-stepName">身份验证</div>
- </div>
- </div>
- <div class="ui-stepInfo">
- <div class="ui-step-every">
- <div class="ui-stepSequence">3</div>
- <div class="ui-stepName">密码重置</div>
- </div>
- </div>
- </div>
- </div>
- <!--修改密码操作区域 第一步-->
- <div class="pwd_box_p1">
- <div class="part1"></div>
- <div class="part2"></div>
- <div class="part3">
- <div class="find_user">
- <div class="find_name">确认帐号</div>
- <div class="find_user_input">
- <input class="add_input" id="user" type="text" id="" value="" placeholder="请输入帐号" />
- </div>
- </div>
- </div>
- <div class="part4">
- <div id="submit_warning1" class="alert_warning"></div>
- </div>
- <div class="part5">
- <div id="step_first" class="find_submit">下一步</div>
- </div>
- <div class="part6">
- <div class="go_login"><span onclick="findPwdStep.backLogin()" class="back_login add_border" style="cursor: pointer;">返回登录</span></div>
- </div>
- </div>
- <!--操作区域 第二步-->
- <div class="pwd_box_p2">
- <div class="part1">
- <div class="cut_user">
- <div id="have_tel" class="cut_sel">发送至手机</div>
- <div id="nothave_tel" class="cut_nosel">手机未绑定或已停用</div>
- </div>
- </div>
- <div class="part2">
- <div id="bind_phone_no" class="bind_phone" ></div>
- <div id="no_tel" class="no_tel">
- <div class="no_tel_text">手机未绑定或已停用,</div>
- <div class="no_tel_text">请发送帐号和新手机号至邮箱info@zhizhuchuxing.com</div>
- <div class="no_tel_text">申请修改!</div>
- </div>
- </div>
- <div class="part3">
- <div id="control_code" class="find_user">
- <div class="find_name">输入验证码</div>
- <div class="find_input">
- <input id="code_input" type="text" value="" placeholder="请输入验证码" />
- <div id="get_code" class="find_code">获取验证码</div>
- </div>
- </div>
-
- </div>
- <div class="part4">
- <div id="submit_warning2" class="alert_warning"></div>
- </div>
- <div class="part5">
- <div id="step_second" class="find_submit nosub_bg_color">下一步</div>
- </div>
- <div class="part6">
- <div class="go_login"><span onclick="findPwdStep.backLogin()" class="back_login add_border" style="cursor: pointer;">返回登录</span></div>
- </div>
- </div>
- <!--操作区域 第三步-->
- <div class="pwd_box_p3">
- <div class="part1"></div>
- <div style="height: 60px;margin-top: 26px;" class="part2">
- <div class="find_user">
- <div class="find_name">输入新密码</div>
- <div class="write_user_input">
- <input id="new_pwd" type="password" value="" />
- <div class="pwd_eye_on" onclick="findPwdStep.seePwd(this)" id="cut_new_pwd1"></div>
- </div>
- </div>
- </div>
- <div class="part3">
- <div class="find_user">
- <div class="find_name">确认新密码</div>
- <div class="write_user_input">
- <input id="confirm_new_pwd" type="password" value="" />
- <div class="pwd_eye_on" onclick="findPwdStep.seePwd(this)" id="cut_new_pwd2"></div>
- </div>
- </div>
- </div>
- <div class="part4">
- <div id="submit_warning3" class="alert_warning"></div>
- </div>
- <div class="part5">
- <div id="step_third" class="find_submit">确认提交</div>
- </div>
- <div class="part6">
- <div class="go_login"><span onclick="findPwdStep.backLogin()" class="back_login add_border" style="cursor: pointer;">返回登录</span></div>
- </div>
- </div>
-
- <!--操作区域 第四步-->
- <div class="pwd_box_p4">
- <div class="part7">
- <div class="reset_img"></div>
- <div class="reset_text">密码重置成功</div>
- </div>
- <div class="part5">
- <div onclick="findPwdStep.backLogin()" id="step_four" class="find_submit">立即登录</div>
- </div>
- </div>
- </div>
- <div class="company_info">蜘蛛行网络科技有限公司版权所有,@2016 沪ICP备16006417</div>
- <script src="js/jquery-2.2.4.min.js" type="text/javascript" charset="utf-8"></script>
- <script src="js/jquery.cookie.js" type="text/javascript" charset="utf-8"></script>
- <!--<script src="js/base_path.js" type="text/javascript" charset="utf-8"></script>-->
- <script src="js/navStep.js" type="text/javascript" charset="utf-8"></script>
- <script src="js/find_pwd.js" type="text/javascript" charset="utf-8"></script>
- </body>
- </html>
|