Merge branch 'dev-homepage-revision' of http://git.trustie.net/jacknudt/trustieforge into dev-homepage-revision
This commit is contained in:
commit
6fbbc24828
|
@ -13,6 +13,5 @@
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<ul class="pages" style="width: auto;display: table;margin-left: auto;margin-right: auto; padding-top: 10px">
|
|
||||||
<%= pagination_links_full @obj_pages, @obj_count ,:per_page_links => true, :remote => true, :flag => true, :is_new => true %>
|
|
||||||
</ul>
|
|
||||||
|
|
|
@ -7,4 +7,9 @@
|
||||||
<ul class="introduce_a_list">
|
<ul class="introduce_a_list">
|
||||||
<%= render :partial => 'news_list'%>
|
<%= render :partial => 'news_list'%>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="pages" style="text-align: center">
|
||||||
|
<ul class="inline mt30 mb40">
|
||||||
|
<%= pagination_links_full @obj_pages, @obj_count ,:per_page_links => true, :remote => true, :flag => true, :is_new => true %>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
|
@ -111,7 +111,7 @@ body{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
/*行业动态-更多*/
|
/*行业动态-更多*/
|
||||||
.introduce_a_list li{
|
.introduce_a_list > li{
|
||||||
display: flex;
|
display: flex;
|
||||||
padding:25px 0px;
|
padding:25px 0px;
|
||||||
border-bottom:1px solid #EAEAEA ;
|
border-bottom:1px solid #EAEAEA ;
|
||||||
|
|
Loading…
Reference in New Issue