...
|
...
|
@@ -12,13 +12,16 @@ |
|
|
<div class="title">
|
|
|
昵称
|
|
|
</div>
|
|
|
<input type="text" name="nick" placeholder="请输入您帅气的名字!" value="" maxlength="5">
|
|
|
<input type="text" name="nick" placeholder="请输入您帅气的名字!" value="" maxlength="20">
|
|
|
</div>
|
|
|
<div class="user-info birthday">
|
|
|
<div class="title">
|
|
|
生日
|
|
|
</div>
|
|
|
<input type="date" name="birthday" value="{{birthday}}" min="1900-01-01" max="2016-01-01">
|
|
|
<div class="birthday-div">
|
|
|
<span>{{birthday}}</span>
|
|
|
<input class="birthday-input" type="date" name="birthday" value="{{birthday}}" min="1900-01-01" max="2016-02-29">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="gender">
|
|
|
<div class="title">
|
...
|
...
|
@@ -44,7 +47,9 @@ |
|
|
<div class="modal">
|
|
|
<div class="icon close"></div>
|
|
|
<div class="text">
|
|
|
你还没有<br>完善信息哦
|
|
|
请输入您
|
|
|
<br>
|
|
|
帅气的名字!
|
|
|
</div>
|
|
|
<div class="btn close">
|
|
|
现在就完善
|
...
|
...
|
|