|
|
@ -46,7 +46,6 @@ class RightMyPublish extends Component {
|
|
|
|
<i className="fa fa-search mr5 fl color-dark-grey search_icon"
|
|
|
|
<i className="fa fa-search mr5 fl color-dark-grey search_icon"
|
|
|
|
onClick="$('#search_memos').submit();" style={{margin:'8px'}} data-tip-down="搜索"></i>
|
|
|
|
onClick="$('#search_memos').submit();" style={{margin:'8px'}} data-tip-down="搜索"></i>
|
|
|
|
</div>*/}
|
|
|
|
</div>*/}
|
|
|
|
|
|
|
|
|
|
|
|
<div className="search-new">
|
|
|
|
<div className="search-new">
|
|
|
|
<input type="text" className="search-new-input fl" placeholder="搜索您想了解的话题" id="shixun_search_input"
|
|
|
|
<input type="text" className="search-new-input fl" placeholder="搜索您想了解的话题" id="shixun_search_input"
|
|
|
|
onKeyPress={this.handleKeyPress} onChange={ this.handleInput } value={searchValue}
|
|
|
|
onKeyPress={this.handleKeyPress} onChange={ this.handleInput } value={searchValue}
|
|
|
|