You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <style>
- .ui.green.button, .ui.green.buttons .button{
- background-color: #5BB973;
- }
- </style>
- <div class="repos--seach">
- <div class="ui container">
- <div class="ui two column centered grid">
- <form class="fourteen wide mobile ten wide tablet ten wide computer column ui form ignore-dirty" style="margin-top:1.2rem">
- <div class="ui fluid action input">
- <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
- <input type="hidden" name="topic" value="{{$.Topic}}">
- <input type="hidden" name="sort" value="{{$.SortType}}">
- <button class="ui green button">{{.i18n.Tr "explore.search"}}</button>
- </div>
- </form>
- </div>
- </div>
- </div>
|