portal html css js resource

cmp-staffReg.html 2.3KB

    <!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/reset.css"> <link type="text/css" rel="stylesheet" href="css/common.css"> <link type="text/css" rel="stylesheet" href="css/genindex.css"> <script type="text/javascript" src="js/jquery-1.11.1.js"></script> <script type="text/javascript"src="js/jquery.cookie.js"></script> <script type="text/javascript" src="js/common.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"><span class="mainColor cmpOrgName">XXXXXXXXXX(企业名称)</span><br />邀请您注册「科袖」</p> <ul class="cmpAllUl cmpCoverUl"> <li> <input type="text" class="frmtype frmtypeW" placeholder="请输入您的真实姓名"/> <div class="frmmsg msgCmp01"><span></span></div> </li> <li> <input type="email" class="frmtype frmtypeW companyEmail" value="lixiaoyuan@ekexiu.com" readonly /> </li> <li> <input type="password" class="frmtype frmtypeW" placeholder="请设置您的登录密码"/> <div class="frmmsg msgCmp02"><span></span></div> </li> <li> <input type="password" class="frmtype frmtypeW" placeholder="请再次输入密码确认"/> <div class="frmmsg msgCmp03"><span></span></div> </li> <li> <!--选中状态为图片c-sign-on_button_xuanze_hig.png--> <img class="cmpAgree ifxuanze" src="images/c-sign-on_button_xuanze_nor.png" /> <span>我已阅读并同意<a href="privacy.html" class="mainColor" target="_blank">《科袖网用户协议》</a></span> </li> <li> <button type="button" class="frmtype frmtypeW btnModel headRadius save-block">注册</button> </li> </ul> </form> </div> </div> </div> </body> </html>