登录注册页面
登陆
注册
会员登录  还没有账号 立即注册
手机号/账号登陆
记住密码     忘记密码
<div style="display:block;width:330px;height:40px;">
<span id="lab_type2">使用第三方直接登陆</span>
</div>
<div style="width:330px;height:100px;border-bottom: 1px solid #FFFFFF;">
<br />
<button id="login_QQ" type="button" class="btn btn-info">
<img src="img/qq32.png" style="width:20px;margin-top:-4px;" /> QQ登录
</button>
<button id="login_WB" type="button" class="btn btn-danger">
<img src="img/sina32.png" style="width:20px;margin-top:-4px;" /> 微博登录
</button>
</div>
</div>
<!-- 会员注册 -->
<div id='regist_container' style="display: none;">
<div id="lab1">
<span id="lab_login">会员注册</span>
<span id="lab_toLogin">
已有账号
<span id='toLogin' style="color: #EB9316;cursor: pointer;">立即登录</span>
</span>
</div>
<div id="form_container2" style="padding-top: 25px;">
<input type="text" class="form-control" value="admin" placeholder="用户名" id="regist_account">
<input type="password" class="form-control" placeholder="密码" id="regist_password1" />
<input type="password" class="form-control" placeholder="确认密码" id="regist_password2" />
<input type="text" class="form-control" placeholder="手机号" id="regist_phone" />
<input type="text" class="form-control" placeholder="验证码" id="regist_vcode" />
<!--<button id="getVCode" type="button" class="btn btn-success" >获取验证码</button>-->
<input id="getVCode" type="button" class="btn btn-success" value="点击发送验证码" onclick="sendCode(this)" />
</div>
<input type="button" value="注册" class="btn btn-success" id="regist_btn" />
</div>