You've already forked qlg.frontend
文案修改
This commit is contained in:
@ -24,13 +24,13 @@
|
||||
<div class="row shadown_wai">
|
||||
<img src="../img/icon_phone1.png" />
|
||||
<span class="s_reg">用户名:</span>
|
||||
<input type="text" name="loginName" id="loginName" value="" placeholder="请输入用户名" />
|
||||
<input type="text" name="loginName" id="loginName" value="" placeholder="汉字、字母或数字任意组合" />
|
||||
</div>
|
||||
|
||||
<div class="row shadown_wai">
|
||||
<img src="../img/icon_pwd1.png" />
|
||||
<span class="s_reg">登录密码:</span>
|
||||
<input type="password" name="loginPwd" id="loginPwd" maxlength="20" value="" placeholder="请输入登录密码" />
|
||||
<input type="password" name="loginPwd" id="loginPwd" maxlength="20" value="" placeholder="字母或数字任意组合" />
|
||||
</div>
|
||||
<div class="row shadown_wai">
|
||||
<img src="../img/icon_pwd1.png" />
|
||||
@ -40,7 +40,7 @@
|
||||
<div class="row shadown_wai">
|
||||
<img src="../img/icon_pwd1.png" />
|
||||
<span class="s_reg">操作密码:</span>
|
||||
<input type="password" name="loginPaywd" id="loginPaywd" maxlength="20" value="" placeholder="请输入操作密码" />
|
||||
<input type="password" name="loginPaywd" id="loginPaywd" maxlength="20" value="" placeholder="数字任意组合" />
|
||||
</div>
|
||||
<div class="row shadown_wai">
|
||||
<img src="../img/icon_pwd1.png" />
|
||||
@ -69,7 +69,7 @@
|
||||
</div>
|
||||
|
||||
<div class="renzhengphoto shadown_wai">
|
||||
<label for="">手持确认书照片</label>
|
||||
<label for="" style="font-size: 1.25em;font-weight: 500;">手持确认书照片</label>
|
||||
<input type="hidden" value='' class='regConfirmImg inp' id="regConfirmImg">
|
||||
<div class='photos'>
|
||||
<span></span>
|
||||
|
Reference in New Issue
Block a user