|
|
@@ -31,11 +31,18 @@
|
|
|
<div class="col-md-6">
|
|
|
<h2></h2>
|
|
|
<div class="input-group search">
|
|
|
- <select id="searchType">
|
|
|
- <option value="/portal/search/demand.html">需求</option>
|
|
|
- <option value="/portal/search/achievement.html">技术</option>
|
|
|
- <option value="/portal/search/subscriberUser.html">行家</option>
|
|
|
- </select>
|
|
|
+ <div class="input-group-btn" id="searchType">
|
|
|
+ <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
|
|
+ <span class="txt">需求</span>
|
|
|
+ <span class="caret"></span>
|
|
|
+ <input type="hidden" id="searchUrl" value="/portal/search/demand.html">
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu">
|
|
|
+ <li><a href="/portal/search/demand.html">需求</a></li>
|
|
|
+ <li><a href="/portal/search/achievement.html">技术</a></li>
|
|
|
+ <li><a href="/portal/search/subscriberUser.html">行家</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
<input type="text" id="searchInput" class="form-control"> <span class="input-group-btn">
|
|
|
<button class="btn" id="achievementBtn" type="button">搜索</button>
|
|
|
</span>
|