...
|
...
|
@@ -12,7 +12,7 @@ |
|
|
<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">
|
...
|
...
|
@@ -47,7 +47,9 @@ |
|
|
<div class="modal">
|
|
|
<div class="icon close"></div>
|
|
|
<div class="text">
|
|
|
你还没有<br>完善信息哦
|
|
|
请输入您
|
|
|
<br>
|
|
|
帅气的名字!
|
|
|
</div>
|
|
|
<div class="btn close">
|
|
|
现在就完善
|
...
|
...
|
|