|
|
@@ -199,7 +199,8 @@
|
|
|
<input class="input_style" id="selectCode" type="text" placeholder="请输入验证码"></input>
|
|
|
<button style="position: absolute;" class="btn-check" type="button" id="checkBtn" onclick="getCode()">获取验证码</button>
|
|
|
<input class="input_style" id="selectName" type="text" placeholder="请输入姓名"></input>
|
|
|
- <select class="input_style" id="selectJob" placeholder="请选择岗位(必填)"></select>
|
|
|
+ <select class="input_style " id="selectJob" placeholder="请选择岗位(必填)"></select>
|
|
|
+ <button style="position: absolute;" class="expand_icon" type="button" ></button>
|
|
|
<button class="btn-submit" style="border-radius: 30px;width: 80%; margin-top: 40px; font-size: 18px; height: 47px;" type="button" id="joinBtn" onclick="join();">提 交</button>
|
|
|
</div>
|
|
|
<div class="x-join-bottom" style=" height: 55px;">
|