portal html css js resource

cmp-settled-reg.html 2.8KB

    <!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> <!--头部--> <header> <script type="text/javascript" src="js/public/cmpHeader.js"></script> </header> <!--中间--> <div id="container"> <div class="conBanner"></div> <div class="containerCon"> <div class="conTit"> <h4 class="tit-hh4"><img src="images/business_icon_chuangjian_nor.png">创建账户</h4> </div> <form class="cmpAllFrm"> <ul class="cmpAllUl cmpSettledul" id="cmpSettledul"> <li> <p class="smalltip">请输入与营业执照一致的企业名称,注册后不可更改!</p> <input type="text" class="frmtype frmtypeW" placeholder="请输入企业名称" id="companyName"/> <div class="frmmsg msgReg1"><span></span></div> <!--<div class="frmmsg msgReg1"><span>该企业已注册企业账户,若您是企业管理者,<a class="cmpColor" href="cmp-settled-reback.html">您可以点击这里找回账户</a></span></div> <div class="frmmsg msgReg1"><span>该企业已成为【科袖认证企业】,若有问题请联系客服 010-62343359</span></div>--> </li> <li> <input type="email" class="frmtype frmtypeW displayNone" autocomplete="off"/> <input type="email" class="frmtype frmtypeW companyEmail" placeholder="请输入企业邮箱" autocomplete="off"/> <div class="frmmsg msgReg2"><span></span></div> </li> <li> <input type="password" class="frmtype frmtypeW" placeholder="请设置您的登录密码" id="companyPasw"/> <div class="frmmsg msgReg3"><span></span></div> </li> <li> <!--选中状态为图片business_button_xuanze_hig.png--> <img class="cmpAgree ifxuanze" src="images/business_button_xuanze_hig.png" /> <span>我是本企业的官方代表,且有权代表企业注册此账户!</span> </li> <li> <button type="button" disabled class="frmtype frmtypeW btnModel btnModelBig headRadius save-block" id="registerSubmit">创建企业账户</button> </li> </ul> </form> </div> </div> <!--底部--> <footer> <script type="text/javascript" src="js/public/cmpFooter.js"></script> </footer> <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-reg.js"></script> </body> </html>