|
|
@@ -22,18 +22,18 @@
|
|
|
<div class="regist">
|
|
|
<div class="zhuce_input">
|
|
|
<img th:src="${portalHost+'/img/name.jpg'}" alt=""/>
|
|
|
- <input type="text" name="userName" value="请输入名称" id="username" autocomplete="off"/>
|
|
|
+ <input type="text" name="userName" placeholder="请输入名称" id="username" autocomplete="off"/>
|
|
|
<img th:src="${portalHost+'/img/login_del.png'}" class="log_del"/>
|
|
|
<span class="star"> * </span>
|
|
|
</div>
|
|
|
<div class="zhuce_input">
|
|
|
<img th:src="${portalHost+'/img/pass2.jpg'}" alt=""/>
|
|
|
- <input type="text" name="userPassword" value="请输入密码" id="userpassword" autocomplete="off"/>
|
|
|
+ <input type="password" name="userPassword" placeholder="请输入密码" id="userpassword" autocomplete="off"/>
|
|
|
<span class="star"> * </span>
|
|
|
</div>
|
|
|
<div class="zhuce_input">
|
|
|
<img th:src="${portalHost+'/img/pass2.jpg'}" alt=""/>
|
|
|
- <input type="text" name="userPassword2" value="确认密码" id="userpassword2" autocomplete="off"/>
|
|
|
+ <input type="password" name="userPassword2" placeholder="确认密码" id="userpassword2" autocomplete="off"/>
|
|
|
<span class="star"> * </span>
|
|
|
</div>
|
|
|
<div class="zhuce_input">
|
|
|
@@ -46,7 +46,7 @@
|
|
|
</div>
|
|
|
<div class="zhuce_input">
|
|
|
<img th:src="${portalHost+'/img/resiger_photo2.jpg'}" alt=""/>
|
|
|
- <input type="text" name="photo" value="请输入手机号码" id="usePhoto" autocomplete="off"/>
|
|
|
+ <input type="text" name="photo" placeholder="请输入手机号码" id="usePhoto" autocomplete="off"/>
|
|
|
<span class="star"> * </span>
|
|
|
</div>
|
|
|
<div class="cellcode">
|