|
@@ -30,15 +30,15 @@
|
|
|
<h1 class="zc_title">微信头像</h1>
|
|
|
<img th:src="${user.portraitUrl}" id="portraitUrl" name="portraitUrl"/>
|
|
|
<h1 class="zc_title">昵称</h1>
|
|
|
- <input type="text" class="date2" th:value="${user.wechatName}" id="wechatName" name="wechatName">
|
|
|
+ <input type="text" class="date2 k" th:value="${user.wechatName}" id="wechatName" name="wechatName">
|
|
|
<h1 class="zc_title">真实姓名</h1>
|
|
|
- <input type="text" class="date2" value="" name="name" id="name">
|
|
|
+ <input type="text" class="date2 k" value="" name="name" id="name">
|
|
|
<h1 class="zc_title">身份证号</h1>
|
|
|
- <input type="text" class="date2" value="" name="idCard" id="idCard" onchange="cardtest(this.value)">
|
|
|
+ <input type="text" class="date2 k" value="" name="idCard" id="idCard" onchange="cardtest(this.value)">
|
|
|
<h1 class="zc_title">出生年月</h1>
|
|
|
- <input type="text" class="date2" value="" name="birthDate" id="birthDate" readonly>
|
|
|
+ <input type="text" class="date2 k" value="" name="birthDate" id="birthDate" readonly>
|
|
|
<h1 class="zc_title">年龄</h1>
|
|
|
- <input type="text" class="date2" value="" name="age" id="age" readonly>
|
|
|
+ <input type="text" class="date2 k" value="" name="age" id="age" readonly>
|
|
|
<h1 class="zc_title">您的性别</h1>
|
|
|
<div class="xingbie">
|
|
|
<span class="man"><input type="radio" name="sex" value="1"/>男</span>
|
|
@@ -63,7 +63,7 @@
|
|
|
<option value="摩羯座">摩羯座</option>
|
|
|
</select>
|
|
|
<h1 class="zc_title">身高CM</h1>
|
|
|
- <input type="text" class="date2" name="height" id="height">
|
|
|
+ <input type="text" class="date2 k" name="height" id="height">
|
|
|
|
|
|
<h1 class="zc_title">婚姻状态</h1>
|
|
|
<div class="xingbie">
|
|
@@ -72,7 +72,7 @@
|
|
|
<div class="clear"></div>
|
|
|
</div>
|
|
|
<h1 class="zc_title">体重Kg</h1>
|
|
|
- <input type="text" class="date2" name="weight" id="weight">
|
|
|
+ <input type="text" class="date2 k" name="weight" id="weight">
|
|
|
|
|
|
<h1 class="zc_title">性格介绍</h1>
|
|
|
<div class="xinggeJS">
|
|
@@ -132,11 +132,11 @@
|
|
|
<div class="weixin">
|
|
|
<textarea name="wechatArgot" id="wechatArgot"></textarea>
|
|
|
</div>
|
|
|
- <h1 class="zc_title">手机号<input type="button" id="btn" value="获取验证码" onclick="sendSmsVerify(this)" /></h1>
|
|
|
- <input type="text" class="date2" id="phone" name="phone" onchange="phonetest(this.value)">
|
|
|
+ <h1 class="zc_title">手机号<input type="button" id="btn" class="hqyzm" value="获取验证码" onclick="sendSmsVerify(this)" /></h1>
|
|
|
+ <input type="text" class="date2 k" id="phone" name="phone" onchange="phonetest(this.value)">
|
|
|
<h1 class="zc_title">验证码</h1>
|
|
|
- <input type="text" class="date2" name="shortMsg" id="shortMsg">
|
|
|
- <input type="button" class="next" value="保存" onclick="submitUser()"/>
|
|
|
+ <input type="text" class="date2 k" name="shortMsg" id="shortMsg">
|
|
|
+ <input type="button" class="next bc_btn" value="保存" onclick="submitUser()"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|