Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZhengLu authored Feb 17, 2024
1 parent 84b8f0c commit 89dd284
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
<label for="type-zhihu" data-id="group-d"><span>社区</span></label>
<label for="type-taobao" data-id="group-e"><span>生活</span></label>
<label for="type-b-zhan" data-id="group-f"><span>休闲</span></label>
<label for="type-qingta" data-id="group-g"><span>求职</span></label>
<label for="type-yingjiesheng" data-id="group-g"><span>求职</span></label>
</div>
</div>
</div>
Expand All @@ -550,6 +550,7 @@
placeholder="输入关键字搜索" style="outline:0" autocomplete="off">
<button type="submit"><i class="iconfont icon-search"></i></button>
</form>

<div id="search-list" class="hide-type-list">
<div class="search-group group-a">
<ul class="search-type">
Expand Down Expand Up @@ -676,7 +677,7 @@
</ul>
</div>

<div class="search-group group-g"><span class="type-text text-muted">求职</span>
<div class="search-group group-g">
<ul class="search-type">
<li><input hidden="" type="radio" name="type" id="type-qingta"
value="https://job.cingta.com/search/key=" data-placeholder="青塔人才">
Expand All @@ -696,10 +697,10 @@
</li>
<li><input hidden="" type="radio" name="type" id="type-shiyedanwei" value="https://www.qgsydw.com/qgsydw/totalsearch.html?word=" data-placeholder="全国事业单位招聘">
<label for="type-shiyedanwei">
<span class="text-muted">全国事业单位招聘平台</span>
<span class="text-muted">事业单位招聘平台</span>
</label>
</li>
<li><input hidden="" type="radio" name="type" id="m_type-guopin" value="https://www.iguopin.com/job/list?keyword=" data-placeholder="国聘">
<li><input hidden="" type="radio" name="type" id="type-guopin" value="https://www.iguopin.com/job/list?keyword=" data-placeholder="国聘">
<label for="type-guopin">
<span class="text-muted">国企招聘平台</span>
</label>
Expand Down

0 comments on commit 89dd284

Please sign in to comment.