项目主页
This commit is contained in:
parent
ba663b26ab
commit
0bce630c8c
|
@ -15,7 +15,7 @@
|
|||
</li>
|
||||
<% end %>
|
||||
|
||||
<div class="educontent edu-txt-center mb80">
|
||||
<div class="educontent edu-txt-center mt30 mb50">
|
||||
<div class="inline pages_user_show newpagemargin" >
|
||||
<ul>
|
||||
<%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => true, :flag => true, :is_new => true %>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<ul class="l_backlog">
|
||||
<li class="l_backlog_title clearfix">
|
||||
<%= link_to "<p class='color-orange f24 fr'>#{@atta_count}</p><p class='f18 fontGrey4 fl mt4'><i class='iconfont icon-bokeyuan f18 mr8'></i>#{@user.check_user_him(User.current.id)}的博客</p>".html_safe, user_blogs_path(@user), target: "_blank" %>
|
||||
<%= link_to "<p class='color-orange f24 fr'raia>#{@atta_count}</p><p class='f18 fontGrey4 fl mt4'><i class='iconfont icon-bokeyuan f18 mr8'></i>#{@user.check_user_him(User.current.id)}的博客</p>".html_safe, user_blogs_path(@user), target: "_blank" %>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1114,10 +1114,18 @@ a.user_editinfo{border-top:1px solid #e5e5e5; height:30px; line-height:30px; tex
|
|||
.tips_issue_5{background:#E74C3B }
|
||||
.text-red{color: #E74C3B}
|
||||
|
||||
|
||||
/* 个人主页翻页 */
|
||||
.pages_user_show a:hover,.pages_user_show li a.active{ background-color:#4CACFF; color:#fff;border: 1px solid #4CACFF;}
|
||||
.pages_user_show a{border-radius: 2px; display: inline-block;border:1px solid #d1d1d1;background-color:#fff; color:#888; float:left;text-align:center; padding:2px 10px; line-height:1.9; margin: 0 5px;}
|
||||
.pages_user_show li{float: left; list-style-type: none;}
|
||||
.pages_user_show ul li{list-style-type: none !important;}
|
||||
.pages_user_show ul li a{color:#888}
|
||||
|
||||
/*---------------------------------------项目主页改版-cs--20191016*/
|
||||
.t_project_banner{
|
||||
background: url("/images/project.jpg") no-repeat top center;
|
||||
height: 192px;
|
||||
height: 260px;
|
||||
}
|
||||
.t_search{
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue