北斗组织微信块调整

This commit is contained in:
Tim 2016-04-27 09:57:41 +08:00
parent b6f5bfc450
commit c9cc4739aa
2 changed files with 100 additions and 99 deletions

View File

@ -23,7 +23,7 @@
<% else %>
<%= link_to image_tag("/files/uploads/image#{iamge_path}", :width => "104", :height => "104"), org_document_comment_path(:id => document.id, :organization_id => document.organization.id), :target => "_blank", :class => "fl sn-index-wximg" %>
<% end %>
<p class="fl sn-index-txt"><%=link_to document.title, org_document_comment_path(:id => document.id, :organization_id => document.organization.id) %></p>
<p class="fl sn-index-txt sn-w229"><%=link_to document.title, org_document_comment_path(:id => document.id, :organization_id => document.organization.id) %></p>
<div class="cl"></div>
</div>
<% else activity.container_type == 'OrgSubfield' %>

View File

@ -39,7 +39,7 @@ a.sn-link-select {color:#809df9;}
.sn-f12 {font-size:12px;}
.sn-f14 {font-size:14px;}
.sn-f18 {font-size:18px;}
/*padding&margin*/
/*padding&margin&width*/
.sn-mt-10 {margin-left:-10px;}
.sn-mt4 {margin-top:4px;}
.sn-mt10 {margin-top:10px;}
@ -51,6 +51,7 @@ a.sn-link-select {color:#809df9;}
.sn-ml55 {margin-left:55px;}
.sn-mr0 {margin-right:0px !important;}
.sn-mr50 {margin-right:50px;}
.sn-w229 {width:229px;}
/*头部样式*/
.sn-header {}
.sn-row {width:100%;}