1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>企业登录</title>
- <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
- <link type="text/css" rel="stylesheet" href="css/common.css">
- <link type="text/css" rel="stylesheet" href="css/cmpindex.css">
- <script type="text/javascript" src="js/public/jquery-1.11.1.js"></script>
- </head>
- <body class="covbodyBg">
- <div class="containerCon">
- <div class="headlogo signLogo"></div>
- </div>
- <div id="container">
- <div class="containerCon contConP">
- <div class="covFrmblock">
- <form class="cmpAllFrm">
- <p class="h1Font alignCenter cmpColor">登录企业账户</p>
- <ul class="cmpAllUl cmpCoverUl" id="cmpCoverUl">
- <li>
- <input type="email" class="frmtype frmtypeW displayNone" autocomplete="off"/>
- <input type="email" class="frmtype frmtypeW companyEmail" placeholder="请输入您的企业邮箱" autocomplete="off"/>
- <div class="frmmsg msgLog1"><span></span></div>
- </li>
- <li>
- <input type="password" class="frmtype frmtypeW" placeholder="请输入您的登录密码" id="companyPasw"/>
- <div class="frmmsg msgLog2"><span></span></div>
- </li>
- <li>
- <button type="button" disabled class="frmtype frmtypeW btnModel btnModelBig headRadius save-block" id="loginSubmit">登录</button>
- </li>
- <li>
- <a href="cmp-pwdReset01.html" class="frmtype fontLink cmpColor floatL">忘记密码?</a>
- <span class="floatR" style="color:#999">没有企业账号?<a href="cmp-settled-reg.html" class="frmtype fontLink cmpColor">立即入驻</a></span>
- </li>
- </ul>
- </form>
- </div>
- </div>
- </div>
- <script type="text/javascript"src="js/public/jquery.cookie.js"></script>
- <script type="text/javascript" src="js/public/jquery.similar.msgbox.js"></script>
- <script type="text/javascript" src="js/public/common.js"></script>
- <script type="text/javascript" src="js/cmp-settled-log.js"></script>
- </body>
- </html>
|