|
<!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>
</head>
<body class="covbodyBg">
<div class="containerCon">
<a href="index.html" class="headlogo signLogo"></a>
</div>
<!--中间-->
<div id="container">
<div class="containerCon contConP">
<div class="covFrmblock">
<form class="cmpAllFrm">
<p class="h1Font alignCenter"><span class="mainColor cmpOrgName"></span><br />邀请您注册「科袖」</p>
<ul class="cmpAllUl cmpCoverUl" id="cmpSettledul">
<li>
<input type="text" class="frmtype frmtypeW" placeholder="请输入您的真实姓名" id="companyName"/>
<div class="frmmsg msgCmp01"><span></span></div>
</li>
<li>
<input type="email" class="frmtype frmtypeW companyEmail" value="" readonly />
</li>
<li>
<input type="tel" class="frmtype frmtypeW" placeholder="请输入您的手机号码" id="companyPhone"/>
<div class="frmmsg msgCmp02"><span></span></div>
</li>
<li>
<div class="col-w-8">
<input type="tel" class="frmtype frmtypeW" style="width: 98%;" placeholder="请输入短信验证码" id="companysc"/>
<div class="frmmsg msgCmp03"><span></span></div>
</div>
<div class="col-w-4">
<button type="button" disabled class="frmtype frmtypeW btnModel headRadius" id="getcode">获取验证码</button>
</div>
</li>
<li>
<input type="password" class="frmtype frmtypeW" placeholder="请设置您的登录密码" id="companyPsw1"/>
<div class="frmmsg msgCmp04"><span></span></div>
</li>
<li>
<input type="password" class="frmtype frmtypeW" placeholder="请再次输入密码确认" id="companyPsw2"/>
<div class="frmmsg msgCmp05"><span></span></div>
</li>
<li>
<!--不选状态为图片c-sign-on_button_xuanze_nor.png-->
<img class="cmpAgree ifxuanze" src="images/c-sign-on_button_xuanze_hig.png" />
<span>我已阅读并同意<a href="privacy.html" class="mainColor" target="_blank">《科袖网用户协议》</a></span>
</li>
<li>
<button type="button" class="frmtype frmtypeW btnModel headRadius save-block" disabled id="companyRet">注册</button>
</li>
</ul>
</form>
</div>
</div>
</div>
<script type="text/javascript"src="js/jquery.cookie.js"></script>
<script type="text/javascript"src="js/jquery.similar.msgbox.js"></script>
<script type="text/javascript" src="js/public/baseUtil.js"></script>
<script type="text/javascript" src="js/public/genCom.js"></script>
<script type="text/javascript" src="js/cmp-staffReg.js"></script>
</body>
</html>
|