搜索条外貌

This commit is contained in:
yanxd 2014-01-21 16:41:23 +08:00
parent b269502de2
commit 002ddd6015
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<div style="margin: 10px 2px;"> <div style="width: 57%;margin: 10px auto;">
<%= form_tag( search_stores_path, method: 'post') do %> <%= form_tag( search_stores_path, method: 'post') do %>
<%= text_field_tag 'name', params[:name], placeholder:'请输入要搜索的关键字', name: "name", :class => 'blueinputbar', :style => 'width:433px;'%> <%= text_field_tag 'name', params[:name], placeholder:'请输入要搜索的关键字', name: "name", :class => 'blueinputbar', :style => 'width:450px;'%>
<div style="display:inline-block; width: 2%;"></div> &nbsp;&nbsp;
<%= submit_tag l(:label_search), :class => "enterprise"%> <%= submit_tag l(:label_search), :class => "enterprise"%>
<span class='font_lighter' style="margin-left: 10px;">全站文件搜索。不会搜索私有项目中的内容、学生已经提交的作业。</span>
<% end %> <% end %>
<div class='font_lighter'>全站文件搜索。不会搜索私有项目中的内容、学生已经提交的作业。</div>
</div> </div>