CINXE.COM

用户登录

<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>用户登录</title> <link rel="shortcut icon" href="/favicon.ico"> <link href="/Public/static/home/css/bootstrap.css" rel="stylesheet"> <script src="/Public/static/home/js/jquery-3.2.0.min.js"></script> <script src="/Public/static/home/js/validate.js"></script> <script src="/Public/static/home/js/login.js"></script> <link href="/Public/static/home/css/reg.css" rel="stylesheet"> </head> <body> <script></script> <style>.regleft{background:url(https://cp.11467.com/Public/static/login.jpg);background-size:auto 590px;background-repeat:no-repeat;min-height:590px;}.form-horizontal{padding-top:20px;background:#fff;width:100%;}.regmain{display:grid;min-height:582px;max-width:1190px;grid-gap:7%;grid-template-columns:47% auto;overflow:hidden;}.title{line-height:50px;height:50px;font-size:24px;font-weight:normal;color:#666;margin:20px 0px 20px 0px}.regbottom{padding:0px 0px 0px 0px;font-size:12px;color:#999;}.regbottom a{color:#999}.footer{font-size:12px;text-align:center;color:#666;padding:20px 0px 0px 10px;}</style> <div style="" class="m regmain"> <div class="regleft"> </div> <div class="regright"> <form class="form-horizontal" action="" method="post" onSubmit="return check_login()" style=""> <div class="title">顺企网欢迎您</div> <div id="passwordlogin"> <div class="form-group form-group-lg"> <div class="col-sm-8"> <input type="text" class="form-control input-lg" name="username" id="username" placeholder="手机号/邮箱地址" aria-describedby="inputSuccess2Status"> <span class="my_msg"></span> </div> </div> <script>$(function(){$('#username').blur(function(){check_phone_email('#username');}) $('#password').blur(function(){check_password('#password');}) }) </script> <div class="form-group form-group-lg"> <div class="col-sm-8"> <input type="password" class="form-control input-lg" name="password" id="password" placeholder="密码" aria-describedby="inputSuccess2Status"> <span class="my_msg"></span> </div> </div> <div class="form-group form-group-lg"> <div class="col-sm-8"> <input type="text" class=" form-control input-lg" name="code" id="yanzhengma" placeholder="验证码" style="width: 100px;float: left;"> <span class="my_msg"></span> <img src="/home/reg/verifycode" onClick="changgeSrc('#tpcode4')" class="form-group form-group-lg col-sm-4 " style="width: 180px;;height: 48px;border:none;border-radius: 10px;margin-left: 5px;float:left;" id="tpcode4" alt="刷新验证码"> </div> </div> <div class="form-group "> <div class="col-sm-8"> <input type="checkbox" name="agree" checked="checked" id="inputagree" value="" style="position: relative;top: 2px;"> <span>我已阅读并同意</span><a href="https://www.11467.com/html/law.htm" target="_blank" style="margin-left: 2px;color: #C62828">服务条款、隐私政策</a> </div> </div> <div class="form-group"> <div class="col-sm-8" style="margin-top: 5px;"> <input type="hidden" name="rand_code" value=""> <input type="submit" class="btn btn-primary btn-lg" style="width: 100%;background-color: #C62828;border-color: #C62828;" value="登 录"> <div> <a href="/home/reg/index" style="text-decoration: none;line-height: 38px">没有账号? 免费注册</a> </div> </div> </div> <div class="form-group" id="oldlogin"> <div class="col-sm-10 api"> <span style="color: #C62828;">快捷登录</span> <a title="微信登录" class="icon wx" href="https://cp.11467.com/api/index/index_wx"></a> <a title="qq登录" class="icon qq" href="https://cp.11467.com/api/index/index_qq"></a> </div> </div> <div class="regbottom"> <a href="/home/getpsw/getpassword" target="_blank" style="text-decoration: none;line-height: 28px;display: inline-block;color: #C62828;font-weight: bold;font-size: 14px;margin-right: 12px;">忘记密码</a> 需要帮助?<a href="https://www.11467.com/html/contact.htm" target="_blank">请联系我们</a> <br><br> </div> </div> </div> </form> </div> <div class="footer">&copy; 11467.com <a href="https://www.11467.com">顺企网</a> 版权所有 </div> <script type="text/javascript" src="//js.11467.com/Public/static/chat/js/sellinfo.js" data-type="1" id="sellinfo_src"></script> <div id="contact"> </div> </div>

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