修改链接
This commit is contained in:
parent
6af8c48d3b
commit
45343a44b8
|
@ -65,7 +65,7 @@
|
|||
<div class="container">
|
||||
<div class="header">
|
||||
<div class="header-con">
|
||||
<a href="index.html" class="fl logo"><img src="/images/org_new_style/logo.jpg" alt=""/></a>
|
||||
<a href="#" class="fl logo"><img src="/images/org_new_style/logo.jpg" alt=""/></a>
|
||||
<%# 登录 %>
|
||||
<%= render :partial => 'organizations/org_logined_header' %>
|
||||
</div>
|
||||
|
@ -236,7 +236,7 @@
|
|||
</div><!--content end-->
|
||||
<% else %>
|
||||
<div class="content">
|
||||
<div class="box-top" id="resource_<%= field.id %>"><h2 class="box-title"><%= field.name %></h2></div>
|
||||
<div class="box-top" id="message_<%= field.id %>"><h2 class="box-title"><%= field.name %></h2></div>
|
||||
<% if message_ats.blank? %>
|
||||
<p class="nocontent">暂无内容,敬请期待!</p>
|
||||
<% else %>
|
||||
|
|
|
@ -154,7 +154,7 @@ a:hover.read-more{ text-decoration:underline;}
|
|||
overflow: hidden;
|
||||
text-indent: 100%;
|
||||
white-space: nowrap;
|
||||
background: rgba(232, 98, 86, 0.8) url(../images/org_new_style/cd-top-arrow.svg) no-repeat center 50%;
|
||||
background: rgba(108, 108, 108, 0.8) url(../images/org_new_style/cd-top-arrow.svg) no-repeat center 50%;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
-webkit-transition: all 0.3s;
|
||||
|
|
Loading…
Reference in New Issue