| xqd
@@ -6,21 +6,44 @@
|
|
|
<h2>头像</h2>
|
|
|
<p style="font-size:12px">点击上传</p>
|
|
|
</a>
|
|
|
+ <div class="item">
|
|
|
+ <span class="fl">
|
|
|
+ 绑定手机
|
|
|
+ </span>
|
|
|
+ <i style="float:right" class="ng-binding">159286****0809</i>
|
|
|
+ </div>
|
|
|
+
|
|
|
<label class="item item-input item-select item-select-width">
|
|
|
<span class="input-label">
|
|
|
性别
|
|
|
</span>
|
|
|
- <select>
|
|
|
+ <select name="sex">
|
|
|
<option>男</option>
|
|
|
<option>女</option>
|
|
|
</select>
|
|
|
</label>
|
|
|
<label class="item item-input ">
|
|
|
- <input type="text" placeholder="个性签名">
|
|
|
+ <span class="input-label">个性签名</span>
|
|
|
+ <input name="signture" type="text" placeholder="请输入">
|
|
|
+ </label>
|
|
|
+ <label class="item item-input item-select item-select-width">
|
|
|
+ <span class="input-label">
|
|
|
+ 情感状态
|
|
|
+ </span>
|
|
|
+ <select name="emotion">
|
|
|
+ <option>未婚</option>
|
|
|
+ <option>已婚</option>
|
|
|
+ </select>
|
|
|
+ </label>
|
|
|
+
|
|
|
+ <label class="item item-input ">
|
|
|
+ <span class="input-label">职业</span>
|
|
|
+ <input name="job" type="text" placeholder="请输入">
|
|
|
+ </label>
|
|
|
+ <label class="item item-input ">
|
|
|
+ <span class="input-label">身高</span>
|
|
|
+ <input name="tail" type="text" placeholder="请输入(单位cm)">
|
|
|
</label>
|
|
|
- <div class="item">
|
|
|
- 159286****0809
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="padding">
|
|
|
<button class="button button-full button-calm">
|