...
|
...
|
@@ -191,9 +191,9 @@ |
|
|
<li>
|
|
|
<div class="label">性别 <span class="red">*</span>:</div>
|
|
|
<div class="base-info-item">
|
|
|
<label for="all"><input id="all" type="radio" value="3" name="gender">通用</label>
|
|
|
<label for="boy"><input id="boy" type="radio" value="1" name="gender" checked>男</label>
|
|
|
<label for="girl"><input id="girl" type="radio" value="2" name="gender">女</label>
|
|
|
<label for="all"><input id="all" type="radio" value="3" name="gender">通用</label>
|
|
|
</div>
|
|
|
</li>
|
|
|
|
...
|
...
|
|