|
|
@@ -18,6 +18,8 @@
|
|
|
<th:block th:replace="${link}" />
|
|
|
<!-- 全局样式(包括头部、底部) -->
|
|
|
<link rel="stylesheet" th:href="${portalHost+'/css/main.css'}">
|
|
|
+ <!-- 注册弹窗 -->
|
|
|
+ <link rel="stylesheet" th:href="${portalHost+'/css/register.css'}">
|
|
|
<!-- 自定义动画样式 -->
|
|
|
<link rel="stylesheet" th:href="${portalHost+'/css/ke_animation.css'}">
|
|
|
<body>
|
|
|
@@ -67,6 +69,7 @@
|
|
|
<span>全国免费咨询</span>
|
|
|
<em>400-8800-962</em>
|
|
|
</div>
|
|
|
+ <button class="submit-button" style="margin-top: 18px;" id="register">注册会员</button>
|
|
|
<div class="product-serve">
|
|
|
<div class="list">
|
|
|
<div class="">
|
|
|
@@ -522,6 +525,53 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="registered">
|
|
|
+ <div class="reg_con">
|
|
|
+ <form action="" method="post" id="form_register">
|
|
|
+ <div class="clear_first"></div>
|
|
|
+ <div class="zhuce">
|
|
|
+ <div class="regist">
|
|
|
+ <span id="registeredClose" style="
|
|
|
+ position: absolute;
|
|
|
+ right: 10px;
|
|
|
+ font-size: 26px;
|
|
|
+ top: -5px;
|
|
|
+ cursor: pointer;
|
|
|
+ ">×</span>
|
|
|
+ <div class="titleUser">
|
|
|
+ <p >用户注册</p>
|
|
|
+ </div>
|
|
|
+ <div class="zhuce_input">
|
|
|
+ <input type="text" name="photo" placeholder="请输入手机号码" id="usePhoto" autocomplete="off"/>
|
|
|
+ <span class="star"> * </span>
|
|
|
+ <span class="Tips "></span>
|
|
|
+ </div>
|
|
|
+ <div class="zhuce_input">
|
|
|
+ <input type="password" name="userPassword" placeholder="请输入密码" id="userpassword" autocomplete="off"/>
|
|
|
+ <span class="star"> * </span>
|
|
|
+ <span class="Tips"></span>
|
|
|
+ </div>
|
|
|
+ <div class="zhuce_input">
|
|
|
+ <input type="password" name="userPassword2" placeholder="确认密码" id="userpassword2" autocomplete="off"/>
|
|
|
+ <span class="star"> * </span>
|
|
|
+ <span class="Tips"></span>
|
|
|
+ </div>
|
|
|
+ <div class="zhuce_input">
|
|
|
+ <input type="text" name="userName" placeholder="请输入昵称" id="username" autocomplete="off"/>
|
|
|
+ <span class="star"> * </span>
|
|
|
+ <span class="Tips"></span>
|
|
|
+ </div>
|
|
|
+ <div class="submit">
|
|
|
+ <input type="submit" class="sub" value="注册"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<!-- 手机底部导航 end-->
|
|
|
</th:block>
|
|
|
<th:block th:fragment="footer(scripts,type)">
|
|
|
@@ -529,6 +579,7 @@
|
|
|
<script th:if="${type}!='houtai'" th:src="${portalHost+'/js/jquery/jquery-2.2.4.min.js'}"></script>
|
|
|
<!-- 导航栏效果、回到顶部 -->
|
|
|
<script th:if="${type}!='houtai'" th:src="${portalHost+'/js/secode.js'}"></script>
|
|
|
+ <script th:if="${type}!='houtai'" th:src="${portalHost+'/js/register.js'}"></script>
|
|
|
<script th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
window.globalConfig = {};
|